Dynamicbox
Dynamicbox copied to clipboard
Android library to show Loading view when waiting for initial state
hi, when i use dynamicbox in WebView fragment. dynamicbox will empty my webView fragment Layout when i set the layout heigh="match_parent". xml Code( WebView Fragment): Fragment Code @Override public void...
When I use the box with a ConstraintLayout inside, it shows up as "wrap_content" has been set. Any way to solve it?
How complex would be to make the lib support absolutelayout? Any reason why it doesn't? Any tips I could use for implementing it by myself? or since the library has...
i have listview that is using dynamic box to load however after the listview has loaded it doesnt stop spinning?? even after i call box.hideall(); please help
I use **DynamicBox** to show loading indicator when I requesting to server as below: Activity Layout: ``` xml ``` Correct Layout on device:  But, when I add DynamicBox to...