Android Sqlite Example (with Spinner)
In this example, we are adding a label on button click and displaying all the added labels on the
By CuckooRadio Editorial Team|2018-10-06T06:08:21-05:00October 6th, 2018|Android|
In this example, we are adding a label on button click and displaying all the added labels on the
By CuckooRadio Editorial Team|2018-10-06T06:06:15-05:00October 6th, 2018|Android|
SQLite is an open-source relational database i.e. used to perform database operations on android devices such as storing, manipulating or retrieving persistent
By CuckooRadio Editorial Team|2018-10-06T06:00:24-05:00October 6th, 2018|Android|
activity_main.xmlFile: activity_main.xml Activity classFile: MainActivity.java package com.example.callstatebroadcastreceiver; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class MainActivity extends Activity {
By CuckooRadio Editorial Team|2018-10-06T05:59:25-05:00October 6th, 2018|Android|
JSON (Javascript Object Notation) is a programming language . It is minimal, textual, and a subset of JavaScript. It is
By CuckooRadio Editorial Team|2018-10-06T05:57:07-05:00October 6th, 2018|Android|
Android recommends to use XMLPullParser to parse the xml file than SAX and DOM because it is fast. The org.xmlpull.v1.XmlPullParser interface
By CuckooRadio Editorial Team|2018-10-06T05:52:44-05:00October 6th, 2018|Android|
We can parse the xml document by dom parser also. It can be used to create and parse the
By CuckooRadio Editorial Team|2018-10-06T05:51:03-05:00October 6th, 2018|Android|
Android provides the facility to parse the xml file using SAX, DOM etc. parsers. The SAX parser cannot be
By CuckooRadio Editorial Team|2018-10-06T05:48:46-05:00October 6th, 2018|Android|
By the help of MediaController and VideoView classes, we can play the video files in android. MediaController class The android.widget.MediaController is a view that contains
By CuckooRadio Editorial Team|2018-10-06T05:47:38-05:00October 6th, 2018|Android|
We can play and control the audio files in android by the help of MediaPlayer class. Here, we are going
By CuckooRadio Editorial Team|2018-10-06T05:46:12-05:00October 6th, 2018|Android|
TextToSpeech class is responsible to convert text into speech. It provides a lot of methods to control the speech such