摘要:
1 package com.itheima.sensor; 2 3 import android.app.Activity; 4 import android.hardware.Sensor; 5 import android.hardware.SensorEvent; 6 import and... 阅读全文
posted @ 2015-05-28 10:56
wf110
阅读(170)
评论(0)
推荐(0)
摘要:
1 2 4 5 6 7 8 9 10 11 12 13 14 15 View Code 1 package com.itheima.frame; 2 3 import android.app.A... 阅读全文
posted @ 2015-05-28 10:09
wf110
阅读(132)
评论(0)
推荐(0)
摘要:
anim文件夹下 1 2 4 5 11 12 View Code 1 package com.itheima.tween; 2 3 import android.app.Activity; 4 import android.os.Bundle; 5 import android.vi... 阅读全文
posted @ 2015-05-28 09:56
wf110
阅读(203)
评论(0)
推荐(0)
摘要:
1 package com.itheima.getimage; 2 3 import android.app.Activity; 4 import android.content.Intent; 5 import android.database.Cursor; 6 import android... 阅读全文
posted @ 2015-05-28 09:36
wf110
阅读(572)
评论(0)
推荐(0)
摘要:
一.多媒体 1.音频播放 MediaPlayer, prepareAsync() SeekBar TelephonyManager, PhoneStateListener 2.音频池 SoundPool一次性可以加载多段音频 load(), play(), unload() 3.视频播放 ... 阅读全文
posted @ 2015-05-28 09:09
wf110
阅读(253)
评论(0)
推荐(0)
摘要:
1 package com.itheima.systemcamera; 2 3 import android.app.Activity; 4 import android.content.Intent; 5 import android.net.Uri; 6 import android.os.... 阅读全文
posted @ 2015-05-28 08:59
wf110
阅读(232)
评论(0)
推荐(0)
摘要:
布局文件 1 11 12 15 16 22 23 29 30 36 37 43 44 45 50 51 View Code代码 1 public class MainActivity extends Activi... 阅读全文
posted @ 2015-05-28 08:50
wf110
阅读(346)
评论(0)
推荐(0)