Skip to content

Synares/Android-API-Handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Andorid-API-Handler

Android API Handler

Instructions:

  • Download the project as a zip and extract.
  • Import "datahandler" package/folder as a module.
  • Make sure to include this line in settings.gradle file:

include ':datahandler'

  • Add this line in your app-level build.gradle:

implementation project(path: ':datahandler')

Clean Build and then again build your project.


This package includes the necessary files for calling API at multiple endpoints with interface and callbacks to include in your main project.

Used libraries:

  • Retrofit 2
  • GSON
  • OKHttp
  • PaperDB

Releases

No releases published

Packages

No packages published

Languages