How To use a local JSON(present in raw folder) file to populate an autocomplete textview? I am new to android, and building a small application. plz help
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
closed as not a real question by Luksprog, Ricardo Lohmann, Ian Roberts, ρяσѕρєя K, user97693321 Dec 5 '12 at 18:39
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
There is actually documented information on this, it is called: AutoCompleteTextView Used like so:
You would then need to parse your JSON into the string[]... There are a couple good JSON parsing tutorials here: Simple: Good: |
|||||||
|