Skip to main content

Posts

Showing posts from April, 2012

simple Canvas Drawing Example ANDROID

F Download Code Create New Android Project: in your Main Activity: Download Code Click Here .

Multi-Selection ListView ANDROID with CheckBox

Shaadi.com Indian Matrimonials Download code Create New Android Project: in res/layout/main.xml create new layout for list row : in res/layout/list_row.xml in your Main Activity Class: Create Class name mItems: Create New Class name SelectViewHolder: Create New Class name SelectArrayAdapter: Download Source Code Click Here : Check PART2 for more detail. Shaadi.com Matrimonials

Android Compatibility Fragment Layouts

Download Code Create New Android Project : (Choose an SDK to target above Android 3.0) in your Layout res/main.xml Create another Layout in res/main_one.xml Create another layouts for List Item Click : (depend on number List Items. I have 7 items then i created 7 layout just like below) in Your Main Activity Class: Create New Class :  Create New Class : Download Source code Click Here