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.
- Host: GitHub
- URL: https://github.com/humayan-kabir/networkcall
- Owner: Humayan-Kabir
- License: apache-2.0
- Created: 2022-08-20T08:26:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T06:41:56.000Z (over 2 years ago)
- Last Synced: 2025-01-08T06:36:10.362Z (5 months ago)
- Topics: android, annotaion, dagger-hilt, gson-converter, kotlin, kotlin-coroutines, rest-api, retrofit2, tikxml
- Language: Kotlin
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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