Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 890 Bytes

File metadata and controls

23 lines (15 loc) · 890 Bytes

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:
    https://github.com/MyoWin-andrDev/Sample_Movie_App