I have script that loads images from url using AsynkTasc. Now, i need dynamically ADD (not reload or other) images to already existing images when the user scrolls down, like in android market. I dont have any idea. I try notifyDataSetChanged, but as I know its refresh. But i need ADD. Please tell me what can i do ?
When I try setadapter settings, its just reload. Have GridView something like "AddToAdapter" :)