Showing posts with label
Android Applications
.
Show all posts
Showing posts with label
Android Applications
.
Show all posts
Thursday, 3 October 2013
Data Sharing between Android Applications
›
In this tutorial I'm going to illustrate how we can share data between two Android applications using Shared Preference. To implement ...
6 comments:
Load Image from URL in Android
›
Once I needed to display an image loading from URL in my Android application. After referring some resources I was success. Here I post w...
10 comments:
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:
Monday, 19 August 2013
Android Application for load image from galary
›
Since few days I am working on an Android app and learning all the nitty gritty of its APIs. I will share few How-to stuffs that we frequ...
1 comment:
›
Home
View web version