Android Simple Graphics Example
The android.graphics.Canvas can be used to draw graphics in android. It provides methods to draw oval, rectangle, picture, text, line etc.
By CuckooRadio Editorial Team|2018-10-05T03:54:05-05:00October 5th, 2018|Android|
The android.graphics.Canvas can be used to draw graphics in android. It provides methods to draw oval, rectangle, picture, text, line etc.
By CuckooRadio Editorial Team|2018-10-05T03:53:22-05:00October 5th, 2018|Android|
We can also get the information of call state using the TelephonyManager class. For this purpose, we need to call the listen
By CuckooRadio Editorial Team|2018-10-05T03:52:09-05:00October 5th, 2018|Android|
We are able to make a phone call in android via intent. You need to write only three lines
By CuckooRadio Editorial Team|2018-10-05T03:44:23-05:00October 5th, 2018|Android|
Android provides the facility to know the incoming number and speak it by the help of android speech api and telephony manager.
By CuckooRadio Editorial Team|2018-10-05T03:35:28-05:00October 5th, 2018|Android|
Android provides a large number of classes and interface for the animation development. Most of the classes and interfaces
By CuckooRadio Editorial Team|2018-10-05T03:34:38-05:00October 5th, 2018|Android|
The android.telephony.TelephonyManager class provides information about the telephony services such as subscriber id, sim serial number, phone network type etc. Moreover,
By CuckooRadio Editorial Team|2018-10-05T03:33:40-05:00October 5th, 2018|Android|
The getBoundedDevices() method of BluetoothAdapter class provides a set containing list of all paired or bounded bluetooth devices.In this example,
By CuckooRadio Editorial Team|2018-10-05T03:32:37-05:00October 5th, 2018|Android|
In the previous tutorial of Android Google Map, we simply displayed the default coordinates (location) set by the MapsActivity.javaclass file.
By CuckooRadio Editorial Team|2018-10-05T03:21:10-05:00October 5th, 2018|Android|
Sensors can be used to monitor the three-dimensional device movement or change in the environment of the device.Android provides sensor api
By CuckooRadio Editorial Team|2018-10-05T03:17:07-05:00October 5th, 2018|Android|
Bluetooth is a way to exchange data with other devices wirelessly. Android provides Bluetooth API to perform several tasks such