Skip to content

This repository is a set of helper class and methods for fast development of Kotlin Android development.

Notifications You must be signed in to change notification settings

ranjandas503/AndroidExtensions

Repository files navigation

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

About

This repository is a set of helper class and methods for fast development of Kotlin Android development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages