这里是我的空间,是我用来记录点滴的沃土...
Field f= (Field)R.drawable.class.getDeclaredField(“name”);//图片资源 int i=f.getInt(R.drawable.class); Read More
posted @ 2012-06-28 17:39 wsx2miao Views(227) Comments(0) Diggs(0) Edit
main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill Read More
posted @ 2012-06-28 17:00 wsx2miao Views(2147) Comments(0) Diggs(0) Edit
AlarmManager manager = (AlarmManager) getSystemService(ALARM_SERVICE); Intent intent = new Intent(EditTextViewDemoActivity.this, AlarmTest.class); PendingIntent operation = PendingIntent.getActivity(this, 0, intent, 0); Calendar calendar = Calendar.getInstance(); calendar.setTimeInMillis(System.... Read More
posted @ 2012-06-28 10:07 wsx2miao Views(217) Comments(0) Diggs(0) Edit
这里是我的空间,是我用来记录点滴的沃土...