- 博客(12)
- 收藏
- 关注
转载 Java中的强 、软引用,弱引用和虚引用(转载)
Java基础 之软引用、弱引用、虚引用 ·[转载] Java中的软引用,弱引用和虚引用 转载于:https://www.cnblogs.com/pinotao/p/3302931.html
2013-09-05 11:28:00 93
转载 MVVM in Android
http://www.codeproject.com/Articles/166952/MVVM-in-Android 原文地址。 转载于:https://www.cnblogs.com/pinotao/p/3301635.html
2013-09-04 18:23:00 110
转载 AB_CustomView
Custom View class All custom view requires to implement the IBindableView interface and implement the function: public ViewAttribute<CustomViewWidget, ?> getViewAttribute(String attribu...
2013-09-04 11:25:00 99
转载 AB_ BindingToCollection
AB 支持绑定 Collection public class ArrayListObservable<T> extends ObservableCollection<T> implements Collection<T> 示例: The constructor is pretty much similar to simple ob...
2013-09-04 11:05:00 117
转载 AB_Converters 工具类详解
以上目前AB提供的converters包下的工具类。下面将逐一介绍。 介绍前提到DependentObservable 。他可以实现类似自定义Converters的作用。文章末尾作解释。 【ADAPTER】:返回一个Adapter对象。 ADAPTER accepts only one argument, and it must be DynamicObject 需要...
2013-09-03 18:35:00 179
转载 AB_DynamicObject
Dynamic Object is an untyped Observable. -- 它是一个 非特定类型(无类型)的Observable。 Dynamic Object is an Observable that contains other Observable objects -- 它包含其他 Observable 对象。 It is called Dynamic beca...
2013-09-03 16:58:00 109
转载 Android_Binding 笔记二
上述提到的Observable 和Command 定义在model中。在Activity初始化时 传递给Binder的构造。 A Model need to have basically two types ofpublicFields: Observable Command Observable<?> is a Generic type that den...
2013-09-03 15:50:00 177
转载 AB_ IRowModel
IRowModel is the interface indicates that view model participate in Collections 表明这是一个 处理集合操作的视图模型 接口。 具体 声明: public interface IRowModel{ public void onAttachedToUI(int position); } ...
2013-09-03 11:14:00 82
转载 AB_PojoViewModel
PojoViewModel 这里先mark下,简要说下概念。 概要:实验性的,尝试 pojo风格的ViewModel。该子类无需Observables 和 Commands。只要声明自己的 绑定接口就好。(实现PojoViewModel接口即可) public interface PojoViewModel { PojoViewModelHelper get...
2013-09-03 11:02:00 118
转载 Android_binding 笔记一
前言:接触android_binding 开源框架~ 为了MVVM框架的开发。 MVVM: MVVM Redefined for Android Model: Model in Android can be data coming from within your application (including Shared Preferences), Database (...
2013-09-03 10:07:00 191
转载 TreeMap的练习(该例需要上例的学生类)
1 import java.util.*; 2 class TreeMapTest 3 { 4 public static void main(String[] args) 5 { 6 TreeMap<Student,String> tm=new TreeMap<Student,String>(new mycompare(...
2012-01-06 16:46:00 273
转载 HashMap练习
1 import java.util.*; 2 class HashMapTest //无序 3 { 4 public static void main(String [] args) 5 { 6 HashMap<Student,String> hs=new HashMap<Student,String>(); 7 ...
2012-01-06 15:56:00 214
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人