C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amir Ali(4)
Chintan Rathod(1)
Resources
No resource found
Getting Array From String.xml File in MultiAutoCompleteTextView in Android
Aug 23, 2013.
This article explains how to use an array from string.xml in MultiAutoCompleteTextView.
Listview Search in Android Studio
Jul 10, 2013.
This article explains how to search Item in a List View.
Fetch Contacts From Android Phone
Jul 08, 2013.
This article shows how to fetch contacts from an Android phone and show them in a ListView.
StackView in Android Studio
Jul 01, 2013.
In this article you will learn how to use images in a StackView.
How to Use ListActivity in Your Android Application
Apr 12, 2012.
When you have many Strings or other type of values to display in a list then a ListActivity is used. It will simply display all the values in a list and you can also use its various types of listeners.