This project uses firebase-auth feature to provide an authentication-based user login system.
This feature provides different methods for sign-in, sign-out, sign-up, resetPassword and more.
Further this project presents a list of movies with their release dates, ratings, and genre. This is implemented using RecyclerView, LayoutManager and RecyclerAdapter. Other than this data models are required.
Individual cardView can be clicked and user will be redirected to a different activity showing details of any movie.
All the user-interface is prepared using coordinate-layout, and makes uses of guidelines, barriers and bias-dimensions. Due to it's scalability,this app becomes versatile for various devices of different screen sizes.