"Review on Top movies -Compose" is an upgraded Android application that reviews the top 250 IMDB movies. Built with Jetpack Compose and Material 3, it enhances user experience through improved navigation and design. Key features include Paging 3, Retrofit for network calls, Data Store for local token storage, and user authentication. Explore the source code for both old and new versions on GitHub to see the differences and apply similar functionalities to your projects.
Want to check extension ranking and stats more quickly for other Android apps?
Install
Chrome-Stats extension
to view Android-Stats data as you browse the Google Play Store.
This application is basically the same Movies app! that has been upgraded from XML to compose,besides it has been built based on material 3 standards and also the compose navigation.
with a simple comparison, you can notice the advantages of new manners and apply the same functionalities to your own project.
This application reviews the top 250 IMDB movies. several used functionalities are: paging 3, jetpack Compose, retrofit, Material 3, compose navigation, get and post request, data store, login and authentication, saving the user token locally and refreshing it automatically, and so on...