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(237)
Comments(0)
Diggs(0)
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(2163)
Comments(0)
Diggs(0)
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(226)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号