This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Zyle HoemScreen New Feature
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
First, I want to thank Incognito for this idea. I have been wrapping my head around a puzzle the last few days.
As you know drawable images cannot be in their separate sub-folders pas the usual drawable, drawable-land, and drawable-port. That means the normal structures you would set up to use some meta-programming techniques to reduce code in pulling out the required images are just not possible.
Incognito was seeing the extra themes from projects like aHome show up in the Andorid Market and wanted a better way say having the application as oen with default themes and other themes downloadable to a SD card. That idea actually solves the puzzle above becasue in the download of themes to Sd card I can pakage the way using subfodlers that groups them as themes and everything works. So throwing things into over drive this weekend to implement it. thanks Incognito!