A sample Android movie app built with Kotlin, designed to help beginners learn fundamental Android development concepts like Firebase Authentication, Retrofit API integration, and Glide for image handling.
- User Authentication: Implements Firebase Authentication to enable secure login.
- Fetch Data Using API: Uses Retrofit to fetch movie data from an external API.
- Image Loading: Integrates Glide for efficient and easy loading of movie poster images.
- Kotlin: The primary programming language used for app development.
- Firebase Authentication: For handling user login and signup.
- Retrofit: For making HTTP requests to fetch movie data.
- Glide: For loading images efficiently within the app.
- Clone the repository:
https://github.com/MyoWin-andrDev/Sample_Movie_App