Skip to content
Shanti Ranjan Das edited this page Apr 15, 2020 · 7 revisions

Android Extensions(Andy)

A library build with love for developers

This library is created for fast development. We all use helper classes and libraries for every project somehow. This is just that so you can focus more on your actual logic. I have tried to make it less dependent on other libraries. Feel free to take the piece of code you like or the complete or you can contribute.

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

For application context in anywhere in the app, please use Andy.applicationContext variable anywhere in the project.


Contents

Constant Objects
Custom Classes
Extension Functions

Clone this wiki locally