Checking Internet is ON/OFF Using Kotlin
activity_main.xml MainActivity.kt ConnectionChecking.kt build.gradle AndroidManifest.xml
activity_main.xml MainActivity.kt ConnectionChecking.kt build.gradle AndroidManifest.xml
Activity_main.xml MainActivity.kt AndroidManifest.xml build.gradle
activity_main.xml MainActivity.kt Dbhelper.kt activity_data.xml DeatilsActivity.kt custom.xml
A Service is an app component that can handle long-running operations in the background, and it does not provide a user interface. Another application component can start a service, and…
Sliding drawer is is used to add smooth simple sliding drawer navigational menus on android applications. Sliding drawer works same as web designing sliding menus. It controlled by simple handle…
activity_main.xml MainActivity.kt
Quick contact badge is gives us the way to add any contact information directly through android application to mobile phone. Quick contact badge is basically used in information and advice…
Android SeekBar is the extension of ProgressBar. SeekBar allows the user to change the value using touch event/draggable thumb/left right arrow keys. The user can increase the value by dragging…