Skip to main content

Posts

Section Indexer in Contact List - ANDROID

create new ANDROID Project : first create layout for set List of Contacts and SELECTION INDEXER. in your res/layout/main.xml create another layout for set contact name and contact number in your res/layout/contact_list.xml now in your first Activity : Run this example and enjoy..... DJ

Android interview questions For senior employees

Beyond a certain level of experience, the job interview questions cease to be "difference between abstract class and interface", and focus more on testing your technical acumen, collaboration and communication skills. A list of such questions, typically asked during interviews for senior positions is given below: Explain the life cycle of an application development process you worked on previously. What the interviewer looks for is communication of requirements, planning, modeling, construction and deployment on the back end. Here's a hypothetical project. Explain how you would go about it. They want to know how you would break your work down into tasks and how many weeks for each task. I'm really looking to find out about planning methods, their skill set and how quickly they can execute. How do you respond to requirement changes in the middle of a cycle? What type of methodology have you used in the past? What are ...

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"/>