Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.8 KB

README.md

File metadata and controls

42 lines (33 loc) · 2.8 KB

(Project 2) Movie App Base Project for the Development of Project 2

Latest Version Java Minimum SDK Version

Used Technologies

The app has following packages

  • adapter: It contains adapter class for RecyclerView.
  • data: It contains all the data accessing and manipulating components.
  • service: It contains the necessary classes for the Retrofit library.
  • ui: View classes along with their corresponding ViewModel.
  • utils: Utility classes.

Clone the Repository

With SSH

git clone [email protected]:BAU-COOP4423/P2-Movie-App-Base-Project.git

With HTTPS

git clone https://github.com/BAU-COOP4423/P2-Movie-App-Base-Project.git

Utilized resources

Note:

Do not hesitate to open an issue for your questions.