zoukankan      html  css  js  c++  java
  • 开源项目 GitHub地址

    1 垂直横向滑动ViewPager:https://github.com/JakeWharton/Android-DirectionalViewPager

      Google的ViewPager只能横向滑动,此工程可以纵向滑动,横向滑动。但是jar好像有问题下载最新的。

      解决问题连接:http://stackoverflow.com/questions/10720276/error-including-android-directionalviewpager-jar-in-eclipse

    2 下拉刷新ListView pulltorefreshlistview:https://github.com/fanfoudroid/fanfoudroid

      很常见了下拉ListView实现刷新数据

    3 ActionBarSherlock:http://actionbarsherlock.com/index.html

      ActionBarSherlock 是Android compatibility library 的一个扩展, 不知道什么原因 Android 兼容开发包没有包含ActionBar. 所以就有了ActionBarSherlock . 其使用方式和 兼容开发包类似.

  • 相关阅读:
    DAY 169 创建虚拟环境05
    DAY 168 创建虚拟环境04
    DAY 167 创建虚拟环境03
    DAY 166 创建虚拟环境02
    java 内存区域
    java 内存机制
    JAVA GC
    JAVA根搜索算法
    mysql ---事务
    java lock -----锁
  • 原文地址:https://www.cnblogs.com/bavariama/p/2891488.html
Copyright © 2011-2022 走看看