Android App Startup Time: Finding Bottlenecks and Pain-points
Dependency Injection libraries can help you structure your dependencies, but at what cost in terms of setup and runtime performance.
Dependency Injection libraries can help you structure your dependencies, but at what cost in terms of setup and runtime performance.
So I was working on a project a few days ago and I had to display a list of items programmatically, an example would make things...
In Jetpack Compose most of the time the root element is usually a Column, unless we want to apply a theme to the layout, then we can wrap the Column in a MaterialTheme element.
To use Jetpack Compose, we first have to use the latest Canary (less stable) version of Android Studio
Jetpack Compose is built around composable functions. These functions let you define your app’s UI programmatically by describing its shape and data dependencies, rather than focusing on the process of the UI’s construction.
Recent Comments