This is a sample meditation android application that demonstrate the use of Jetpack Compose.
To build this project, you need to use the latest version of Android Studio Arctic Fox. You can clone this repository and build on this android studio version.
- App - It uses the all the components and class releated to the Android Framework. It gets the data from repo and shows on Compose-UI.
- BuildSrc - This module helps to list and manage all the dependencies of the app at one place. It has list of dependencies and versions of that dependencies. Helps for reusing the dependencies for multiple modules.
Mockup Design and Image Source from here:
https://www.uplabs.com/posts/meditation-mobile-app-design-concept
https://unsplash.com/s/photos/yoga
- Kotlin - Programming language for Android development.
- Jetpack Compose - Declarative way of building android UIs.
- Android Studio - Official android development IDE.
- Row
- Column
- LazyRow
- LazyColumn
- Box
- Spacer
- ConstraintLayout
- Compose Navigation
- Animation
- Custom Layout etc.





