2018年1月14日

Android重写ViewPager改动滑动灵敏度

摘要: 使用ViewPager作为一个页面进行切换。里面能够存放非常多View,但有时在操作View时不小心滑动一下就有可能跳到下一页,这并非我们想要的,这里就须要重写ViewPager改动它的滑动条件 效果图 程序文件夹结构 BTViewPager.java package com.example.vie 阅读全文

posted @ 2018-01-14 19:01 yjbjingcha 阅读(1869) 评论(0) 推荐(0) 编辑

Template design pattern application in android

摘要: The template method allow separate the generic method from a detail context(class) via inheritance Another advantage: 1.Inheritance implementation mea 阅读全文

posted @ 2018-01-14 17:49 yjbjingcha 阅读(111) 评论(0) 推荐(0) 编辑

导航