Posted on Leave a comment

Huawei, HMS Core, AppGallery

[https://huaweimobileservices.com/]
[https://developer.huawei.com/consumer/en/doc/development]

Huawei объявляет конкурс приложений с призовым фондом в 1 млн. долларов
[https://apptractor.ru/info/conferences/apps-up.html]

Заглянуть в глаза дракону: 10 вопросов к Huawei Mobile Services
[https://habr.com/ru/article/505102/]

Continue reading Huawei, HMS Core, AppGallery
Posted on Leave a comment

Android App Startup

[https://developer.android.com/topic/libraries/app-startup]

The App Startup library provides a straightforward, performant way to initialize components at application startup. Both library developers and app developers can use App Startup to streamline startup sequences and explicitly set the order of initialization.

Instead of defining separate content providers for each component you need to initialize, App Startup allows you to define component initializers that share a single content provider. This can significantly improve app startup time.

AndroidX: App Startup
[https://proandroiddev.com/androidx-app-startup-698855342f80]
[https://github.com/husaynhakeem/android-playground/tree/master/StartupSample]

Continue reading Android App Startup