An android library containing most of the helper classes every android developer needs.
The Problem
Every Android developer faces few problems while developing Android Apps. Listing down some of them, which I have faced everytime I create a new android project.
- The problem of writing boilerplate code while creating Activities, Fragments is annoying.
- Need of readymade methods which can come handy such as showing a toast, or showing a progress dialog or launching a new activity.
- The problem of applying proper styles and themes to activities and handling those for pre-lollipop and post-lollipop.
What if we had a library which takes care of all these problems and let the developers concentrate on writing the actual business logic and create awesome functionalities.
The Solution
Using the Helper library developer can solve the above mentioned problems. Using this Helper library is pretty simple.