An open API service indexing awesome lists of open source software.

https://github.com/humayan-kabir/networkcall

Implemented core annotation based network module for android utilizing rest client (retrofit), dependency injection (dagger-Hilt), kotlin coroutine, custom annotation, gson converter, tixml converter.
https://github.com/humayan-kabir/networkcall

android annotaion dagger-hilt gson-converter kotlin kotlin-coroutines rest-api retrofit2 tikxml

Last synced: 4 months ago
JSON representation

Implemented core annotation based network module for android utilizing rest client (retrofit), dependency injection (dagger-Hilt), kotlin coroutine, custom annotation, gson converter, tixml converter.

Awesome Lists containing this project

README

        

# network module for android project
### features
* annotation based rest api client.
* support dynamic response converter (gsonConverter, tikxmlConverter)
* dynamic error handler.
### core technology used
* retrofit
* dagger-hilt
* kotlin
* gson converter
* tikXml converter
* custom annotation