Dynamic-RecyclerView-Form AndroidGitzella

Dynamic RecyclerView Form

Sample app to showcase dynamic forms using RecyclerView. Uses MVVM architecture with ViewModel and LiveData

MyWeatherKotlinFlow AndroidGitzella

MyWeatherKotlinFlow

Android app that shows weather at your current location or any custom location you specify. Uses Kotlin Flow for data...

StarWarsSearch AndroidGitzella

StarWarsSearch

Search for your favorite star wars characters from Swapi API. Uses Android Jetpack, clean architecture with MVI (Uni-directional data flow),...

PopularMovies AndroidGitzella

PopularMovies

Mobile app to display movies with reviews, trailers, release date and rating. Uses Picasso, Retrofit2, Android Architecture Components.

BakingApp AndroidGitzella

BakingApp

Baking app that displays a list of recipes, and their ingredients with video lessons on how to make them. The...

Baking-App-Kotlin AndroidGitzella

Baking App Kotlin

Android architecture sample with dynamic feature modularisation, clean architecture with MVI (Uni-directional data flow), dagger hilt, DFM Navigation, kotlin coroutines...

MyWeather AndroidGitzella

MyWeather

App displays real-time weather updates for user's location and for other locations set by user. App uses MVVM with Repository...

StarWarsSearch-MVI AndroidGitzella

StarWarsSearch MVI

Star wars sample android project showcasing the use of View components for rendering UI in Fragments and Activities. Uses Android...

StockWatcher AndroidGitzella

StockWatcher

Android project that consumes data from a websocket. Built with MVVM, Kotlin Flow, Clean architecture.