I have a gallery and a listview right below it.
As the user goes through the gallery, new items are downloaded from the Internet and added to the listview. The thing is: I don’t want to allow the user to scroll the gallery to the next item while its listview has not yet loaded. I know that that is not what the user want but the component that I’m forced to use here (a SOAP one) only left me with that option.
Pay attention that the UI will only be partially blocked, that is, only the gallery component will be blocked for as long as the Internet request last. The listview will never be blocked.
So, how do I block the movement of a gallery?
Thank you in advance! =)
check this post: how to disable gallery view scrolling
It may help you if I have understand correct what you want!