Skip to main content

Posts

Twitter Integration in your ANDROID Application Part2

Application : Note : You’ll need to include these libraries into your own project if you want to enable the Twitter integration. httpclient-4.0.1.jar   Download signpost-commonshttp4-1.2.1.1.jar  Download signpost-core-1.2.1.1.jar  Download twitter4j-core-2.1.11.jar  Download  Create New Android Project :  Create Class name : _constant  In Your Main Activity class : Create new Class Name :

Twitter Integration in your ANDROID Application Part1

First you need to :  setup a twitter test account. register a twitter application. click here Once the application is registered, you’ll receive the following information associated with your application :  

View All Contacts and Browse All Contact in ANDROID ( Contact Picker)

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 :