Skip to content

lsprite/LXBFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#github 小结


类似iphone输入密码解锁
https://github.com/kevalpatel2106/PasscodeView

大图加载
https://github.com/Piasy/BigImageViewer
---图片加载器,支持GIF,手势缩放以及分块显示超大图片
https://github.com/panpf/sketch

阻止三方SDK中常见的有害行为
https://github.com/oasisfeng/condom

tableLayout表单
https://github.com/Cleveroad/AdaptiveTableLayout
https://github.com/qstumn/VerticalTabLayout (垂直纵向的TabLayout、轻松创建纵向导航)
https://github.com/huangyanbin/smartTable (一款android自动生成表格框架)

ShadowImageView图片阴影效果
https://github.com/yingLanNull/ShadowImageView

实现Android窗帘拉开折叠效果
https://github.com/Android500/AwesomeDrawer

自定义SeekBar,进度变化由可视化气泡样式呈现,定制化程度较高,适合大部分需求
https://github.com/woxingxiao/BubbleSeekBar

星星(半星)评价(也可用365直通车里已修改好的)
https://github.com/borjabravo10/SimpleRatingBar

展示所在城市热映电影资讯和票房的小小应用
https://github.com/woxingxiao/GracefulMovies

简单轻量级高阶函数库
https://github.com/TangXiaoLv/HFunc

多线程多文件断点续传下载+通知栏控制
https://github.com/liaozhoubei/MultiDownload

3D立体无限旋转容器
https://github.com/ImmortalZ/StereoView

圆角背景边框的的按钮
https://github.com/czy1121/roundbutton

半圆锯齿背景虚线边框
https://github.com/dongjunkun/CouponView

仿网易客户端抽屉模式
https://github.com/zimoguo/DrawerMode

WindowManager.addView()实现悬浮窗口播放视频
http://blog.csdn.net/guzuoi/article/details/52254344

General IM UI Components. Android/iOS Ready. 通用 IM 聊天 UI 组件,已经同时支持 Android/iOS。
https://github.com/jpush/aurora-imui

android选择器类库之整合
http://www.toutiao.com/i6413499000455954946/

超好用下拉刷新上拉载入更多
https://github.com/chrisbanes/Android-PullToRefresh

listview = (PullToRefreshListView) findViewById(R.id.listview);
		listview.setMode(Mode.BOTH);
		listview.setOnRefreshListener(new OnRefreshListener2() {

			@Override
			public void onPullDownToRefresh(PullToRefreshBase refreshView) {
				// TODO Auto-generated method stub
				refreshView.getLoadingLayoutProxy().setRefreshingLabel("正在加载");
				refreshView.getLoadingLayoutProxy().setPullLabel("下拉加载更多");
				refreshView.getLoadingLayoutProxy().setReleaseLabel("释放开始加载");
				getInfo(true, false);
			}

			@Override
			public void onPullUpToRefresh(PullToRefreshBase refreshView) {
				// TODO Auto-generated method stub
				refreshView.getLoadingLayoutProxy().setRefreshingLabel("正在加载");
				refreshView.getLoadingLayoutProxy().setPullLabel("上拉加载更多");
				refreshView.getLoadingLayoutProxy().setReleaseLabel("释放开始加载");
				getInfo(false, false);
			}
		});

贝塞尔曲线绘制出的魔炫背景
https://github.com/OCNYang/ContourView

高仿 bilibili安卓客户端
https://github.com/yoyiyi/bilisoleil

仿支付宝未加载灰色
https://github.com/florent37/FiftyShadesOf

一个 Android 相机拓展库,能够实时采集并且识别相机内物体边框是否吻合指定区域。
https://github.com/pqpo/SmartCamera

一个开源的中文车牌识别系统,其目标是成为一个简单、高效、准确的非限制场景(unconstrained situation)下的车牌识别库。
https://github.com/liuruoze/EasyPR

今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案 https://github.com/JessYanCoding/AndroidAutoSize

安卓带有尖角气泡的控件(TextView,ImageView,EditText,Layout),支持渐变色,圆角等自定义属性
https://github.com/zengzhaoxing/SharpView

按钮效果
https://github.com/hariprasanths/Bounceview-Android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages