Skip to content

A collection of the Jetpack UI elements, layouts and demo screens shown in the "Jetpack Compose: Towards New Horizons!" talk, to see its potential

Notifications You must be signed in to change notification settings

jeluchu/ComposeForNewHorizons

Repository files navigation


Compose for New Horizons


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.

Official Documentations

How to get started

Please get the latest version of Android Studio from 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

Get it on Play Store Get it on 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.