Matt DyorforStartup App Developmentblog.dyor.com·Nov 30, 2024Adding DataStore to a Kotlin Multiplatform ProjectOverview In this tutorial, I am speed running through adding a DataStore to a Kotlin Multiplatform Compose project to persistently track a counter. This guide is based on Philipp Lackner's YouTube video and his GitHub repository. Prerequisites Basi...DiscussKotlin Multiplatform
Aditya DasforAditya's Blogcodingandlearning.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...Discuss·10 likes·31 readsJetpack Compose
Shreyas PatilforShreyas Patil's Blogblog.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...Discuss·3 likes·3.5K reads#AndroidDevcompose-compiler
Sagnik MukherjeeforMandroidsagnikmukherjee.hashnode.dev·Nov 5, 2024Smooth Navigation in Android Studio : Using SerializableIn mobile app development, it’s rare to have an application with just a single screen. As our apps grow, so does the need for effective navigation between multiple screens. Understanding how to navigate through different screens is essential for crea...Discussnavigation
Michał Konkelformichalkonkel.dev·Nov 4, 2024Compose Multiplatform Navigation Solutions - JetpackCompose NavigationIn the upcoming posts, I will thoroughly explore several popular navigation libraries that are essential for effective app development. These libraries play a crucial role in managing app navigation, ensuring a smooth and intuitive user experience. N...DiscussCompose Multiplatform Navigation Reviewcompose multiplatform
Samuel Kimaniforkifee.hashnode.dev·Oct 13, 2024Kotlin DevelopmentDiscovering Kotlin: The Modern Language for Smart Developers Kotlin is like that cool new friend who shows up at a party and instantly makes everything more interesting. If you’re venturing into the world of programming, especially in Android develop...DiscussKotlin
Albert Hongseok GuforAlbert Hongseok Gu's bloghsgpublic.hashnode.dev·Oct 10, 2024크로스/멀티 플랫폼 앱 개발의 진화서론 최근 몇 년간 크로스/멀티 플랫폼을 지원하는 앱 개발 프로젝트들이 빠르게 확산되고 있습니다. 이제 개발자들은 단일 코드베이스로 여러 플랫폼에서 동작하는 앱을 만들 수 있는 다양한 도구와 프레임워크를 활용할 수 있게 되었습니다. 과거의 크로스 플랫폼 개발 도구들 과거에도 크로스 플랫폼 앱 개발을 시도한 많은 프로젝트들이 있었습니다. 그러나 그중 다수는 성능과 안정성 문제로 인해 큰 인기를 끌지 못했습니다. 그 결과, 많은 개발자들이 오히...DiscussSkip tools
Michał Konkelformichalkonkel.dev·Oct 9, 2024Compose Multiplatform Navigation Solutions - AppyxIn the upcoming posts, I will thoroughly explore several popular navigation libraries that are essential for effective app development. These libraries play a crucial role in managing app navigation, ensuring a smooth and intuitive user experience. I...DiscussCompose Multiplatform Navigation Reviewappyx
Abdullah ZaiterforZaitech Blogzaitech.blog·Oct 7, 2024Building a Real-Time Chat AppIntroduction Real-time chat features have become essential for modern apps in our hyper-connected world. Whether it’s customer support, social networking, or team collaboration, users expect instant messaging that just works seamlessly. But let’s fac...Discuss·4 likes·104 readskmp
Dilip PatelforDilip Patel's Android blogandroidmastery.hashnode.dev·Oct 1, 2024Android Learning Path with XMLBasics Android Layouts, Views, Chains, and Guidelines Different types of layouts (LinearLayout, RelativeLayout, ConstraintLayout, etc.) Use Views and ViewGroups Chains and Guidelines in ConstraintLayout for complex UI designs Activity and Data...Discuss·35 readsXMLandriod