Sebastian Sellmairblog.sellmair.io·Dec 19, 2024Say Hello to 'Compose Hot Reload' (Firework)Disclaimer: This is a public version of an internal blog post within JetBrains. Some parts were removed, to save some surprises for later. Gullible me; I posted a screen recording into the #kotlin-random Slack channel on October 8th. Alongside this s...4 likes·1.4K readscompose
Alpha Dialloblog.alphaomardiallo.com·Dec 17, 2024Compose Multiplatform Theming: A Comprehensive Guide to CustomizationI have been working with Compose Multiplatform for a few days, and I struggle to find the correct resources to learn about theming for Compose Multiplatform. Here is how I do it—it’s not perfect, and it’s not the only solution, but it’s mine. Gradle ...compose multiplatform
Himanshu Gaurhimagaur.hashnode.dev·Dec 15, 2024Day Three of Becoming an Android DeveloperDay 3: Becoming an Android Developer – Learning with Denis Panjuta Hello, fellow aspiring Android developers! Welcome to Day 3 of my journey into the world of Android development. Today has been nothing short of amazing! I had the privilege of learni...android app development
Matt Dyormattdyor.hashnode.dev·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...Kotlin Multiplatform
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
Sagnik Mukherjeesagnikmukherjee.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...navigation
Michał Konkelmichalkonkel.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...34 readsCompose Multiplatform Navigation Reviewcompose multiplatform
Samuel Kimanikifee.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...Kotlin
Albert Hongseok Guhsgpublic.hashnode.dev·Oct 10, 2024크로스/멀티 플랫폼 앱 개발의 진화서론 최근 몇 년간 크로스/멀티 플랫폼을 지원하는 앱 개발 프로젝트들이 빠르게 확산되고 있습니다. 이제 개발자들은 단일 코드베이스로 여러 플랫폼에서 동작하는 앱을 만들 수 있는 다양한 도구와 프레임워크를 활용할 수 있게 되었습니다. 과거의 크로스 플랫폼 개발 도구들 과거에도 크로스 플랫폼 앱 개발을 시도한 많은 프로젝트들이 있었습니다. 그러나 그중 다수는 성능과 안정성 문제로 인해 큰 인기를 끌지 못했습니다. 그 결과, 많은 개발자들이 오히...Skip tools