Hi,
I search now for Days for this Solution and nearly give up.
It cant be so complicated, also YouTube APP works in this simple way.
When we like to update the Listview with Data from the Net we can preload it
and if there is more data like Pics we have to say "LOADING", till its finished and
than show the Listview
OR
We show the GUI instantly and than load the Data step by step into the Listview.
Exactly this I like to solve since Days.. AND NEARLY GIVE UP.
Please help, with a Tutorial or any practical Script.
... I initiate my Listview
... Open a Thread and load the Data (Gui is already visible)
... Update the Listview
Some People told me to use notifyDataSetChanged(), but in practice the command
is not recognized when I place it in my source.
Please HELP !
Thanks
Chris


