7 lines
426 B
Markdown
7 lines
426 B
Markdown
|
|
Project Setup
|
||
|
|
|
||
|
|
In order to run this application, you need to install the Retrofit dependancies. Go to your module grille file and add retrofit and GSON dependancies.
|
||
|
|
|
||
|
|
RetrofitApiClient file contain all the information regarding the connection to server. In module level gridle you can change your host server url.
|
||
|
|
|
||
|
|
APIRepository connect with RemoteDataSource and create connection with API service using the RetrofitApiClient
|