user interface - How to do advance "listing" for android views -
i've been searching while how "advance" lists facebook news feed , don't think using right keywords search how that. i'm still quite new android environment.
this trying achieve:

how achieve kind of list that? can somekind of layout scrollbar , feed in custom views? need kind of advance list?
thank refering me useful information
for simplicity's sake, recommend maybe should use scrollview nesting vertical linearlayout , dynamically add child items in there.
i know...it's not right way, coming (somewhat) beginner's point of view here myself. (i've been coding life, not fan of lists , "adapters" when got android.)
so, if/when need search through/categorize/sort/manage items suggest maybe using view.settag() store key information each child, , either a) loop through child elements deep searching, or b) use view.findviewswithtext() or findviewwithtag() quick searching/categorizing.
it can dirty pretty quick if have extensive sorting, in head (and maybe yours) rather use know rather learn don't know.
i didn't intend rock-solid answer, it's lot of info cover in comments.
happy programming
Comments
Post a Comment