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
5️⃣ Udacity Nanograde project and a personal project for my thesis degree. 🏛 Size grid-connected and off-grid PV projects, get the latest news on solar panels and climate change, use various calculators and tools related to PV systems, and more. ☀⚡
This is sample application to demonstrate how to use Android Navigation Components .Just to confine the learning mainly on this important Jetpack library, code has been kept very plain and simple without using any library or architecture.
A simple app using Navigation Components and SafeArgs to get the name of the user and wish him/her "Happy Birthday". This app is an upgradation to another app where I used Intents.
1️⃣ Udacity Nanograde project. A simple app that employs the first components of an MVVM architecture. The user can add items to a list that is being observed. These items are displayed in a TextView inside a ScrollView.
✨ My first app on Play Store. View as many photos as you can of the cosmos published by NASA since 1995. Create a user to save your favorites in the cloud or download them to your internal memory. 🌌
Newsify is a separate Android application focused on delivering up-to-date news across various categories. It leverages the NEWS API to fetch current events and provides a convenient platform to stay informed.
A simple app using Navigation Components to input few data and display them. The data is passed between fragments using Bundles (traditional way) and SafeArgs (safe and modern way).
It is an alternative version of the fourth project of Udacitiy. The difference between this one and the first one is that it is much more customized and with Hilt. The tests (unit, mockito, espresso) are still to be implemented.