This study project is to learn and practice building a Card layout on Android using Jetpack Compose.
Simple Mockup for projetc
The project consists of creating a listing of meals and consuming API using a retrofit.
The main learning objectives of this project are:
- Familiarize yourself with basic Android Compose concepts such as Composables and Modifiers.
- Get practice in creating ViewModels and your communication with layer view.
- Learn to structure and organize a Card layout using Jetpack Compose.
- Practice creating UI elements such as text, images, buttons, and spacing.
- Explore styling and customizing Jetpack Compose components to create a visually appealing design.
- Learning navigation with Compose.
The project was developed using the following tools and resources:
- Android Studio: The official IDE for developing Android apps.
- Jetpack Compose: The declarative UI library for developing UIs on Android.
- Kotlin: The preferred programming language for developing Android apps.
- My website: https://www.alvarenga.dev/
- Instagram: @Alvarenga.dev
- Github: @Alvarenga-Dev