Showing posts with label
android examples
.
Show all posts
Showing posts with label
android examples
.
Show all posts
Wednesday, 2 October 2013
Android : how to check if device has camera
›
In Android, you can use PackageManager , hasSystemFeature() method to check if a device has camera, gps or other features. See full exam...
5 comments:
How to Send SMS Message Android
›
n Android, you can use SmsManager API or device’s Built-in SMS application to send a SMS message. In this tutorial, we show you two basic...
7 comments:
How to send email in android
›
In Android, you can use Intent.ACTION_SEND to call an existing email client to send an Email. See following code snippets : Intent em...
4 comments:
Wednesday, 25 September 2013
Upload a file to SERVER(Remore database) -Android Example
›
In this example uploading an image from sdcard to web server. Steps : 1. place an image on sdcard. 2. place ...
2 comments:
›
Home
View web version