Home - noxiouswinter/gnlib_android GitHub Wiki

About GNLib

GNLib is an Android library which contains useful utilities that makes Android application development easier for the typical developer.

The GNLauncher can be used to launch another Activity almost as easily as calling into a function defined on that Activity. You don't have to serialize objects, attach them to the intent and deserialize on the other end etc.

The GNStateManager will JSON-ify and store the fields of your Activity marked with the @GNState annotation to the SharedPreferences and retrieve them at your command.

Components of the library are listed on the right side. Setup page has instructions on setting up a project to use the GNLib library. Releases page has all the the jars.