Tuesday, May 27, 2014

Originally from Monday, August 23, 2010 at 5:21pm


ARIT v1.2 uploaded to the android market

Last night I uploaded a new version of the ARIT tool (v1.2) that adds some information from the Build, Build.VERSION and Build.VERSION_CODES classes.  I additionally started creating a better look and feel that contains a gridded scrollable table for all the run-time data objects (Properties, Env Vars, Build, etc classes).  I decided to currently go with a green/white color theme because it's a homage to "Android-ish" colors.  The table layout's still need some work in terms of aligning the columns consistently and under the header columns.  I used the following url while developing version 1.2's grid table style included...

http://stackoverflow.com/questions/2026873/android-way-to-appear-bordered-text-on-the-textview

Tonight (for version 1.3) I plan on trying to use the following url to address the column alignment and filling the entire viewable screen with the table layout even if not necessary for the data.

http://www.curious-creature.org/2010/08/15/scrollviews-handy-trick/

No comments:

Post a Comment