第三方框架

Android屏幕适配终结者

摘要: 1,http://blog.csdn.net/zhengjingle/article/details/51742839 github : https://github.com/zhengjingle/Autolayout 2,http://blog.csdn.net/lmj623565791/art阅读全文

posted @ 2016-07-26 11:02 每天学习一点点... 阅读(76) | 评论 (0) 编辑

android-auto-scroll-view-pager (无限广告轮播图)

摘要: github 地址: https://github.com/Trinea/android-auto-scroll-view-pager Gradle: 布局文件 代码设置: adapter point_bg.xml point_focured.xml point_nomal.xml阅读全文

posted @ 2016-07-21 14:05 每天学习一点点... 阅读(1258) | 评论 (1) 编辑

AndroidImageSlider(图片轮播控件)

摘要: 1,引入 Step3: Add the Slider to your layout: 指示器 关键参数设置: custom:pager_animation=”Accordion” 切换动画效果 custom:auto_cycle=”true” 自动播放 custom:indicator_visibi阅读全文

posted @ 2016-07-21 10:07 每天学习一点点... 阅读(5876) | 评论 (0) 编辑

PagerSlidingTabStrip(viewPage滑动菜单)

摘要: Github地址:https://github.com/astuetz/PagerSlidingTabStrip 1,Include the library 3,使用和代码设置属性, 或者XMl 中设置属性 个性化设置 为了让你的app不像另一个 Play Store上面的app,你可以添加这些属性阅读全文

posted @ 2016-07-21 09:26 每天学习一点点... 阅读(678) | 评论 (1) 编辑

PullToRefresh------ListView的使用

摘要: 第一步 :写出布局文件的设置 第二步 使用 ,先得到mPullRefreshListView 初始化的设置 private int currentPage =1; 第一次进来的时候加载第一页的数据 initData(1); //mPullRefreshListView...阅读全文

posted @ 2014-12-05 23:19 每天学习一点点... 阅读(3632) | 评论 (0) 编辑

ImageLoader使用

摘要: 第一步: 初始化的配置 实现自定义的MyApplication类,并初始化ImageLoaderpublic class MyApplication extends Application { @Override public void onCreate() { s...阅读全文

posted @ 2014-12-04 00:06 每天学习一点点... 阅读(313) | 评论 (0) 编辑

Android-async-http

摘要: 工具类:import com.loopj.android.http.AsyncHttpClient;import com.loopj.android.http.AsyncHttpResponseHandler;import com.loopj.android.http.BinaryHttpRespo...阅读全文

猜你喜欢

转载自blog.csdn.net/hdhhd/article/details/81204652