Skip to content Skip to sidebar Skip to footer

Progressbar In Fragment Layout

I can't access the progress bar that I created in onCreateView of fragment in the Asynctask of fragment. Its caused by error is progressbar in onPreExecute is giving NullPointerExc

Solution 1:

progressBar = (ProgressBar) view.findViewById(R.id.progressBar);

Post a Comment for "Progressbar In Fragment Layout"