Skip to content

MVVM sample of how to use Jetpack architecture and lifecycle component.

Notifications You must be signed in to change notification settings

siifii/PLFixture

Repository files navigation

Table of Contents

about-the-project

It is an English Premier League sample app which will let you follow its daily matches, you also can add the fixture to your favorites so you can show them only.

screenshots

PL-Fixture-packages:

  1. data: It has all the local and remote data classes.
  2. di: Dependency providing and modules.
  3. ui: View classes with its viewModels.
  4. utils: Utility classes.

built-with

I am using MVVM pattern, MVVM enforces a clear separation between Views and their master - ViewModel, as the latter holds no reference to Views.

Installation

First you should get your own Api-key After that you have to create your own credentials.properties file then add you key as that API_KEY=“YOUR_API_KEY”

Contact

Kareem Alsaifi - karemalsaifi@gmail.com