Giter Site home page Giter Site logo

colorfulcat / androidlibs Goto Github PK

View Code? Open in Web Editor NEW
7.8K 379.0 1.7K 3.26 MB

:fire:正在成为史上最全分类 Android 开源大全~~~~(长期更新 Star 一下吧)

Home Page: https://www.xcube.cn

License: Apache License 2.0

android library app rxjava view layout framework dialog net utils

androidlibs's Issues

关于热更新

你们好,看到现在很多项目用到了热更新或者说是热修复,美团的热更新技术,能不能把这块的项目也加紧收罗起来,为广大android开发者提供以便利。

新增音视频库

后续会搜集整理并把之前存在的相关库放到音视频库。

竟然出现IOS项目

完整开源项目Project 里面 有个 高仿 爱范儿 项目是ISO 项目来的

UVC混淆问题

大佬有进行UVC的混淆么? com.serenegiant.media.MediaMoviePlayer: can't find referenced method 'void setDataSource(android.content.res.AssetFileDescriptor)' in library class android.media.MediaExtractor 混淆一直报这个错误

用Gloading深度解耦Android App中全局加载中、加载失败及空数据视图

项目推荐

  • 项目地址:https://github.com/luckybilly/Gloading

  • 项目描述:

    • 深度解耦Android App中全局加载中、加载失败及空数据视图
    • 分离全局加载状态视图的实现和使用
    • 不需要在每个页面的布局文件中额外添加加载状态视图
    • 可用于Activity,也可用于为某个View显示加载状态,还可用于各种通过列表Item(ListView、RecyclerView等)
  • 推荐理由:

    • 深度解耦,特别适用于页面在多个App中复用时加载视图风格不一的情况
    • 助力解决组件化改造过程中的解耦长征
  • 示例代码:

Gloading.initDefault(new GlobalAdapter());
Gloading.Holder holder = Gloading.getDefault().wrap(activity).withRetry(retryTask);
Gloading.Holder holder = Gloading.getDefault().wrap(view).withRetry(retryTask);

//显示加载中的UI状态
holder.showLoading() 

//显示加载成功的UI状态
holder.showLoadSuccess()

//显示加载失败的UI状态
holder.showFailed()

//显示加载成功,但数据未空的UI状态
holder.showEmpty()
  • 截图:

为Activity添加全局加载状态

加载成功 加载失败
点击重试
加载成功
无数据
个别页面使用特殊的Loading视图

为View添加全局加载状态

单个View 多个View 用于GridView 用于RecyclerView
并且不显示文字

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.