programmingasart.blogspot.com
Programming as art: Android Prototyping Templates
http://programmingasart.blogspot.com/2009/11/android-prototyping-templates.html
Why do we think if it's not difficult and complex then it's not worth using? Tuesday, November 24, 2009. I couldn't find much in the way of Android prototyping tools on the internet so I decided to create one of my own. This is for hand sketching ideas out. When printed on 8.5x11 it comes out almost the exact size of the G1 screen. Check this out http:/ www.smashingmagazine.com/2009/08/18/android-gui-psd-vector-kit/. November 25, 2009 at 5:12 AM. I was searching for the same and found these.
programmingasart.blogspot.com
Programming as art: July 2010
http://programmingasart.blogspot.com/2010_07_01_archive.html
Why do we think if it's not difficult and complex then it's not worth using? Monday, July 12, 2010. Android SharedPreference Read-Once Gotcha. In a horrible way. I use it to store application data. It's much easier to use a key/value store than a SQLite DB or writing to a file. Because SharedPreferences are stored in the /data/data. Directory they can't be reached without root for saving. To fix this I store a copy of the file on the /sdcard. On start up I copy the "public" version over the /data/data.
programmingasart.blogspot.com
Programming as art: Drop And Give Me Twenty! v2.0
http://programmingasart.blogspot.com/2010/07/drop-and-give-me-twenty-v20.html
Why do we think if it's not difficult and complex then it's not worth using? Sunday, July 11, 2010. Drop And Give Me Twenty! Just pushed version 2.0 to the market! Added a lot of user requested features:. Manually change your level and day/week. Manual entry (It's more of a stopwatch mode). Minor updates to the Progress chart to make it more flexable. I don't know which is more nerve wracking, the update because I can destroy data now or the initial release due to the unknown. View my complete profile.
programmingasart.blogspot.com
Programming as art: April 2008
http://programmingasart.blogspot.com/2008_04_01_archive.html
Why do we think if it's not difficult and complex then it's not worth using? Wednesday, April 16, 2008. MythTV allowing schedules but showing none. Links to this post. Labels: mythtv help wtf. Sunday, April 6, 2008. Maemo Mapper paths.db break down. When connected to GPS mapper has a track log in the paths.db file in. If you take a look at the file with the sqlite3 client you'll see a table named. This is where the data points are stored but they're not in degrees. A. Reveals that the columns are called.
programmingasart.blogspot.com
Programming as art: May 2008
http://programmingasart.blogspot.com/2008_05_01_archive.html
Why do we think if it's not difficult and complex then it's not worth using? Tuesday, May 13, 2008. Playing with the Struts 2 Dispatcher. What I did was start taking a trip through the Struts 2 source and the test classes for an idea of what was going on. I started at the FilterDispatcher since that's the one class that I define and is the starting point of my (any? How are things injected into the FilterDispatcher since I'm "creating" it in the web.xml? ActionMapper = DefaultActionMapper.new. I should m...
programmingasart.blogspot.com
Programming as art: Firebug Console for power users == REPL
http://programmingasart.blogspot.com/2008/10/firebug-console-for-power-users.html
Why do we think if it's not difficult and complex then it's not worth using? Sunday, October 12, 2008. Firebug Console for power users = REPL. There have been many, many posts through out the internet explaining why Firebug is the greatest thing ever for the web developer from the CSS editor to the AJAX transmission viewer to the javascript debugger. I'm going to throw one more thing in; javascript REPL. When you open Firebug the console tab is selected by default. You may know this as the place those.
programmingasart.blogspot.com
Programming as art: June 2010
http://programmingasart.blogspot.com/2010_06_01_archive.html
Why do we think if it's not difficult and complex then it's not worth using? Tuesday, June 15, 2010. First Android app published! Last night I finished up version 1.0 of my 100 pushup app for Android and published it to the market. You can search for DGMT to install. Use Barcode Scanner on this QR code for a direct link to my app in the market.). Links to this post. Subscribe to: Posts (Atom). View my complete profile. First Android app published! Drop and Give Me Twenty! Compost and Yard Tools.
programmingasart.blogspot.com
Programming as art: November 2009
http://programmingasart.blogspot.com/2009_11_01_archive.html
Why do we think if it's not difficult and complex then it's not worth using? Tuesday, November 24, 2009. I couldn't find much in the way of Android prototyping tools on the internet so I decided to create one of my own. This is for hand sketching ideas out. When printed on 8.5x11 it comes out almost the exact size of the G1 screen. Links to this post. Subscribe to: Posts (Atom). View my complete profile. Drop and Give Me Twenty! Compost and Yard Tools.
programmingasart.blogspot.com
Programming as art: December 2008
http://programmingasart.blogspot.com/2008_12_01_archive.html
Why do we think if it's not difficult and complex then it's not worth using? Monday, December 29, 2008. T-Mobile's Android root runs shallow. T-Mobile's only Android device, the G1, isn't as open as you would think. The device lacks root access and the bootloader requires a signed image. Older versions of the OS have had a successful jailbreak but the most recent (R30) over the air firmware upload "fixed" that. No $18/$36 upgrade/activation fee (which is a whole different kind of BS). Links to this post.