Уже 25 марта стартует 11-й сезон Podlodka Android Crew с темой «Оптимизация UI».
Билеты уже можно забрать на сайте: https://t.co/nxygfiJsbs
Для ранних пташек действует скидка.
Вышел Compose Compiler 1.5.7 и с исправлениями багов в работе + улучшения в работе кэша за счёт отказа от использования абсолютных путей
#compose#jetpackcompose
https://t.co/9aHkItwSAv
Android Fragmentation is a long-standing issue Google has been working to fix. Learn about the history of Android fragmentation and Google's efforts to streamline the update process and provide a consistent user experience #Android#Google#androiddev https://t.co/KwR2UtWe8g
🎉 Introducing Compose Multiplatform 1.5.0! 🎉
This release is based on Jetpack Compose 1.5, which was focused on performance improvements. Here are some of the highlights:
⭐ Option to use Dialog, Popup, and WindowInsets APIs in common code.
⭐ iOS-like scrolling physics.
⭐ Improved resource management on iOS.
⭐ Test framework stabilization for desktop.
Learn more and get started today! #ComposeMultiplatform
https://t.co/2MOURRitHe
📺 Интервью https://t.co/Ykp7wNCdGf с главой разработки Супераппа Яндекс Android - Артуром Василовым, про опенсорс и зачем компанию вкладываются в него, открывают свои наработки конкурентам. Либо это часть привлечения разработчиков в штат?
#AndroidBroadcast
📺 Как проверяют контент магазинов приложений https://t.co/xh4oUeZrfU
Интервью с руководителем модерации RuStore про:
👉 процесс модерации приложения
👉 политики магазина
👉 сколько работает модератор в день
😁 какая компенсация психолога
👉 споры по контенту
#интервью
📺Organic Maps - открытые оффлайн карты https://t.co/QC4O7iGBGO
Интервью с создателем и разработчиком приложения Organic Maps https://t.co/moUL1OWJEV. Карты работают полностью оффлайн, и даже маршруты строят локально на устройстве.
#интервью
Google is working on a new developer option in Android that will swap out your device's Linux kernel with one that uses a 16K page size.
Compiling the kernel to use 16K pages could provide a significant performance improvement but also break many apps.
A page is a fixed-length contiguous block of virtual memory. Android currently uses a 4K page size, while iOS and macOS use a 16K page size. Some workloads benefit significantly by using a larger page size, like kernel compilation, as shown below:
But although ARM64 Linux binaries are compatible with 4K, 16K, and 64K pages by default, many native apps and Android OS components that assume a 4K page size might just break.
(These comments by the lead Asahi Linux developer go into a lot more detail about the potential challenges: https://t.co/s2L0RxYYna
https://t.co/pyXr7Nk8GN)
This is why Google is incrementally experimenting with 16K page size support in Android. They've been working on compiling the kernel with a 16K page size and fixing various issues since last October, but late last week, a Googler submitted a series of patches to AOSP (that have not yet been merged) that add a "developer option for booting with 16K pages."
16k_dev_ui: https://t.co/Mxwstt0kmZ
If/when these patches are merged, a new "enable 16K pages" toggle will be added under Settings > System > Developer Options. When you toggle this option, Android will warn you that "some applications may not be compatible with this mode." Android will then call update_engine - the system OTA service - to swap the kernel to a 16K compatible one.
I have no idea if/when this developer option will land, nor whether Google will actually go through with changing to a 16K page size compatible kernel. If they do, it won't be a while and the transition will be slow given how much might break.
📺 Разбор всех изменений в Android 14 для разработчиков (35 мин) https://t.co/el5wLSOq7w
Совсем скоро состоится релиз Android 14, но уже есть финальное Android SDK. Я разобрал все самые важные изменения в одном видео
#Android14#AndroidDev@kirill_rozov
В документации по API из Jetpack теперь будут указывать версию в которой API пометили как deprecated. Как по мне полезно, а вам это нужно было?
Thanks for @ianhlake for the update
#jetpack#AndroidDev#android
🔴 Традиционный Q&A. Август 2023 https://t.co/03S5otgXYr
Когда: Чт (3 августа) 19:00 (GMT+3)
Последние пару недель отошел от постов и погрузился в формат донесения знаний про Android через квизы. Обсудим эту тему на очередном Q&A и все другие ваши вопросы по другим темам
#live
📺 Инди-разработка Android-приложений https://t.co/ZAGa7tOll4
Взял интервью у создателя https://t.co/UO2xy9YgAN про его опыт и путь боли инди-разработчика. Обсудили выбор идеи, отношение магазинов приложений к маленьким разработчикам и заработок.
#AndroidBroadcast#интервью