Sergio Sastre Florezsergiosastre.hashnode.dev·Dec 17, 2024Back to the Future: Compose Previewing Your XML-Based Views!Jetpack Compose has transformed Android UI development with its declarative approach, making UI code simpler to write. One of its standout features is Compose Previews, which allows developers to instantly view how Composable functions will look on a...1 like·80 readsandroid app development
Shaikh Siddikenterprise-application-architecture.hashnode.dev·Dec 8, 2024Enterprise Level Application ArchitectureIn Android development, Data, Domain, and Presentation layers are often used to organize code and follow clean architecture principles. This approach enhances maintainability, scalability, and testability of your codebase. Below is a detailed explana...1 like·60 readsJetpack Compose
Canopascanopas.hashnode.dev·Dec 3, 2024How To Create Easy Pagination In Jetpack ComposeIntroduction When building apps with long lists of data, the Jetpack Paging Library is often the go-to solution. However, it can be overkill for scenarios where you need basic pagination or when working with APIs and databases that provide simple off...Android
Sagnik Mukherjeesagnikmukherjee.hashnode.dev·Dec 2, 2024Introduction to Jetpack Compose : Zero to One ( 01 )Okay, I'm not going to waste any time defining what Compose is, as I think everyone is familiar with it. The question is, why this blog instead of Google's official documentation? As a beginner, I found Google's docs very difficult to understand. The...1 like·87 readsMastering Jetpack Compose : Zero to OneJetpack Compose
Rajan Lalrajanlal.hashnode.dev·Nov 29, 2024Android local data storage - room databaseThe Room persistence library is part of jetpack libraries. It provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. Benefits of using room library instead of the traditional SQLite in And...1 likeAndroid
Richard Thompsonrichardmthompson.hashnode.dev·Nov 27, 2024How to Begin Building an Agent from Scratch on AndroidConversational AI: The DNA of the next generation of operating system. The complexities of conversational agents varies according to how complex the task is. Ultimately, we will all be interacting with agents (operating systems) on our computers that...AI
Nguyen Thi Thaoharrypage.hashnode.dev·Nov 27, 2024Jetpack Compose: A Comprehensive Guide to Modern UI Development in AndroidJetpack Compose represents a significant shift in Android app development, offering a modern toolkit for building native UIs. As part of Google’s Jetpack suite, it replaces the imperative programming model traditionally used in Android with a declara...Jetpack Compose - YGO CardDexJetpack Compose
Shreyas Patilblog.shreyaspatil.dev·Nov 19, 2024Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack ComposeHey composers 👋🏻, welcome to this analysis blog! Here, we'll dive into some benchmark analysis on the state propagation approach in Jetpack Compose and try to reach some conclusions. This might be a bit opinionated, but feel free to share your thou...5 likes·2.8K reads#AndroidDevAndroid
Aditya Dascodingandlearning.hashnode.dev·Nov 11, 2024Mastering Animations in Jetpack Compose: A Comprehensive GuideAnimation brings life to your Android applications, transforming static UIs into dynamic, engaging experiences. In this comprehensive guide, we'll explore the powerful animation capabilities of Jetpack Compose, breaking down different types of animat...10 likes·31 readsJetpack Compose
Shreyas Patilblog.shreyaspatil.dev·Nov 11, 2024Skipping the invocation of intermediate composablesHey Composers 👋🏻, Jetpack Compose is now standard in Android app development, making performance optimization with Jetpack Compose an important topic. This is a short blog about recomposition optimization, where I'll walk you through the concept of...3 likes·3.9K reads#AndroidDevcompose-compiler