Resource : Tab Widget UI:
Archive for the ‘Code is Poetry’ Category:
Android Application Design/Dev Basics : 2
Code: View Source UI:
Android Application Design/Dev Basics : 1
Do check out Android UI guidelines and their notion of Applications, Activities & Tasks Do read Hello World as well Install Eclipse IDE, Android SDK Plugin for Eclipse Here are some rough notes: All images should be placed under Res > Drawable. If multiple devices and resolutions are targetted, images should be placed in the
(More)…
Geo Location on HTML5
Locate your approx. current location through Firefox v 3.6.3. Tweaked Google Maps API and some geo location functionality of HTML5 and got this -> http://muthuonline.com/geoloc5.html
Android vs iPhone : Front End Dev
On Android phones, to set the initial page zoom level and disable the user controlled zoom, add the following code. meta name=”viewport” content=”width=device-width; initial-scale=1.3; minimum-scale=1.3; maximum-scale=1.3;”/. Ensure that the scale have a min value of 1.3 For iPhone, add this code meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”/





1 Comment » 