上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页
摘要: 阅读全文
posted @ 2014-01-13 19:39 天之涯0204 阅读(105) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-01-13 15:03 天之涯0204 阅读(171) 评论(0) 推荐(0)
摘要: //通知图标 int icon = android.R.drawable.stat_notify_chat; //创建通知对象,icon通知图标,tickerText摘要,System.currentTimeMillis()通知时间 Notification notification = new Notification(icon, tickerText, System.currentTimeMillis()); Intent intent = new Intent(Intent.ACTION_CALL, Uri.pars... 阅读全文
posted @ 2014-01-13 14:22 天之涯0204 阅读(365) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-01-12 22:06 天之涯0204 阅读(125) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-01-12 21:37 天之涯0204 阅读(97) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-01-12 21:22 天之涯0204 阅读(87) 评论(0) 推荐(0)
摘要: public class MainActivity extends Activity { private static final String TAG = "MainActivity"; private GestureLibrary library; private Gesture mgesture; private GestureOverlayView overlayView; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedIn... 阅读全文
posted @ 2014-01-12 19:23 天之涯0204 阅读(334) 评论(0) 推荐(0)
摘要: public class MainActivity extends Activity { private SurfaceView surfaceView; private RelativeLayout layout; private Button recordbutton; private Button stopbutton; private MediaRecorder mediaRecorder; @Override public void onCreate(Bundle savedInstanceState) { super.... 阅读全文
posted @ 2014-01-12 17:08 天之涯0204 阅读(219) 评论(0) 推荐(0)
摘要: public class MainActivity extends Activity { private View layout; private Camera camera; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE);//设置Activity没有标题 getWindow().set... 阅读全文
posted @ 2014-01-12 16:31 天之涯0204 阅读(193) 评论(0) 推荐(0)
摘要: public class MainActivity extends Activity { private EditText nameText; private String path; private MediaPlayer mediaPlayer; private SurfaceView surfaceView;//此组件用于播放视频 private boolean pause; private int position; @Override public void onCreate(Bundle savedInstanceState)... 阅读全文
posted @ 2014-01-12 15:35 天之涯0204 阅读(238) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页