I would like some links to get started with design patterns. My requirement is (at the initial stage). How to proceed with the development of a specific template, say, a custom ListView that can be used for different applications.
eg. Applications will call something like drawCustomizedListView (params ...), and my code will draw a list according to the provided parameters. This is especially useful when in all applications I have to create individual views.
My intention, I do not have to repeat the same code everywhere to perform a similar task.
Any links for the above requirement?
android android-layout android-widget
sat
source share