Pinned Repositories
CollapsingToolbar
Simple Collapsing Toolbar
Compose-Clean-Architecture
Base project for Compose Android
countries-latitude-longitude-json
Json file containing, country ISO code, latitude, longitude and name.
dark-mode-day-night-theme
Youtube tutorial: How to handle dark mode and programmatically change app theme.
jetpack-compose-mvvm-retrofit-hilt
A simple android project that fetches movie list from themoviedb.org
location-fetch-in-jetpack-compose
A simple app to demonstrate fetching of location using GPS with the help of FusedLocationProvider in Jetpack Compose. Permission is requested and managed using accompanist-permissions.
paging3-retrofit-roomdb
Android app that consumes data from themoviedb.org using Retrofit, and displays it on UI using recycler view which uses paging library for infinite scrolling. Once fetched data is stored in a Db using Roomdb.
single-activity-multiple-fragment-android
Project to show single activity multiple fragment, YouTube tutorial.
sticky-footer-in-nestedscrollview
Sticky footer in NestedScrollView using Kotlin and XML. A popular design seen in ecommerce apps.
sahalnazar's Repositories
sahalnazar/location-fetch-in-jetpack-compose
A simple app to demonstrate fetching of location using GPS with the help of FusedLocationProvider in Jetpack Compose. Permission is requested and managed using accompanist-permissions.
sahalnazar/jetpack-compose-mvvm-retrofit-hilt
A simple android project that fetches movie list from themoviedb.org
sahalnazar/sticky-footer-in-nestedscrollview
Sticky footer in NestedScrollView using Kotlin and XML. A popular design seen in ecommerce apps.
sahalnazar/CollapsingToolbar
Simple Collapsing Toolbar
sahalnazar/Compose-Clean-Architecture
Base project for Compose Android
sahalnazar/countries-latitude-longitude-json
Json file containing, country ISO code, latitude, longitude and name.
sahalnazar/endless-pager-jepack-compose
This project demonstrates endless paging where users can continuously swipe items. On reaching the last item, it cycles back to the first, creating an endless/infinite loop.
sahalnazar/single-activity-multiple-fragment-android
Project to show single activity multiple fragment, YouTube tutorial.
sahalnazar/dark-mode-day-night-theme
Youtube tutorial: How to handle dark mode and programmatically change app theme.
sahalnazar/paging3-retrofit-roomdb
Android app that consumes data from themoviedb.org using Retrofit, and displays it on UI using recycler view which uses paging library for infinite scrolling. Once fetched data is stored in a Db using Roomdb.
sahalnazar/compose-fragment-navigation-component-retrofit-room
sahalnazar/machinetest
sahalnazar/sahalnazar.github.io
sahalnazar/same-item-height-row-jetpack-compose
A simple android app that demonstrates how to make the height of all items in a row the height of the tallest in Jetpack compose.
sahalnazar/swiftui-clean-architecture