Volley overview
Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available on GitHub. Volley offers the following benefits: Volley excels at RPC-type operations…
Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available on GitHub. Volley offers the following benefits: Volley excels at RPC-type operations…
activity_main.xml MainActivity.kt Create anim folder in resources then create below xml files for animation effects slide.xml move.xml blink.xml fade.xml clockwise.xml myanimation.xml build.gradle
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