The Artima Developer Community
Sponsored Link

Java Buzz Forum
Simulated iPhone Chrome UI

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
Simulated iPhone Chrome UI Posted: Dec 18, 2008 6:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: Simulated iPhone Chrome UI
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.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement

iPhone has a UI structure called Chrome UI that shows up in native apps, see: 

 

There are clues in how to implement it so that we can pin a toolbar UI to the bottom and have pages scroll in our embedded webview application.  There is a certain website that has a developers FAQ showing examples on how to do this. You could try to do this in javascript but your application logic is usng javascript and thus youdo not want to overload that and thus a CSS solution is prefered.

Plus using CSS reduces the fiel count dwonto either two or one from three and thus one less point of failure. Thus, what is the technique? In Mr Wittusen's case since he might want to short cut doing the actual learning work he may have to pay 'cash points' to get that  dev work completed. For everyone else, you probably already know where the artciles are being posted.

Tomorrow I will be posting videos of the finished user interface using the pin chrome toolbar to bottom with scrolling concept.  I still hav my ajax library choice yet to be made; either dojo, mootools, or jquery, I am learning towards dojo due to the javascript execution time limits of 5 seconds.


Read: Simulated iPhone Chrome UI

Topic: Deja vu: Still wary of Facebook Previous Topic   Next Topic Topic: Tech Howto Articles

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use