Closed S-Masoud-Emamian closed 10 years ago
hi I would like to use ProcessButton in the fragment. when I want to create an object of ProgressGenerator, an error appears :
=> The constructor ProgressGenerator(FragmentActivity) is undefined
final ProgressGenerator progressGenerator = new ProgressGenerator(getActivity()); progressGenerator.start(mybtn);
Hi, ProgressGenerator is a class that emulate loading time from 0 to 100, so it's not included in library - you can find it here.
ProgressGenerator
hi I would like to use ProcessButton in the fragment. when I want to create an object of ProgressGenerator, an error appears :
=> The constructor ProgressGenerator(FragmentActivity) is undefined