
Android Geofencing
Geofencing combines awareness of the user’s current location with awareness of the user’s proximity to locations that may be of interest. To mark a location of interest, you…
Tech Lover, Programmer by passion and profession
Geofencing combines awareness of the user’s current location with awareness of the user’s proximity to locations that may be of interest. To mark a location of interest, you…
To create notification sound you must change the sound in channel in oreo and above. To set a sound to notifications in Oreo, you must set sound on NotificationChannel and…
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?…
There are tons of google apps in app market & all are awesome and having unique features which no one can offer. Today we talk about one of…
In our app some time we want to perform some task when user leaves our app and resume the app.We get the call back for pause & resume…
In some cases you might want to check whether you app is running in background or foreground. An example use case would be, you want to show push…
Hello friends, i am Yogesh Paliyal. I recently want to use Video View in my application with Custom Buttons of play, pause, full screen, etc.There are Many libraries…
Timber is a logging utility class built on top of Android’s Log class. While in development, we usually end up writing lot of log statements and before the…
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 {…