Hi !
Inside my app, I have ListView for navigating thru device file system.
When folder is clicked then contents of clicked folder is shown.
This worked fine on Tizen 2.1 by using
{ ..
get folders & files of clicked folder into ArrayList;
pListView_FileSystem->SetItemProvider(*this); -- this calls List repopulation
...}
In Tizen 2.2, second and all subsequent calls to SetItemProvider are not doing anything.
In other words GetItemCount() is not even called.
So, how in Tizen 2.2 I can repopulate contents of ListView ?????