Skip to main content

Alan Vonlanthen's Library tagged Android   View Popular, Search in Google

Dec
8
2011

PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best... HTML and JavaScript.

NIWEA mobile app apps mobile+apps IOS Android Windowsmobile Bada RIM liip

Oct
26
2011

looks even better than doggcatcher. Via @anhtuann

android app apps podcasts

May
9
2011

"Ever wanted to build your very own Android (or iOS) app to show off to your friends and family just how tech savvy you are? Maybe you have a business or church and were wondering just how much know how it would take to make your own app. Well, today I came across this site called Appsbar." (...)

app apps ios android appsbar

in list: e-stuff

Apr
1
2011

jQuery drag & drop fallback strategy for mobile touchscreen devices: tap-to-lift => tap-to-drop.
Only partially convinced; weird experience.
Just tested on IOS browser, Android 2.2 and 2.3 browser and Firefox beta for Android, works just fine.

javascript jquery touchscreen drag&drop iphone ios android graaasp

JavaScript Touch and Gesture Events iPhone and Android
There are quite a few sites that describe the touch and gesture events that can be used in the mobile version of WebKit running on iPhone and iPod Touch. There is, however, not so much info with regards to Android. I've placed a few links at the bottom of this article that contain information used to compile this brief explanation.
Touch events are a bit like mouse events, but there are some very important differences when it comes to touch vs. mouse:
A touch is very hard to keep steady whilst a mouse can stay at a fixed position - this means that we go from a touchStart event directly to a touchMove event. Unlike a mouse where a mouseDown event is likely to fire without being followed up by a mouseMove event.
There is no mouseOver equivalent since a touch can be discontinuous, i.e., we can get from point A to point B without the need of drawing a continuous line between these points.
A touch is an averaged point taken from the surface area in contact with the pointing device (your finger) translated to pixel coordinates - like finding the centre of a circle. A mouse is very precise and there is no averaging that needs to be done. What I'm trying to say is that a touch is not as accurate as a mouse.
Android and iPhone touch events
Android and iPhone versions of WebKit have some touch events in common:
touchstart - triggered when a touch is initiated. Mouse equivalent - mouseDown
touchmove - triggered when a touch moves. Mouse equivalent - mouseMove
touchend - triggered when a touch ends. Mouse equivalent - mouseUp. This one is a bit special on the iPhone - see below
touchcancel - bit of a mystery

javascript tab drag&drop iphone ios android graaasp

Oct
26
2010

how to make a smartphone really smart. Looks pretty cool, I've got to try it. Via Mipam Moudry

android app android+app delicious

Jul
20
2010

HTML5/CSS/JS Framework for IOS and Android.
via Pascal Escarment

ios android framework extjs jquery html5 delicious

Jul
12
2010

Google vient tout juste de dévoiler Google App Inventor, qui est un outil permettant de réaliser une application Android sans aucune connaissance technique particulière.

android android+app mobile development google framework delicious

Jul
7
2010

Google Android 3.0 aka Gingerbread, will appear around mid-October with the first headsets shipping in November/December time frame, according to Mobile-review.com's Eldar Murtazin. This information was obtained from Russian blogger Stasys Bielinis in a J

google musicservice android android3.0 delicious

1 - 20 of 76 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo
Move to top