This repo contains code created based on Udemy "Android Jetpack Compose: The Comprehensive Bootcamp" course.
Simple exercises.
This branch contains implementation of a simple "Tip calculator" application, that allow the user calculate the tip amount per person (base on the bill value, tip % and number of participants).
This branch contains implementation of a simple "Movie" application, that displaying a list of movies and show details when click on one of them.
This branch contains implementation of a simple "Note" application, that allow to create/delete notes and store them in Room DB.
This branch contains implementation of a simple "Quiz" application (Trivia app).
This branch contains implementation of a "Weather" application, that allow the user to check weather forecast.
IMPORTANT: this app require OpenWeather API key!!