自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (8)
  • 收藏
  • 关注

原创 使用Volley实现Https请求, Volley SSL 双向自认证证书请求。

From http://code.tutsplus.com/tutorials/an-introduction-to-volley--cms-23800Volley is a networking library developed by Google and introduced during Google I/O 2013. It was developed because

2015-12-29 03:17:56 5557

原创 No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse

E:\myWorks\XXX_project\Android\XXX\app\build\intermediates\res\merged\debug\values-v23\values-v23.xmlError:(3) Error retrieving parent for item: No resource found that matches the given name 'android

2015-12-29 01:26:14 4329 3

转载 How to create a library for Android Application

From http://www.vogella.com/tutorials/AndroidLibraryProjects/article.htmlTable of Contents1. Android library projects and Java libraries2. Using JAR files in Android2.1. How to use

2015-12-25 01:24:36 1554

转载 Android Shell command to send broadcast.

有时候调试程序的时候,需要测试广播接收部分的代码。如测试BOOT_COMPLETED 完成时候的接收函数。可以使用下面的命令。adb shell am broadcast -a android.intent.action.BOOT_COMPLETED -c android.intent.category.HOME -n com.mypackage/.boot.OnBootReceiver

2015-12-24 05:41:53 738

转载 Chrome 插件,Andriod 手机和电脑同步显示。

From http://inthecheesefactory.com/blog/mirror-android-phone-screen-gain-full-control-with-vysor/enLooking for a tool that could mirror non-rooted android phone's screen and allow user to gain a

2015-12-23 03:26:01 6534

转载 Introduction to Glide, Image Loader Library for Android, recommended by Google

From http://inthecheesefactory.com/blog/get-to-know-glide-recommended-by-google/enIn the passed Google Developer Summit Thailand, Google introduced us an Image Loader Library for Android developed

2015-12-23 01:43:57 684

转载 Android 添加Calendar 事件。问题

1.Google 官方文档例子http://developer.android.com/guide/topics/providers/calendar-provider.htmlGoogle的demo程序添加calendar event在我的Nexus 5上无法成功。Android 版本5.1和6.0下现象一样。会报下面的错误。Failed to get type for: con

2015-12-03 01:30:50 2420

NavigationBar

侧滑菜单例子,切换速度慢的例子。

2016-06-19

java android apk 反编译

反编译jar or android apk文件。可以查看源代码。

2015-07-16

Android file upload with progress bar

Android 上传文件到服务器,服务器接收 code,客户端有进度条更新。

2015-01-28

AsyncTask 并行,串行操作测试

在新版本Android SDK中AsyncTask,应该注意在默认情况下AsyncTask是在一个单线程中调用队列中的Task。例如:有多个AsyncTask任务同时开始调用。但是执行的时候是串行的。 这个例子用作测试。

2015-01-23

Mac 地址厂商分配表

Mac 地址厂商分配表, 各个厂商申请的Mac地址头信息。

2013-01-31

随机产生MAC地址,符合IEEE标准。芯片公司可查询。

随机产生MAC地址,符合IEEE标准。每个mac地址都可以查询到指定的芯片公司。内部集成了1200家在IEEE申请过MAC 地址的公司。 源代码为java。

2013-01-31

遗传算法 5个实例程序

遗传算法5个程序,函数,神经网络等!!!!

2009-09-30

空空如也

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

TA关注的人

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