对于日常中重复性的可以抽取的实现尽量抽取 比如实现导航栏右侧 UIBarButtonItem的添加 如果使用 private func setupNavigateionBar(){ let btn = UIButton() btn.setImage(UIImage(named:"icon_shouy ...
分类:
编程语言 时间:
2017-11-14 14:39:39
阅读次数:
223
Android手写板和涂鸦的功能,代码如下: ...
分类:
移动开发 时间:
2017-10-26 11:38:51
阅读次数:
255
初级教学(包含Xamarin.GradleBindings插件的安装) 中级教学 今天我们来到了高级教学,今天要绑定一个Github上将近4000star的一个项目 Android图片轮播控件: banner 今天会处理不少的Error,这是与初级中级教学,最大的不同部分. 特此感谢,Xamarin ...
分类:
移动开发 时间:
2017-10-03 00:52:21
阅读次数:
955
Android RecycleView is more advanced version of ListView with improved performance and other benifits.Using RecyclerView and CardView together,both li ...
分类:
其他好文 时间:
2017-09-22 01:01:55
阅读次数:
208
ImageSwitch图像切换控件 继承ViewAnimator所以可以做动画 继承ViewGroup所以可以装别的控件,所以ImageSwitch里面装的就是image,不过要找个ImageView来呈现 所以ImageSwitch用一个图像工厂来显示ImageView对象图片。 我们看setIm ...
分类:
其他好文 时间:
2017-08-19 18:51:20
阅读次数:
510
// 重写导航栏返回按钮方法 func configBackBtn() -> Void { // 返回按钮 let backButton = UIButton(type: .custom) // 给按钮设置返回箭头图片 backButton.setImage(UIImage(named: "Navi ...
分类:
编程语言 时间:
2017-08-14 11:33:56
阅读次数:
2469
实例代码: package com.example.readcontacts; import java.io.InputStream; import java.util.ArrayList; import android.app.ListActivity; import android.conten ...
分类:
移动开发 时间:
2017-08-05 11:03:53
阅读次数:
251
直接上代码: //UISegmentedControl 对象的创建 //參数为数组,数组为字符串数组,表示各个分段的标题。数组的对象个数确定了分段个数。 UISegmentedControl *segmentControl = [[UISegmentedControl alloc] initWith ...
分类:
其他好文 时间:
2017-08-02 22:15:07
阅读次数:
128
二维码在我们生活中随处可见。在我眼里简直能够用“泛滥”来形容啦。那怎样在我们Android项目中扫描识别二维码或生成二维码图片呢? 我们通常使用的开源框架是zxing。在github上的开源地址:https://github.com/zxing/zxing,眼下在做的项目中也用到这个框架, 所以自己 ...
分类:
移动开发 时间:
2017-07-23 19:45:17
阅读次数:
232