You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Space Dawn is a demo app built to demonstrate the use of Mutli-Module Clean MVVM Architecture with Jetpack Compose by following Material-3 guidelines along with other MAD libraries such as Dagger-Hilt, Room Database, Coroutines, Navigation, WorkManager etc. for building Android Apps
This is an Android app built with Jetpack Compose. It uses Paging 3 library to fetch the data from our own REST API server developed with Ktor framework.
A Dictionary App to look up meanings and definitions of words , with the option of providing text or voice input to search for the meanings and definitions of words. Built using Kotlin and Jetpack Compose .
DevByte Viewer is an example app that showcases using Room and a Repository to create an offline cache. In addition, it also covers how to use WorkManager for scheduling periodic work. It's used to set up a daily background data sync.
A clean architecture app that represents stock market all over the world with custom chart indicators. In which I applied clean architecture principles and SOLID principles in addition to using Jetpack compose as UI builder and I applied offline caching strategy