自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 Android Design Tools记录

一、在手机上预览PS效果图工具 Pixl Preview         网站:https://markushintersteiner.at/pixl-preview/         下载APK: https://play.google.com/store/apps/details?id=at.markushi.pixl

2014-03-26 10:15:45 892

原创 Cannot find ViewPager’s Id In a PopupWindow

使用ViewPager,运行后Logcat报出如下错误 No view found for id 0x7f080005 (id/view_pager) for fragment AdvertisementImageFragment{419e41d0 #0 id=0x7f080005 android:switcher:2131230725:0} 当时十分纠结为什么找不到view_page的定

2014-03-27 10:22:42 3264 4

翻译 Android Database 并行访问

1、假设你已经有了自己的SQLiteOpenHelper实例 public class DatabaseHelper extends SQLiteOpenHelper { ... } 2、现在你需要在不同的线程中写数据库 // Thread 1 Context context = getApplicationContext(); DatabaseHelper helper =

2014-03-26 17:30:44 4573 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除