This Application Convert Text into Speech.... Enjoy it..... Download Code (Click Here....) Download .apk File For Android(2.2 upto) Mobile (Click Here...) Show in Bellow Code For TextToSpeech.java here use TextToSpeech Class for Access the functionality of conversion of text to speech... setLanguage(Locale.ENGLISH); method is use for set language like us , uk etc. Also Call shutdown() method in onDestroy() for release All TextToSpeech Objects. Show in Bellow .java code 1) First Create One XML file in which one TextView ,one EditText and one Button Show in Bellow Code <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" > <TextView android:id="@+id/textView1" android:layout_width="wrap_content"...
This Blog Content Android And Java Application Program which is develop by me. All iz well