开源集锦(七)GitHub开源控件(三)

仿某直播app实现直播画面与互动画面的切换

http://www.apkbus.com/forum.php?mod=viewthread&tid=261736&extra=page%3D14%26filter%3Dsortid%26orderby%3Ddateline%26sortid%3D12


zaaach/CityPicker

仿美团等选择城市列表demo

https://github.com/zaaach/CityPicker

Huyamin150/-dampView-springingView

一款加载动画,不同的物体加速下落砸到了文字上,文字逞阻尼效果,向下弯曲并像橡皮筋一样弹动回去的效果

https://github.com/Huyamin150/-dampView-springingView




orhanobut/dialogplus

https://github.com/orhanobut/dialogplus



pedant/sweet-alert-dialog

https://github.com/pedant/sweet-alert-dialog



michaelye/EasyDialog

https://github.com/michaelye/EasyDialog



sd6352051/NiftyDialogEffects

http://write.blog.csdn.net/postedit/52020662


Flipboard/bottomsheet

https://github.com/Flipboard/bottomsheet


android-cjj/BottomSheets

https://github.com/android-cjj/BottomSheets


Allyns/twomarket

https://github.com/Allyns/twomarket

Android手机应用市场,支持多任务下载,下载状态更新!


乐乐音乐2.0

https://github.com/zhangliangming/HappyPlayer2015-09-06-new

(1)   仿天天动听界面
(2)   界面左滑关闭页面
(3)   界面皮肤、暂时只要三套
(4)   Ksc歌词【歌词平滑滚动、歌词放大缩小效果、歌词滑动快进、颜色设置、歌词字体大小设置】
(5)   桌面歌词【歌词锁定、歌词移动、歌词解锁、颜色设置、歌词字体大小设置】
(6)   锁屏歌词【歌词平滑滚动、歌词放大缩小效果、歌词滑动快进】
(7)   本地歌曲扫描
(8)   播放Mp3格式歌曲
(9)   歌曲专辑和歌手写真
(10)   线控【歌曲上一 首、下一首、播放、暂停、快进】
(11)   电话、短信监听和耳机拔出事件监听

dolphinwang/RangeSeekbar

https://github.com/dolphinwang/RangeSeekbar


dalong982242260/RangeSeekBar

https://github.com/dalong982242260/RangeSeekBar

一个漂亮的范围拖动条


feeeei/CircleSeekbar

https://github.com/feeeei/CircleSeekbar


ahmedrizwan/SeekBarCompat

https://github.com/ahmedrizwan/SeekBarCompat


mrwonderman/android-square-progressbar

https://github.com/mrwonderman/android-square-progressbar



daimajia/NumberProgressBar

https://github.com/daimajia/NumberProgressBar


DreaminginCodeZH/MaterialProgressBar

https://github.com/DreaminginCodeZH/MaterialProgressBar


castorflex/SmoothProgressBar

https://github.com/castorflex/SmoothProgressBar


techery/progresshint

https://github.com/techery/progresshint





MasayukiSuda/AnimateHorizontalProgressBar

https://github.com/MasayukiSuda/AnimateHorizontalProgressBar


android-cjj/SnailBar

https://github.com/android-cjj/SnailBar


reallin/PopWin_MeiTuan

https://github.com/reallin/PopWin_MeiTuan


qifengdeqingchen/SeatTable

https://github.com/qifengdeqingchen/SeatTable


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
现在使用较多的类似美团、外卖等APP的城市选择界面,一行代码搞定,就是这么简单粗暴!!!主要功能:字母悬浮栏指定热门城市自定义动画效果自定义主题名称或拼音搜索Preview  APK下载demo.apk体验.InstallGradle:implementation 'com.zaaach:citypicker:2.0.0'or Maven:   com.zaaach   citypicker   2.0.0   pom or 下载library手动导入.UsageCityPicker 继承于DialogFragment ,本身没有定位功能,需要APP自身实现定位。基本使用:Step1:在manifest.xml中给使用CityPicker 的activity添加主题android:theme="@style/DefaultCityPickerTheme"   ...... Step2:new CityPickerBuilder()         .setFragmentManager(getSupportFragmentManager()) //此方法必须调用         .setCurrentCity("杭州") //APP自身已定位的城市         .setAnimationStyle(anim)  //自定义动画         .setHotCities(new String[]{"北京", "上海", "广州", "深圳"}) //指定热门城市         .setOnPickListener(new OnPickListener() {               @Override               public void onPick(int position, String data) {                       Toast.makeText(getApplicationContext(), data, Toast.LENGTH_SHORT).show();               }})          .show();关于自定义主题:在style.xml 中自定义主题并且继承DefaultCityPickerTheme ,别忘了在manifest.xml 设置给activity。<style name="CustomTheme" parent="DefaultCityPickerTheme">         @color/color_green         @color/color_green         @color/color_green         @color/color_green         @dimen/custom_section_height         @color/color_green    ...... </style>CityPicker 中自定义的所有属性如下,有些属性值必须是引用类型refrence,使用时注意。                    <attr name="cpS
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值