Quickcontact badge in Android
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…
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…
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…
Progress bars are used to show progress of a task. For example, when you are uploading or downloading something from the internet, it is better to show the progress of…
Progress bars are used to show progress of a task. For example, when you are uploading or downloading something from the internet, it is better to show the progress of…
In android, Bluetooth is a communication network protocol, which allows devices to connect wirelessly to exchange the data with other Bluetooth devices. Generally, in android applications by using Bluetooth API’s we can…
For Loop This loop can be used for executing the statements multiple times. A for loop has to be used when we know the exact number of interations. Syntax Program…
The switch statement can be used for executing a group of statements based on a value. Syntax Program5: Rule1: Specifying the arguments to switch statement is mandatory and it should…
activity_main.xml MainActivity.java DbHandler.java DetailsActivity.Java activity_details.xml list_row.xml
Api: http://reqres.in/api/users?page=2 { "page": 2, "per_page": 6, "total": 12, "total_pages": 2, "data": [ { "id": 7, "email": "michael.lawson@reqres.in", "first_name": "Michael", "last_name": "Lawson", "avatar": "https://reqres.in/img/faces/7-image.jpg" }, { "id": 8, "email": "lindsay.ferguson@reqres.in",…