UK / US 는 되는데... KOREAN 있는데 안되는..
import java.util.Locale; import android.app.Activity; import android.speech.tts.TextToSpeech; public class good extends Activity implements OnInitListener { @Override try{ @Override _tts = new TextToSpeech(getApplicationContext(), this); @Override @Override |
<?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" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="What do you want say?" /> <EditText android:id ="@+id/et" android:layout_width="fill_parent" android:layout_height="wrap_content" /> <Button android:id="@+id/read" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Read" /> </LinearLayout> |
'Program > Android Java' 카테고리의 다른 글
안드로이드 개발에 관한.. (0) | 2011.04.11 |
---|---|
[안드로이드] 가속도 센서를 이용한 흔듬(Shake) 감지 (0) | 2011.04.11 |
shapeDrawable 이용 (0) | 2011.04.11 |
커스텀뷰 xml에서 활용 예제 (0) | 2011.04.11 |
안드로이드 비프음 내기 (0) | 2011.04.06 |