自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

唐衡三

记录成长。。。

  • 博客(28)
  • 资源 (3)
  • 收藏
  • 关注

原创 Android 数据列表展示UI框架

Android 收集好用的库与UI效果demo索引​​​​​​​1.悬停列表 CityPickergithub https://github.com/zaaach/CityPicker

2018-10-29 09:51:29 3779

原创 Android 轮播UI效果框架

Android 好用的框架与UI效果demo收集1.万能的公告栏轮播 View :BulletinViewgithub https://github.com/Bakumon/BulletinView2. RecyclerBanner一个使用Recycler制作的轮播效果,很不错呦github https://github.com/renjianan/RecyclerBann...

2018-10-29 09:50:03 2528 1

原创 Android 搜索框UI框架

Android 好用的框架与UI效果demo收集1.SearchDialoghttps://github.com/wenwenwen888/SearchDialog 

2018-10-29 09:47:57 4547

原创 Android Toast提示UI框架

Android 好用的框架与UI效果demo收集android Toast 可以统一取消封装1.Toastyhttps://github.com/hss01248/Toasty

2018-10-29 09:46:22 2527

原创 Android 弹框UI框架

Android 好用的框架与UI效果demo收集1.Android-PromptDialoghttps://github.com/limxing/Android-PromptDialog2.显示 DialogFragment 时背景模糊效果https://github.com/tvbarthel/BlurDialogFragment3.EasyDialog项目地址:h...

2018-10-29 09:44:35 3209

原创 Android 列表选择控件

Android 收集好用的库与UI效果demo索引1.高仿 iOS 滚轮实现 省市区 城市选择三级联动github https://github.com/crazyandcoder/citypicker​​​​​​​ 

2018-10-29 09:42:39 2966

原创 Android 输入框样式UI

Android 好用的框架与UI效果demo收集1.防京东,支付宝密码键盘和密码输入框https://github.com/GitPhoenix/Keyboard2.验证码输入框控件.https://github.com/JustKiddingBaby/VercodeEditTextEdittext 的光标操作...

2018-10-26 17:55:34 5735

原创 Android 图表框架

Android 收集好用的库与UI效果demo索引1.MPAndroidChart是一款图表框架折线图、柱形图、饼形图等图标样样都有github https://github.com/PhilJay/MPAndroidChartMPAndroidChart 直线图重写,一个很好看的图,点击可以显示浮窗内容使用简介:https://blog.csdn.net/dt235201314...

2018-10-26 17:54:19 1588 1

原创 Android 动画框架

Android 好用的框架与UI效果demo收集1.炫酷开屏动画框架githubhttps://github.com/JoshuaRogue/FancyView2.Animate一个教你基础动画实现的domegithubhttps://github.com/hitherejoe/animate3.awesome-animation一个不定期更新各类Android ...

2018-10-26 17:53:18 2760

原创 Android 图片压缩框架

Android 好用的框架与UI效果demo收集1.Lubangithubhttps://github.com/Curzibn/Luban2.BitmapFactory.Options实现图片资源的加载...防止OOM的产生,并不会将图片原件修改https://blog.csdn.net/sinat_28864443/article/details/89022360...

2018-10-26 17:52:29 264

原创 Android 路由框架

Android 好用的框架与UI效果demo收集1.Android 路由框架ARouter最佳实践学习文档:https://blog.csdn.net/zhaoyanjun6/article/details/76165252github :https://github.com/alibaba/ARouter...

2018-10-26 17:51:28 407

原创 Android fragment 框架

Android 好用的框架与UI效果demo收集1.一个非常方便的fragment页面框架  XPagegithub  https://github.com/xuexiangjys/XPage 2. Fragmentation为"单Activity + 多Fragment","多模块Activity + 多Fragment"架构而生,简化开发,轻松解决动画、嵌套、事务相关等...

2018-10-26 17:48:57 1019

原创 Android JSON解析框架

Android 好用的框架与UI效果demo收集android studio【GsonFormat】插件, json数据快速生成实体类解放双手 配合fastjson使用更配哦1.fastjson阿里巴巴github https://github.com/alibaba/fastjson2.gsongooglegithubhttps://github.com/...

2018-10-26 17:42:51 793

原创 Android 二维码扫描框架

Android 好用的框架与UI效果demo收集1.zxing条码图像处理库github https://github.com/zxing/zxing二次封装的简单易用https://github.com/yipianfengye/android-zxingLibraryhttps://github.com/yuzhiqiang1993/zxinghttps:/...

2018-10-26 17:40:34 4813

原创 Android 好用网络访问框架

