What is Jetpack Compose? Jetpack compose is a Modern toolkit for building native Android UI and that's great because it basically changes the way we write the code for Android UI. What's really radical about that is it allows you to write layout directly in code. So you can write kotlin code for your UI … Continue reading Jetpack Compose is Here to Revolutionise How You Code for Android UI
Tag: Jetpack
The Simplest Guide For Choosing Between Flutter UI, Jetpack Compose UI, & Swift UI
Folks, Today we will be comparing codes for flutter UI with Jetpack compose UI (which is used for native android application development) and Swift UI (which is used for native iOS application development). Currently, Jetpack compose and swift UI has some limitations with min version supported and community support as both are emerging frameworks right … Continue reading The Simplest Guide For Choosing Between Flutter UI, Jetpack Compose UI, & Swift UI
Discover Why Android Paging Library Is A Must-have
Android Jetpack introduced a lot of libraries which are driving developers to enhance architecture and reduce boilerplate code, one of them is the Android Paging library which makes it easy for you to add Pagination in your project. If you are building an app which loads large data from a server or the database and … Continue reading Discover Why Android Paging Library Is A Must-have