2013年4月8日
摘要: 下面是重要代码,完整DEMO,请在最下面的地址下载。XML文件View Code <?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:gravity=&q 阅读全文
posted @ 2013-04-08 17:23 大米稀饭 阅读(910) 评论(0) 推荐(0)
摘要: 今天做了一个小Demo,主要是检测手机传个器种类个数,代码如下。View Code <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=" 阅读全文
posted @ 2013-04-08 16:51 大米稀饭 阅读(881) 评论(0) 推荐(0)
摘要: 一下,我只把主要的代码贴出来给大家,如果哪里写的不好,希望大家能多多指教,灰常感谢。/** 定义播放小孩声音的ACTION */public static String SOUND_ACTION = "com.vtion.ym.box.sound";XxxActivity.java Activity里面中的代码View Code 1 @Override 2 public void onClick(View v) { 3 Intent intent = new Intent(Constant.SOUND_ACTION); 4 switch (v... 阅读全文
posted @ 2013-04-08 10:41 大米稀饭 阅读(256) 评论(0) 推荐(0)