Android TextToSpeech Tutorial
In android, you can convert your text into speech by the help of TextToSpeech class. After completion of the conversion, you can
By CuckooRadio Editorial Team|2018-10-06T05:42:45-05:00October 6th, 2018|Android|
In android, you can convert your text into speech by the help of TextToSpeech class. After completion of the conversion, you can
By CuckooRadio Editorial Team|2018-10-06T05:41:07-05:00October 6th, 2018|Android|
We can easily send email in android via intent. You need to write few lines of code only as
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.