我正在努力制作一款可以帮助贫困学生学习良好教育的应用。我国许多村庄都没有适当的老师教新东西加上老师英语不是那么好!
我想要的是一个名为我的老师的应用程序,我有6个音频文件
其中3个是请求文件,其中3个是回复文件
要求
1)教数字(音频文件)
来自手机的回复
1reply)1 1 2 2 3 3等(音频文件)
像这样我想为小孩添加5到6种类型的故事和事物
我尝试了很多例子都请求互联网连接。那个村庄没有互联网
我希望它们发生在没有互联网连接的本地
只有一个按钮说“明星老师”
教师通过语音请求请求移动电话
请引导我走一条帮助孩子的好路径
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<RelativeLayout
android:id="@+id/relativeLayout1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1.11" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="32dp"
android:text="My teacher"
android:textAppearance="?android:attr/textAppearanceLarge" />
<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/textView1"
android:layout_centerHorizontal="true"
android:layout_marginTop="177dp"
android:src="@drawable/start teacher" />
</RelativeLayout>