Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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