Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.22 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.22 KB

(Project 1) Movie App

Latest Version Java Minimum SDK Version

Introduction

The goal of this project is to rewrite the sample project shared on Week3 and add some research points to customize the application.

Screenshots

Welcome Message

Movie Search (Empty)

Movie Search

Movie Detail

Clone the Repository

With SSH

git clone git@github.com:BAU-COOP4423/P1-Movie-App.git

With HTTPS

git clone https://github.com/BAU-COOP4423/P1-Movie-App.git

About The Projects

  • MovieAppV1: Project uses Navigation Component to switch between screens.
  • MovieAppV2: Project uses Activity to switch between screens.

Note:

Do not hesitate to open an issue for your questions.