Android 好用的框架与UI效果demo收集1.RetrofitRetrofit是一款类型安全的网络框架,基于HTTP协议,服务于Android和java语言github   https://github.com/square/retrofit2.okhttpokhttp是一款基于HTTP和HTTP2.0协议的网络框架,服务于java和android客户端github ...

2018-10-26 17:39:09 633

原创 Android UI绑定注解

Android 好用的框架与UI效果demo收集1.Butter Knife提供了一种能力——使用注解生成模板代码,将view与方法和参数绑定,简化代码官网地址:http://jakewharton.github.io/butterknife/github:https://github.com/JakeWharton/butterknife 2.androidannotat...

2018-10-26 17:35:32 574

原创 Android 分辨率适配框架

Android 好用的框架与UI效果demo收集1.AndroidAutoLayout一个提供适配能力的框架github https://github.com/hongyangAndroid/AndroidAutoLayout2.autoLayout-my一个使用PX进行适配的方案地址:https://blog.csdn.net/lmj623565791/article/d...

2018-10-22 18:02:04 857

原创 Android 自定义字体库

Android 好用的框架与UI效果demo收集 1.Calligraphy一款自定义字体框架github https://github.com/chrisjenx/Calligraphy

2018-10-22 17:53:07 370

原创 Android 好用GIF图片展示框架

Android 好用的框架与UI效果demo收集 1.android-gif-drawable一款提供展示GIF动画能力的视图框架github https://github.com/koral--/android-gif-drawable

2018-10-22 17:46:54 912

原创 Android 好用的RecyclerView框架

Android 好用的框架与UI效果demo收集1.UltimateRecyclerView一款提供刷新、加载更多、动画特效等额外能力的RecyclerView框架github https://github.com/cymcsg/UltimateRecyclerView...

2018-10-22 17:44:05 1077

原创 Android 好用导航卡框架

Android 好用的框架与UI效果demo收集1.BottomBar一款底部导航栏视图框架https://github.com/roughike/BottomBar.git

2018-10-22 17:36:46 685

原创 Android 如何将SVG做成字体图标的(iconify)使用

框架 GitHub:https://github.com/JoanZapata/android-iconify //字体图标implementation 'com.joanzapata.iconify:android-iconify-ionicons:2.2.2'implementation 'com.joanzapata.iconify:android-iconify-fontaweso...

2018-10-20 17:37:35 768

原创 冒泡排序

import java.util.Arrays;public class Main { public static void main(String[] args) { System.out.println("Hello World!"); int[] array = new int[]{5, 8, 6, 3, 9, 2, 1, 7,4}; ...

2018-10-20 16:53:10 282

原创 ScrollView+listview嵌套使用

ScrollView 建议使用【android.support.v4.widget.NestedScrollView】进行使用,不需要自定义重写ScrollView ,NestedScrollView用起来比自定义好用的多主要解决listview 的高度问题即可高度解决方案如下:使用方法: if (lvAdapterLeft != null) { ...

2018-10-20 16:50:59 435

原创 EventBus的封装使用

eventbus GitHub地址:https://github.com/greenrobot/EventBuseventbus index优化1.在app Gradle中添加引用包:implementation 'org.greenrobot:eventbus:3.1.1'2.写封装类public class EventBusUtil { public sta...

2018-10-20 16:40:11 1432

原创 Recursive entry to executePendingTransactions 异常处理

最近在项目开发中,偶现遇到java.lang.IllegalStateException: Recursive entry to executePendingTransactionsE/AndroidRuntime: at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:...

2018-10-20 16:05:32 1490

原创 解决listview滑动出现黑色背景

Android为我们提供了ListView 的多种实现方法,通过自定义显示布局让显示的内容更加美观,但是我们会发现这样一个问题,当我们操作ListView的时候,直接用触摸拖动视图的方式,会发现ListView的背景一片黑色,而且所有被选中的文字也都变成一片漆黑。其实问题发生原因是由于ListView存在缓存颜色机制导致,因此我们可以通过设定缓存颜色为透明的方法来解决这个问题。1、通过在xml...

2018-10-20 15:51:38 269

原创 bitmap 质量压缩并保存到本地

/*** 质量压缩方法** @param image* @return*/public static Bitmap compressImage(Bitmap image) {ByteArrayOutputStream baos = new ByteArrayOutputStream();image.compress(Bitmap.CompressFormat.JPEG, 100...

2018-10-19 16:37:51 2268

Android实现高斯模糊效果

高斯模糊效果实现

2017-08-26

微信朋友圈布局--android

布局的使用

2017-08-26

雅趣音乐播放器

拥有andriod播放器,本地播放器,字母索引,本地查询,启动动画,定时播放,通知状态栏,循环播放等功能

2016-01-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除