friends, i have problem in calling notifydatasetchanged(); it is giving me exception source not found can any one guide me what mistake am i doing?
I am making an android application that shows a list with users, I would like to add the image,name,status,and a button in every row of the list, just like in the开发者_StackOverflow社区 androids 1.6
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I know that Android provides some useful methods to be overridden in order to define a menu: @Override
This is my ListActivity: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);