how to add buttons Dynamically in List Activity in Android?
friends,
i want to开发者_开发百科 put description and buttons dynamically can any one guide how can i do that??
i have data in the form of object list/array i.e ID,Title and want to display in list activity like..
TITLE [Details Button] [Edit Button] (repeating in list activity)
any help would be appriciated.
What you need is a custom Adapter.
精彩评论