[android-beginners] Re: HTC Hero

2009-09-28 Thread Jonas Petersson
Jeffrey Blattman wrote: android apps are write once run anywhere (in theory). Technically, yes. However, my experience is that many Hero users expect apps to also LOOK like most of the apps that come with their Hero from the start and since HTC has significantly altered the lookfeel an app

[android-beginners] Re: [android-beginners]

2009-09-09 Thread Jonas Petersson
saurabh sinha wrote: I am looking for send email using android can u send me source code Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_EMAIL, saurso...@gmail.com); sendIntent.putExtra(Intent.EXTRA_SUBJECT, Test subject);

[android-beginners] Re: Barcode scanning?

2009-08-19 Thread Jonas Petersson
Mark Murphy wrote: Anna PS wrote: Does anyone know if there's anything built in to Android for barcode scanning? Not that I am aware of. If not, how would you go about implementing this - take a photo, send it off to a server and do image recognition there? Use a third-party