Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.39 KB

README.md

File metadata and controls

48 lines (33 loc) · 2.39 KB

(W3) MVVM - Retrofit Example

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.

About Branches

  • feature/main-list: The branch has only Main Activity.
  • feature/game-detail: The branch is referenced from the feature/main-list and it has GameDetail Activity.

Clone the Repository

With SSH

git clone [email protected]:BAU-COOP4423/W3-MVVM-Retrofit.git

With HTTPS

git clone https://github.com/BAU-COOP4423/W3-MVVM-Retrofit.git

Utilized resources

Note:

Do not hesitate to open an issue for your questions.