Android Question how can I save a listview ?

khosrwb

Active Member
Licensed User
Longtime User
hi
how can I save a listview when I closed app ?
and when run app later , load listveiw items for me???
 

DonManfred

Expert
Licensed User
Longtime User
You cant serialize a listview.

Create your own list when filling/changing the listview and store this list then. Use a List or a Map i would suggest.
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
@khosrwb , you really should NOT make several Posts asking the same question, specially only a few minutes apart.

Re-use the first post, by replying to you own post, it regains visibility.
It is not the first time you have used this approach, and it is not by cluttering the forum that your questions will be answered faster!
 
Upvote 0

khosrwb

Active Member
Licensed User
Longtime User
thanks Mahares:)

my English is not good .
That's why I did not quite understand what you mean.((cableguy))
Please tell more simple sentences.:oops:
My question is wrong?o_O
or you tell me : no ask own quastion , in the own post. or .....
 
Upvote 0
Top