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
Simple app that fetches Android Dev Byte videos' information from the server to display and provides an intent that launches the corresponding video on Youtube. It implements offline cache using Room and data sync using WorkManager.
This app lets you find GDGs near you. It implements material theme and components, supports RTL languages and has content descriptions for talkback support and accessibility.
Multiplayer word guessing game. One player enacts the word and the other player has to guess it. App follows MVVM architecture and uses ViewModel and LiveData.
This project has two apps, developed while learning about layouts in Android. View styling, vector drawables, data binding, constrain layout, etc have been used, following best practices.
This is a sleep quality tracker app, that stores the sleep data over time in a database. It stores start time, end time and quality of sleep. The app architecture is based on MVVM architecture and uses ROOM database.