This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Xspot UI Design
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.
One of the differences between native Android Java and web in UI design is that Webkit caches resources by html page loads. Thus, my first load of the Xspot UI should load most of the stuff I use in the UI including the javascript libraries I will be using. However, do I need ot put a user dialogue of that to wait the page is loading? Also we only have 8 megabytes of memory per webkit web application.