自定义博客皮肤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)
  • 资源 (26)
  • 收藏
  • 关注

原创 Android LogUtil(log工具类)

Android LogUtil(log工具类)LogUtilpackage com.example.shen.logutil.utils;import android.text.TextUtils;import android.util.Log;/** * Created by shen on 2016/2/28. */public class Lo

2016-02-29 09:05:16 12211

原创 Android SharedPreferences的简单封装

Android SharedPreferences的简单封装SP数据保存在/data/data//shared_prefs目录下且以XML格式保存的。SPUtilspackage com.example.shen.sputil.utils;import android.content.Context;import android.content.SharedPrefere

2016-02-28 10:14:43 5877 1

原创 Android隐藏状态栏、导航栏

Android隐藏状态栏、导航栏 private void hideStatusNavigationBar(){ if(Build.VERSION.SDK_INT<16){ this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,

2016-02-04 22:21:40 3556

Android ViewPager+RadioGroup+Fragment超高仿微信底部滑动菜单AndroidStudio源码

Android ViewPager+RadioGroup+Fragment超高仿微信底部滑动菜单AndroidStudio源码 Blog:http://blog.csdn.net/shenyuanqing/article/details/46670761

2016-02-05

LICEcap(Gif录像软件)

LICEcap V1.26,简单好用,Gif屏幕录制工具。

2015-12-21

Android SQLite demo 之增、删、改、查

AndroidStudio写的SQLite demo blog:http://blog.csdn.net/shenyuanqing/article/details/50352087

2015-12-18

SQLite Developer 4.02

SQLite Developer4.02,支持UTF-8编码,中文无乱码

2015-12-18

Android ViewPager等自制图片轮播器

AS写的图片轮播器demo,使用ViewPager等控件 blog:http://blog.csdn.net/shenyuanqing/article/details/49664757

2015-11-05

Android沉浸式状态栏、导航栏(兼容Android5.0)

AS写的沉浸式状态栏、导航栏demo,用的是开源库SystemBarTint,兼容Android5.0。 blog:http://blog.csdn.net/shenyuanqing/article/details/49364921

2015-10-30

ViewPager+Fragment超高仿微信主界面(带底部图标切换动画)

AS写的ViewPager+Fragment超高仿微信主界面(带底部图标切换动画)demo blog:http://blog.csdn.net/shenyuanqing/article/details/49464767

2015-10-28

Android沉浸式状态栏、导航栏

AS写的沉浸式状态栏、导航栏demo,用的是开源库SystemBarTint。 blog:http://blog.csdn.net/shenyuanqing/article/details/49364921

2015-10-23

Android DrawerLayout demo(抽屉菜单)

AS写的DrawerLayout demo(抽屉菜单) blog:http://blog.csdn.net/shenyuanqing/article/details/49225641

2015-10-18

Android SlidingMenu demo

AS写的SlidingMenu demo blog:http://blog.csdn.net/shenyuanqing/article/details/49207487

2015-10-17

apk反编译工具

apk反编译工具,dex2jar,jd-gui blog:http://blog.csdn.net/shenyuanqing/article/details/49183621

2015-10-16

Android Webview demo

AS写的一个用webview打开网页的demo blog:http://blog.csdn.net/shenyuanqing/article/details/49099019

2015-10-13

Android串口通信demo(AS)

1个Android Studio写的串口通信demo blog:http://blog.csdn.net/shenyuanqing/article/details/49070079

2015-10-13

Eclipse串口工具源码

Eclipse串口工具源码,eclipse测试通过

2015-09-23

Android弹出窗口PopupWindow

AS写的PopupWindow demo blog:http://blog.csdn.net/shenyuanqing/article/details/48136639

2015-08-31

Android可滑动的Tab页

AS写的可滑动的Tab页 blog:http://blog.csdn.net/shenyuanqing/article/details/48106353

2015-08-30

Android百度地图定位demo(AS)

Android百度地图定位demo blog:http://blog.csdn.net/shenyuanqing/article/details/48056289

2015-08-29

PinnedSectionListView(分组+可固定标题的ListView)

PinnedSectionListView,分组,可固定标题的ListView Blog http://blog.csdn.net/shenyuanqing/article/details/47987625

2015-08-26

自定义透明背景ProgressDialog

自定义透明背景ProgressDialog,通过继承Dialog+帧动画 具体博文地址http://blog.csdn.net/shenyuanqing/article/details/47397013

2015-08-10

Android用WebView播放gif

Android用WebView播放gif AndroidStudio源码 超简单,核心代码就三行

2015-06-30

ViewPager+RadioGroup+Fragment超高仿微信主界面AndroidStudio源码

ViewPager+RadioGroup+Fragment超高仿微信主界面,可通过左右滑动或点击底部RadioButton切换Fragment http://blog.csdn.net/shenyuanqing/article/details/46670761 开发环境AndroidStudio1.2

2015-06-28

Android TCP demo

Android TCP demo client server send receive,Android 4.4.4测试通过。

2014-12-09

Android TCP Client demo

Android TCP Client demo send receive,Android 4.4.4测试通过

2014-12-04

AndroidUDP接收发送demo

Android UDP send receive demo 16进制 接收 发送

2014-11-26

Android 闪光灯手电筒 实例

Android 闪光灯 手电筒 代码 实例,可能不支持所有安卓手机,SONY Z1 l39h 测试通过

2014-11-06

Android UDP 发送端实例

Android UDP 发送端实例,简洁易懂,新手交流学习

2014-11-06

空空如也

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

TA关注的人

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