android - UI ideas on managing large set of text articles -
i need implement ui user able browse large set of text articles. consider using textswitcher , ontouchevent method implemented in order have ui similar browsing pictures in gallery. have ideas?(besides listview) grateful hints.
update: want show these articles randomly, not want let user browse among them.
i think not ui design problem more of application design problem.
on mobile devices, counting tablets, have very small screen real estate.
the statement : "how can browse large set of xx on mobile 3 inches screen" antinomical , answer : "you shouldn't" :)
give user powerful search engine, organize content in tree of categories @ end of branch or after search there no more 10 20 results. can go evil root of : "sorry request generated more 50 results, try more specific."
it give following :
- -great usability
- your content now(was) organized , easy reuse in other projects
- low bandwith usage (given web service based app)
- lower battery comsumption
- no need spend 3 days making own custom ui component :d
Comments
Post a Comment