- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 状态栏返回到当前正在运行的Activity
android Notificationnotification=... NotificationManagernm=... // IntentnotificationIntent = new Intent(this,this.getClass()); PendingIntentcontentIntent = PendingIntent.getActivity(this,0,notif
2015-01-27 13:53:37
570
原创 Notification返回到当前正在运行的Activity
android Notification notification=... NotificationManager nm=... // Intent notificationIntent = new Intent(this,this.getClass()); PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
2015-01-27 13:49:35
361
原创 仿QQ5.0侧滑效果
1.工程截图 2.主要代码 MainActivity.java package com.example.slidingpane; import android.app.Activity; import android.app.FragmentTransaction; import android.os.Bundle; import android.support.v4.widget.S
2015-01-08 11:58:51
406
原创 使用Animation-list实现等待加载动画效果
第一步:准备两张或多张图片放到res/drawable文件夹里,我这里准备了两张图片: wb_loading_frame1.png wb_loading_frame2.png 第二步:写动画Animation-list帧布局文件wb_loading_frame.xml,文件存放在res/drawable目录下 wb_loading_f
2015-01-04 10:47:07
495
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人