Posts

Showing posts with the label TextToSpeech

Talking Clock And Text To Seach Converter

Image
Designing Part: Layout file: Main.xml   <? xml version = "1.0" encoding = "utf-8" ?> < LinearLayout xmlns:android = "http://schemas.android.com/apk/res/android"     android:orientation = "vertical"     android:layout_width = "fill_parent"     android:layout_height = "fill_parent"       android:background =" @drawable/bg23 " > < TextView       android:layout_width = "fill_parent"     android:layout_height = "wrap_content"     android:text = "@string/hello" /> < AnalogClock     android:id = "@+id/myAnalogClock"     android:layout_width = "fill_parent"     android:layout_height = "wrap_content" /> < TextView     android:layout_width = "fill_parent"     android:layout_height = "wrap_content"     android:text = "I can speech" /> < TextView  ...