热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

android_Android的一些框架

篇首语:本文由编程笔记#小编为大家整理,主要介绍了Android的一些框架相关的知识,希望对你有一定的参考价值。OpenDanmakuhttps://git

篇首语:本文由编程笔记#小编为大家整理,主要介绍了Android的一些框架相关的知识,希望对你有一定的参考价值。


OpenDanmaku

https://github.com/linsea/OpenDanmaku

androidViewAnimations

https://github.com/daimajia/AndroidViewAnimations

Material-Animations

https://github.com/lgvalle/Material-Animations

CircleImageView

https://github.com/hdodenhof/CircleImageView

fresco

https://github.com/facebook/fresco

GifView

https://github.com/Cutta/GifView

glide

https://github.com/bumptech/glide

PhotoView

https://github.com/chrisbanes/PhotoView

picasso

https://github.com/square/picasso

SmartImageView

https://github.com/JackCho/SmartImageView

StyleImageView

https://github.com/chengdazhi/StyleImageView

fastjson

https://github.com/alibaba/fastjson

gson

https://github.com/google/gson

Fragmentation

https://github.com/YoKeyword/Fragmentation

UltimateRecyclerView

https://github.com/cymcsg/UltimateRecyclerView

afinal

https://github.com/yangfuhai/afinal

okhttp

https://github.com/square/okhttp

retrofit

https://github.com/square/retrofit

volley

https://github.com/google/volley

xUtils

https://github.com/wyouflf/xUtils

leakcanary

https://github.com/square/leakcanary

logger

https://github.com/orhanobut/logger

JieCaoVideoPlayer

https://github.com/lipangit/JieCaoVideoPlayer

Timber

https://github.com/naman14/Timber

jackson-annotations

https://github.com/FasterXML/jackson-annotations

dagger

https://github.com/square/dagger

EventBus

https://github.com/greenrobot/EventBus

AndroidSwipeLayout

https://github.com/daimajia/AndroidSwipeLayout banner https://github.com/youth5201314/banner

BasePopup

https://github.com/razerdp/BasePopup

BaseProject

https://github.com/zzkong/BaseProject

CircleIndicator

https://github.com/ongakuer/CircleIndicator

CountdownView

https://github.com/iwgang/CountdownView

FlowLayout

https://github.com/hongyangAndroid/FlowLayout

FlycoTabLayout

https://github.com/H07000223/FlycoTabLayout

IndexableRecyclerView

https://github.com/YoKeyword/IndexableRecyclerView

ItemTouchHelperDemo

https://github.com/YoKeyword/ItemTouchHelperDemo

MagicIndicator

https://github.com/hackware1993/MagicIndicator

Android-MaterialRefreshLayout

https://github.com/android-cjj/Android-MaterialRefreshLayout

MPAndroidChart

https://github.com/PhilJay/MPAndroidChart

PhotoDraweeView

https://github.com/ongakuer/PhotoDraweeView

SlideCloseActivity

https://github.com/haidaodashushu/SlideCloseActivity

SlideDetailsLayout

https://github.com/cnbleu/SlideDetailsLayout

TastyToast

https://github.com/yadav-rahul/TastyToast

zxing

https://github.com/zxing/zxing


推荐阅读
  • 技术分享:深入解析GestureDetector手势识别机制
    技术分享:深入解析GestureDetector手势识别机制 ... [详细]
  • 本文介绍如何在 Android 中自定义加载对话框 CustomProgressDialog,包括自定义 View 类和 XML 布局文件的详细步骤。 ... [详细]
  • 如果应用程序经常播放密集、急促而又短暂的音效(如游戏音效)那么使用MediaPlayer显得有些不太适合了。因为MediaPlayer存在如下缺点:1)延时时间较长,且资源占用率高 ... [详细]
  • 解决Bootstrap DataTable Ajax请求重复问题
    在最近的一个项目中,我们使用了JQuery DataTable进行数据展示,虽然使用起来非常方便,但在测试过程中发现了一个问题:当查询条件改变时,有时查询结果的数据不正确。通过FireBug调试发现,点击搜索按钮时,会发送两次Ajax请求,一次是原条件的请求,一次是新条件的请求。 ... [详细]
  • 使用 ListView 浏览安卓系统中的回收站文件 ... [详细]
  • 深入解析 Android 中 EditText 的 getLayoutParams 方法及其代码应用实例 ... [详细]
  • ButterKnife 是一款用于 Android 开发的注解库,主要用于简化视图和事件绑定。本文详细介绍了 ButterKnife 的基础用法,包括如何通过注解实现字段和方法的绑定,以及在实际项目中的应用示例。此外,文章还提到了截至 2016 年 4 月 29 日,ButterKnife 的最新版本为 8.0.1,为开发者提供了最新的功能和性能优化。 ... [详细]
  • 在Android开发中,实现多点触控功能需要使用`OnTouchListener`监听器来捕获触摸事件,并在`onTouch`方法中进行详细的事件处理。为了优化多点触控的交互体验,开发者可以通过识别不同的触摸手势(如缩放、旋转等)并进行相应的逻辑处理。此外,还可以结合`MotionEvent`类提供的方法,如`getPointerCount()`和`getPointerId()`,来精确控制每个触点的行为,从而提升用户操作的流畅性和响应性。 ... [详细]
  • 本文探讨了资源访问的学习路径与方法,旨在帮助学习者更高效地获取和利用各类资源。通过分析不同资源的特点和应用场景,提出了多种实用的学习策略和技术手段,为学习者提供了系统的指导和建议。 ... [详细]
  • 设计实战 | 10个Kotlin项目深度解析:首页模块开发详解
    设计实战 | 10个Kotlin项目深度解析:首页模块开发详解 ... [详细]
  • 掌握Android UI设计:利用ZoomControls实现图片缩放功能
    本文介绍了如何在Android应用中通过使用ZoomControls组件来实现图片的缩放功能。ZoomControls提供了一种简单且直观的方式,让用户可以通过点击放大和缩小按钮来调整图片的显示大小。文章详细讲解了ZoomControls的基本用法、布局设置以及与ImageView的结合使用方法,适合初学者快速掌握Android UI设计中的这一重要功能。 ... [详细]
  • 开发笔记:深入解析Android自定义控件——Button的72种变形技巧
    开发笔记:深入解析Android自定义控件——Button的72种变形技巧 ... [详细]
  • Android 图像色彩处理技术详解
    本文详细探讨了 Android 平台上的图像色彩处理技术,重点介绍了如何通过模仿美图秀秀的交互方式,利用 SeekBar 实现对图片颜色的精细调整。文章展示了具体的布局设计和代码实现,帮助开发者更好地理解和应用图像处理技术。 ... [详细]
  • 为了优化直播应用底部聊天框的弹出机制,确保在不同设备上的布局稳定性和兼容性,特别是在配备虚拟按键的设备上,我们对用户交互流程进行了调整。首次打开应用时,需先点击首个输入框以准确获取键盘高度,避免直接点击第二个输入框导致的整体布局挤压问题。此优化通过调整 `activity_main.xml` 布局文件实现,确保了更好的用户体验和界面适配。 ... [详细]
  • 在上篇文章的基础上,本文将继续探讨 Linux 设备驱动中的设备模型与 `devicedriverbus` 机制。在将设备注册到总线之前,需要先创建 `device` 对象。可以通过静态定义 `device` 结构体变量,并调用 `device_register` 函数来完成这一过程。此外,文章还将详细解析设备模型的内部工作机制,以及 `devicedriverbus` 机制如何实现设备与驱动的自动匹配和管理。 ... [详细]
author-avatar
撒药拿拉的唐小妄
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有