Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.01 KB

AndroidExtensions

This library is basically a collection of helper methods, which we use while building android apps.

Just add following dependency and you'r build gradle and your are good to go. Or you can just copy paste the method or class.

implementation 'com.menasr.andyext:ranjan:1.0.11'

Or

<dependency>
  <groupId>com.menasr.andyext</groupId>
  <artifactId>ranjan</artifactId>
  <version>1.0.11</version>
  <type>pom</type>
</dependency>

All the methods are self explainatory, there is also a sample in it. For better understanding of the project. Some functions like, there are tons of other functions and features, like lazy loading adapter, recycler view intialization apapter and much more. All the methods are self explainatory.

Make sure you call Andy.initialize(applicationContext), in your Application's onCrate() method. Otherwise you will get Exception.

The complete documentation can be found in the wiki section.

https://github.com/ranjandas503/AndroidExtensions/wiki