Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
I need to do an android search using fragments and have been looking at this: Android search with Fragments I have a couple of questions, however, regarding the 1st answer. I do not want a new page to pop up; I want the search results to be populated within a listview of the current fragment I am within. Is that possible? I'm not sure what code to write after:
How do I pass my results to a 'container activity' that holds my fragments? Would that be my MainActivity (that's where the code of all my fragments is located)? | |||
'Container Activity' doesn't specifically your 'Container Activity' refers to the To post the results (via your TODO code), get the parent | |||
default
.
stackoverflow.comm
No comments:
Post a Comment