Posts

Showing posts from January, 2018

Android Library to Debug Database

Have you ever stucked becaused of not knowing the complete database schema? Did you ever got any confusion related to tables & fields in your db? Try "Android Debug Database" library for debugging your Databases & Shared Preferences. Get more details on github.  [Github-Link] Happy Coding!!!

Android library for displaying complex data structures - "TableView"

Happy New Year Friends!!! Here is a new Library for Android Developers... TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells. TableView relies on a separate model object to hold and represent the data it displays. This repository also contains a sample app that is designed to show you how to create your own TableView in your application. TableView-GitHub-Link Happy Coding!!! Have Fun!!!