Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myowin-andrdev/sample_movie_app
Kotlin Movie App is a beginner-friendly Android app demonstrating key development tools: Firebase Authentication for secure login, Retrofit for API data fetching, and Glide for efficient image loading. This project provides a simple way to learn and apply essential Android development concepts.
https://github.com/myowin-andrdev/sample_movie_app
api firebase-auth glide kotlin retrofit2
Last synced: 6 days ago
JSON representation
Kotlin Movie App is a beginner-friendly Android app demonstrating key development tools: Firebase Authentication for secure login, Retrofit for API data fetching, and Glide for efficient image loading. This project provides a simple way to learn and apply essential Android development concepts.
- Host: GitHub
- URL: https://github.com/myowin-andrdev/sample_movie_app
- Owner: MyoWin-andrDev
- Created: 2024-10-13T14:28:50.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T16:52:32.000Z (2 months ago)
- Last Synced: 2024-11-07T09:46:51.170Z (about 2 months ago)
- Topics: api, firebase-auth, glide, kotlin, retrofit2
- Language: Kotlin
- Homepage: https://github.com/MyoWin-andrDev/Sample_Movie_App
- Size: 698 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Movie App
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.
## Features
- **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.## Tech Stack
- **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.## Installation
1. Clone the repository:
```bash
https://github.com/MyoWin-andrDev/Sample_Movie_App