Reference for good Android UI design patterns.
Posted
by
sat
on Stack Overflow
See other posts from Stack Overflow
or by sat
Published on 2010-12-28T07:06:24Z
Indexed on
2010/12/28
7:53 UTC
Read the original article
Hit count: 330
Hi,
I would like to get some links for getting started with design patterns.My requirement is , (at Initial stage) How to go about developing a particular pattern , say customized ListView which can be shared across applications .
e.g. Applications will call something like drawCustomizedListView(params...) and my code will draw the listview according to the parameters supplied. This is particularly useful when across the applications I have to draw customized views.
My intention is, I should not repeat the same code everywhere for doing similar task.
Any references for the above requirement ?
© Stack Overflow or respective owner