2012年12月18日
摘要: //获取NotificationManager服务NotificationManager nm=(NotificationManager) getSystemService(NOTIFICATION_SERVICE);//实例化一个NotificationNotification notification=new Notification(R.drawable.ic_launcher,"通知来了",System.currentTimeMillis());//定义通知时的信息和意图Intent intent=new Intent(this,MainActivity.class 阅读全文
posted @ 2012-12-18 09:25 @与非 阅读(1245) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends Activity implements OnClickListener private Button btnAlpha=null; private ImageView imageView=null; private Button btnXmlAlpha=null; private Button btnScale=null; private Button btnXmlScale=null; private Button btnTranslate=null; private Button ... 阅读全文
posted @ 2012-12-18 09:22 @与非 阅读(1028) 评论(0) 推荐(0) 编辑