Skip to content

neteasy-work/Roid-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Modules

3rd Party Modules

Widgets and Utils

  • ROOT Utils: RootManager
  • QR bar scanning: zxing
  • Global CrashHandler;
  • API compatibility Util: RLAPICompat
  • RLCameraActivity: A custom camera.(Supports compress.)
  • View switcher: ViewFlow
  • Sliding menu: MenuDrawer
  • GestureImageView: Support to scale ImageView with gesture;
  • Custom dialogs:RLDialogRLAlertDialogRLListDialogRLLoadingDialog;
  • Other custom widgets: RLFileExplorerRLSpinnerRLWebViewRLOnClickListener
  • Utils:RLBluetoothHelperRLAppUtilRLFileUtilRLImgUtilRLIntentUtilRLJsonUtilRLNetUtilRLStrUtilRLSysUtilRLUiUtil

Usage

If you wanna prevent the unused modules from launching in background, just edit the AndroidManifest.xml file:

...
<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>
...

About

A framework for Android containing lots of common modules/widgets/utils.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%