The exercise " Query Contacts database " display result in TextView. It's modified to display in ListView. Modify layout to ha...
Query Contacts database, selection with AND to combine more cause.
The previous exercise demonstrate how to " Query Contacts database " for all contacts, " Search for contacts with phone numbe...
Query Contacts database, search with selection of LIKE cause.
The previous exercise demonstrate how to " Query Contacts database " for all contacts. To search for contacts with certain constra...
Android Design in Action: Responsive Design
The special episode focus on tablets and responsive design. Look at the following apps and discuss how they respond to differing device form...
Query Contacts database for contacts with phone number only
Last exercise " Query Contacts database " for all contacts. If you want to query contacts with phone number only, simple change th...
Query Contacts database
This exercise demonstrate how to query Contacts database directly, to retrieve _ID and DISPLAY_NAME. package com.example.androidquerycontact...
Get phone number from Contacts database
In the exercise, start a activity with intent of Intent.ACTION_PICK. Retrieve the phone number from the selected contact using SQLite query....
Pro Android Games, Second Edition
In the last few years, Android has progressed with the debut of better fonts, new User Interface and Experience (UI/UX) APIs, tablet consid...
Free ebook: Introducing Windows 8: An Overview for IT Professionals (Final Edition) - from Microsoft
Microsoft Press have released the final version of the ebook Introducing Windows 8: An Overview for IT Professionals , for FREE! Link: Downl...
Android 4.2 SDK is available
Android 4.2 (Jelly Bean) SDK platform with API level 17 is available now. get started developing and testing, download the Android 4.2 Platf...
Implement custom multi select ListView with custom ArrayAdapter
The post " Multi Choice ListView " demonstrate how to implement multi select ListView with build-in layout with simple TextView. T...
List MediaStore.Images.Thumbnails in GridView, with custom SimpleCursorAdapter.
Last exercise list MediaStore.Images.Thumbnails in ListView, with custom SimpleCursorAdapter . It's easy to be modified to display in Gr...