摘要:
public class PostTextView extends TextView { private Handler handler = new Handler(Looper.getMainLooper()); public PostTextView(Context context) { sup 阅读全文
摘要:
penaltyDeath(): Crash the whole process on violation. penaltyDeathOnNetwork(): Crash the whole process on any network usage. penaltyDialog(): Show an 阅读全文
摘要:
Recommended data-structures: ArrayMap<K,V> in place of HashMap<K,V> ArraySet<K,V> in place of HashSet<K,V> SparseArray<V> in place of HashMap<Integer, 阅读全文