Skip to main content

Posts

Showing posts from December, 2011

Massage Reciver Widget for ANDROID Phone

Click Here to Download Massage Receiver Widget. Application snapshot :   How To install in your ANDROID Cell : 1. Open DJ-Android in your Phone and Download APK file.  2. open that file. 3. install that file . Enjoy .......... if you like this apps then share in Facebook , Google+ and any other way. note : this apps full release in market in few days.  it is here for 1 week only. please like it and share it . Thank you. DJ

Android Bluetooth PART-1

how change our device name of Bluetooth :  in your main Activity : in your project manifest file  add this two permissions : <uses-permission android:name="android.permission.BLUETOOTH"/>     <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>

Android Bluetooth Example

in your main Activity class :   in your project manifest file  add this two permissions : <uses-permission android:name="android.permission.BLUETOOTH"/>     <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>

System Services and Broadcast Receiver in ANDROID

Create a new project :  in main Activity : create new Broadcast Receiver : in your project manifest file :

get all Contacts in ANDROID apps

Create new Android Project : in your res/layout/main.xml Create new layout file in res/layout/row.xml in your Project Main Activity :  Add this permission in your Manifest file : <uses-permission android:name="android.permission.READ_CONTACTS"></uses-permission>

How Pick Photo from gallery in your Android apps

Create new Android apps : in your res/layout/main.xml   in your main Activity :

How use Camera in ANDROID Apps

Create new Android Apps :   use this layout in your res/layout/main.xml in your Main Activity :  Add this permission in your Manifest file : <uses-permission android:name="android.permission.CAMERA"></uses-permission>