Quantcast
Channel: DialogFragment.show hangs app - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Maverick for DialogFragment.show hangs app

Seems like the following widget which i was inflating inside my dialog was causing the issue:https://github.com/SimonVT/android-calendarviewI'll make sure i report this to the developer on the...

View Article



Answer by Daniel for DialogFragment.show hangs app

All I can think of is that you might be blocking the ui thread for some reason. I guess this is quite a common mistake if you utilize synchronized operations or threading.Take another look at your code...

View Article

DialogFragment.show hangs app

I have a fragment which has a button. Once the button is clicked the following code executes:@Override public void onClick(View clickedView) { switch(clickedView.getId()) { case R.id.btnTest:...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images