
Android WorkManager Tutorial For Beginner in Kotlin
Hello friends,Today i am discussing about WorkManager in Kotlin, i tried using a couple of days ago. if you are new to kotlin refer here. What is WorkManager?…
Hello friends,Today i am discussing about WorkManager in Kotlin, i tried using a couple of days ago. if you are new to kotlin refer here. What is WorkManager?…
Compressor is a lightweight and powerful android image compression library. Compressor will allow you to compress large photos into smaller sized photos with very less or negligible loss…
Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { … maven {…
We all know that Android Marshmallow introduced runtime permissions letting user to allow or deny any permission at runtime. Implementing runtime permissions is a tedious process and developer…
Anko is a Kotlin library which makes Android application development faster and easier. It makes your code clean and easy to read, and lets you forget about rough…
Requirements Fast Android Networking Library can be included in any Android application.It supports Android 2.3 (Gingerbread) and later. Using this Library in your application Add this in your…