To simplify the camera development experience, the Jetpack series has released the blockbuster CameraX. It is a glimpse of Google's ambitions and sincerity to enlist...
Has a deep understanding of the Jetpack MVVM architecture's efforts to standardize and standardize development patterns to reduce unexpected errors. What efforts does the standardized...
Navigation is a Fragment manager with a complete fallback stack. You can bind with a view component. Fixed a Bug with the original FragmentManager fallback...
This article has participated in the good article call order activity, click to see: back end, big front end double track submission, 20,000 yuan prize...
Android Architecture Component (AAC). It consists of Entity, Dao, and Database. Entity: An Entity class that encapsulates the actual data. Each Entity class corresponds to...
Today, we are releasing the alpha release of Jetpack Compose, our modern UI toolkit designed to help you quickly and easily build beautiful applications on...
The following is the pseudocode for requesting data from LiveData in combination with ViewModel, which is the most common way to write it in JetPack....
AACHulk function description 1. Supports the configuration of multiple server addresses, multiple success codes, various timeout periods, various interceptors, and Arouter 2. Support custom abnormal...
Open the Android Architecture components page, we can find that some of the newly released components support Flow, it seems that the official strongly recommends...
In App, the general status of network requests can be divided into loading, request error, request success, request success but the data is null. For...
Declarative UI; Easier customizations; Real-time, interactive preview; There is also more performance and functionality. This is Jetpack Compose, the official new UI framework for Android....
When the screen rotates or the system language changes, the Activity lifecycle is rebuilt from destruction, but the values of variables in the ViewModel are...
1. The preface has recently studied the implementation principle of ViewModel. ViewModel has two features. When the configuration changes (for example, by rotating the screen),...
An in-depth look at Backup features that Android developers tend to overlook. The background, object, principle, crack and practical method of Backup function are analyzed...
Projects created on AS use AppCompatActivity by default, and the AppCompat framework behind it is an important but overlooked building block of the Jetpack framework.
Background Android knowledge is updated a little more frequently than the background, the following is mainly to use the latest technology stack to build a...