Sqlite Example in Kotlin
activity_main.xml MainActivity.kt Dbhelper.kt activity_data.xml DeatilsActivity.kt custom.xml
activity_main.xml MainActivity.kt Dbhelper.kt activity_data.xml DeatilsActivity.kt custom.xml
Registration API Url: http://androindian.com/test/Register.php Request: Form Data Keys are username, email, password activity_main.xml MainActivity.java RetroInterface.java RegResponse.Java androidManifest.xml Add below lines in build gradle
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…
What Is a Scope of Work (SOW)? A scope of work document is an agreement on the work you’re going to accomplish on the project. A scope of work in project…
This loop is introduced in java 1.5 version and it designed for accessing the elements from arrays (collection). It is also called as enhanced for loop. Syntax: for(declaration:arrayname){ statements; }…
An array is a derived data type, which can be used for storing multiple values. If an application requires multiple values, then we can store those multiple values by declaring…