Kotlin guide is a sample project source code which helps an Android developer to use advanced technology with Kotlin. Under Kotlin guide you found multiple projects in different branch and master branch are contain all the project module.
- Kotlin-REST-API-Manage
- Cloud Firestore with kotlin
(Manage REST API with okhttp3, retrofit2, gson and rxjava2)
Android has multiple ways to manage Manage REST API. Using some awesome libraries are making it more efficient and awesome. Read the full article on medium:
@imrankst1221/manage-rest-api-with-okhttp3-retrofit2-gson-and-rxjava2
(Implement Cloud Firestore with data class)
Google's Cloud Firestore is NoSQL database which is a flexible, scalable database for mobile, web, and server development. Read the full article on medium:
@imrankst1221/cloud-firestore-kotlin