Giter VIP home page Giter VIP logo

roid-lib-rinc's Introduction

常用功能模块

第三方SDK模块

  • 基于多盟的广告模块;
  • 基于友盟的数据分析统计模块、用户反馈、版本更新等模块;
  • 基于极光推送的消息推送模块;
  • 基于百度地图API的定位模块;
  • 基于百度媒体云的视频播放模块,支持本地视频文件和网络视频资源播放;
  • 基于科大讯飞的语音引擎模块,支持语音识别和语音朗读;
  • 社会化组件:新浪微博SSO登录、微博分享、微信分享;

组件及工具类

  • 国际化:支持English、简体中文、繁體中文;
  • 经过简化和定制的二维码扫描模块zxing;
  • 全局异常处理模块CrashHandler;
  • API兼容类RLAPICompat;
  • RLScrollView,新增了滚动相关方法;
  • 列表分页组件ListPagerView;
  • 定制的下拉刷新组件,包括PullToRefreshGridView、PullToRefreshListView、PullToRefreshScrollView;
  • 改进的轮播组件ViewFlow,增加了BitmapIndicator(可设置图片指针)、可设置播放模式(手动、自动向左、自动向右);
  • 定制的侧滑菜单组件MenuDrawer;
  • 定制的手势缩放图片视图组件GestureImageView;
  • 其他自定义组件:RLDialog、RLAlertDialog、RLListDialog、RLLoadingDialog、RLFileExplorer、RLSpinner、RLWebView、RLOnClickListener;
  • 工具类:RLAppUtil(应用管理)、RLFileUtil(IO操作)、RLImgUtil(图像处理)、RLIntentUtil(系统服务调用)、RLJsonUtil(JSON解析)、RLNetUtil(网络服务)、RLStrUtil(字符串处理)、RLSysUtil(系统参数配置)、RLUiUtil(UI相关,自定义toast等);

使用注意

  • Analytics、CrashHandler、Feedback、Push这些需要在Application或Activity创建时初始化的组件可以在AndroidManifest.xml中配置是否启用:
...
<application android:name="com.rincliu.library.app.RLApplication" 
        android:label="@string/app_name">
        <meta-data  android:name="ENABLE_CRASH_HANDLER" android:value="true"/>
        <meta-data  android:name="ENABLE_PUSH" android:value="false"/>
        <meta-data  android:name="ENABLE_FEEDBACK" android:value="false"/>
        <meta-data  android:name="ENABLE_ANALYTICS" android:value="false"/>
        ...
</application>
...

roid-lib-rinc's People

Contributors

r1nc avatar

Watchers

James Cloos avatar Wayne Fang avatar

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.