Giter VIP home page Giter VIP logo

x_android's Introduction

2017-02-17

databinding
RXjava2
Retrofit2
Glide - 一个专注于平滑滚动的 Android 图像加载和缓存库
numberprogressbar 百分比
easyrecyclerview
Android Material Design(二)Observable Scroll View

2017-02-04 新增的appxxx 框架

mvp 
要有 通用 fragement activity
滑动返回
登录、注册、忘记密码、加载中...
		
activity AppCompatActivity


|——
|——
|
|

2016-12-02 |——转私有库 | 2016-12-01

AppCompatActivity
butterknife
gson
自定义Toolbar

底部加载 

2016-11-30 再次构架appxxx okhttputils

目录结构整理
|
|——appxxx
|———————cofig
|———————ui
|———————
|———————
|
|——base 
|
|
|——utils 工具类集合
|	Gson 稳定
|
|——widget 可复用的view集合
|
|
|——
|
|——
|
|——
|
|——

2016-07-01 EventBus 自定义弹出框 DialogFragment 创建对话框

2016-06-30 下载、断点续传

2016-06-29 (over) 软件更新 2016-06-28 (over) 评价、分享可以用系统自带的 评价 Uri uri = Uri.parse("market://details?id=" + getPackageName()); Intent intent = new Intent(Intent.ACTION_VIEW, uri); 分享 Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.setType("text/*"); 2016-06-16 (over) listview ITEM里面的点击与ITEM点击 Item布局的根布局加上android:descendantFocusability=”blocksDescendants”

beforeDescendants:viewgroup会优先其子类控件而获取到焦点
    afterDescendants:viewgroup只有当其子类控件不需要获取焦点时才获取焦点
    blocksDescendants:viewgroup会覆盖子类控件而直接获得焦点

2016-05-25 (over) 基本架构

|000 首页
|001 002 003 004 启动页、登录、注册、找回密码
|
|--100 fragment 1
|----110 111 112...... 业务分支1
|----120 121 122......
|--200 frgament 2
|--300 fragment 3
|
|--400 fragment 4
|

DEMO

2016-05-05 greenDAO、EventBus官网 http://greenrobot.org/

2016-04-18 进入退出动画 (over) 进入 startActivity后加 overridePendingTransition 退出 finish后加 overridePendingTransition 2016-04-08 标题栏通透 用

2016-03-22 加载更多 (over) 上拉会回到最上面 是因为没有用 notifyDataSetChanged

x_android's People

Contributors

xieqq8 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.