You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jetpack Compose demo project on the topics covered within the April 2022 Afterwork talk about the future of Android, which includes various Jetpack UI elements, layouts and demo screens to see its potential
Jetpack Compose
Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
Please get the latest version of Android Studiofrom here and use JDK 11 to build this project.
Kotlin DSL
This project uses Kotlin DSL for Gradle, but does not use the buildSrc dependency system because there is currently no support for controlling automatic dependency updates
Powered by
This development has been done by Jéluchu, and to facilitate the development of this demonstration, the component library has also been used: jchucomponents-compose
Screens for demo project
For the talk that took place on Friday, April 22, 2022, this demo project was made, which was broken down into the live talk various Jetpack Compose components, along with dependency injection, flow and other interesting Android stuff, in which we traveled into new horizons
Splash Screen
LazyVerticalGrid & DropDownMenu
Text, Constraints, LazyRow & more
BottomSheetScaffold Expanded
HorizontalPager & ScrollableTab
Snackbars
Text, Constraints, LazyRow & more
BottomSheetScaffold Expanded
iNook (App in Production)
To study Jetpack Compose, I started to develop last year an application called iNook, which served as a guide to information about the Nintendo game, Animal Crossing New Horizons, being an application that was as faithful as possible to the design of the game, all this encouraged me to learn this new way of developing on Android and to let everyone know the power of Compose. Here I show you some images, if you want to see live the application, you can download it from the Play Store or from the App Gallery
Home
Passport
Designs
Villagers
Museum
Fossils
Fossil Details
Critterpedia
Bug Details
Music Playlist
Island Designer
Reactions
Hairstyles
Artwork
Comercial Area
TV Show
Holidaymakers
DYI
Nook Miles
Catalog Scanner
Settings
Filters
Flowers
Mistery Islands
Please Share & Star the repository to keep me motivated.