I have a fragment the contains a list , now this fragment hold's listView that it data get from a webserver i want to display a loading view until the data come to the adapter . how can i change the contentView of a fragment ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I´ve done this by using a RelativeLayout that contains the ListView and the ProgressBar, where the ProgressBar is set to be Layout:
Code:
|
|||
|
|