android - How create loading effect to fragment? -
i need display loading indeterminate progress bar while receiving data in fragment. how can this? tried use sample code, didn't worked me expected.
define interface having method called dopostexecute() in data retrieving class in asyncclass, call dopostexecute() method when data being retrieved.
now implement interface in fragment , run progress bar till call occurs
Comments
Post a Comment