1.设计布局文件<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:l...
1.首先两个界面第一个界面有两个EditText用于输入账号密码,还有两个Button用于登陆和取消 第二个界面是两个TextView用于显示第一个界面传过来的账号密码。2.在Manifest.xml中显示<?xmlversion="1.0"encoding="utf-8"?><manifestxmlns:...
1.考入音乐文件放在res下新建的raw文件夹中2.布局(一个textview,三个Button,一个进度条)3.ActivitypublicclassMainActivityextendsActivity{Buttonbtn_play;Buttonbtn_pause;Buttonbtn_stop;ProgressBarpBar;TextView...