Click here to Skip to main content
16,020,459 members

Comments by Deepak Drs (Top 5 by date)

Deepak Drs 2-Jul-14 6:15am View    
that set adapter and clear methods done in it. Sorry i am not getting solution for this my program.. let me know where i have to put clear and set adapter methods in my program.. with the help of notifyDataSetChanged().
Deepak Drs 30-Jun-14 8:37am View    
@mathiazhagan01362,
Please suggest me.. how to use that clear() and set the adapter in my program..
Deepak Drs 28-Jun-14 2:51am View    
i used that clear() method outside and inside onTextChanged.. But same problem occurs..
i used like this. .. dataAdapter.clear(); lv.setAdapter(dataAdapter);
Deepak Drs 28-Jun-14 2:46am View    
I don't think .notifyDataSetChanged() is a valid method call here. It doesn't work in this instance it seems. how to clear that adapter please suggest me..
Deepak Drs 28-Jun-14 2:45am View    
I don't think .notifyDataSetChanged() is a valid method call here. It doesn't work in this instance it seems. how to clear that adapter please suggest me..