会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Somnus_丶
博客园
首页
新随笔
联系
订阅
管理
[置顶]
Android 开发之 - NDK开发 Hello world!
摘要: 第一个ndk程序 : 这里完成的功能是 用java调用C代码 来实现输出一个HelloWorld~需要下载ndk -- 百度 , 下载安装后解压即可;新建一个AndroidProject,然后新建一个jni包。包下新建一个JniTest类。结构如下:开始JniTest文件中代码如下:p...
阅读全文
posted @ 2015-06-19 16:46 Somnus_W
阅读(248)
评论(0)
推荐(0)
编辑
[置顶]
iOS 开发之 - Plist文件的基本操作
摘要: plist文件是一个轻量级的数据库,用于存放一些比较小的数据。下面是对plist的基本操作。新建一个Plist文件我这里是新建的一个以整体为Array,item是字典的plist文件。如图:一般开发中,如果是要操作plist文件的话。都是要把plist文件放到沙盒(Document) 目录下的先得到...
阅读全文
posted @ 2014-08-14 14:16 Somnus_W
阅读(2048)
评论(0)
推荐(0)
编辑
[置顶]
android开发之 - 圆形头像
摘要: //最新第三方圆形头像:https://github.com/hdodenhof/CircleImageViewhttps://github.com/MostafaGazar/CustomShapeImageView 一段代码,可以设置圆形头像. 返回一个Bitmap对象. ==> 该列子是从网络...
阅读全文
posted @ 2014-07-25 10:35 Somnus_W
阅读(989)
评论(0)
推荐(0)
编辑
2014年11月19日
android 开发之 - 仿iOS searchBar 右边删除按钮
摘要: android 没有像ios searchBar , 只能自己写了。需要一张.9作为背景 ,EditText 作为搜索框,一张删除图片,一张搜索图片 (放大镜) //监听输入框,出现删除按钮。etSearch.addTextChangedListener(new...
阅读全文
posted @ 2014-11-19 14:08 Somnus_W
阅读(1756)
评论(0)
推荐(0)
编辑
2014年9月29日
android 开发之- 获取倒计时CountDownTimer 实现
摘要: 很简单实现获取验证码倒计时功能,代码:一:定义一个内部类:private TimeCount time;// timer Util /* 定义一个倒计时的内部类 */ class TimeCount extends CountDownTimer { public TimeC...
阅读全文
posted @ 2014-09-29 16:26 Somnus_W
阅读(12666)
评论(0)
推荐(0)
编辑
2014年9月24日
android 开发之 - 调用系统闪光灯
摘要: Android开发调用系统闪光灯。添加权限: private Camera camera = null; private Parameters parameters = null;开启:if (null == camera) { cam...
阅读全文
posted @ 2014-09-24 10:59 Somnus_W
阅读(1643)
评论(0)
推荐(0)
编辑
2014年8月16日
iOS 开发之 - iOS6设置UISearchbar的背景色
摘要: 效果图:ios 6 默认:修改之后:代码:if (!IsIOS7) { [[ _searchBar.subviews objectAtIndex : 0 ] removeFromSuperview ]; [ _searchBar setBackgroundColor :[ UIColor...
阅读全文
posted @ 2014-08-16 11:47 Somnus_W
阅读(162)
评论(0)
推荐(0)
编辑
iOS 开发之 - iOS6 适配, UITextField 文本,placeholder没有居中对齐
摘要: 先上一张图:为了方便观察,我给UITextField设置了一个背景颜色.是不是赶脚偏了?通过一个方法解决:_telTextField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;如图:就ok了..
阅读全文
posted @ 2014-08-16 11:23 Somnus_W
阅读(2416)
评论(0)
推荐(0)
编辑
iOS 开发之 - iOS6适配 - 导航栏按钮透明方法
摘要: 首先上张图:1:ios6导航栏默认按钮rightBarButtonItem 是不是很丑的赶脚?现在通过以下方法来改变以下;code: UIButton *rightButton = [UIButton buttonWithType:UIButtonTypeCustom]; rightButt...
阅读全文
posted @ 2014-08-16 11:15 Somnus_W
阅读(631)
评论(0)
推荐(0)
编辑
2014年8月14日
iOS开发之 - 百度地图合成包(真机 , 模拟器通用)
摘要: 百度地图一个是真机包,一个是模拟器包。下面是把真机包和模拟器包 合成为一个。以便开发 所有的包合成方法均是一样。打开终端:lipo -create /Users/quancheng/Library/Developer/Xcode/DerivedData/LIBRARY-apqimrbblggwrnc...
阅读全文
posted @ 2014-08-14 20:22 Somnus_W
阅读(447)
评论(0)
推荐(0)
编辑
iOS 开发 之 - UIScrollView文档
摘要: 额。这篇文档主银:http://blog.sina.com.cn/u/2141630575#import #import #import #import #import typedef enum { UIScrollViewIndicatorStyleDefault, // black...
阅读全文
posted @ 2014-08-14 14:20 Somnus_W
阅读(600)
评论(0)
推荐(0)
编辑
下一页
公告