All Questions
2 questions
0
votes
2
answers
2k
views
How to avoid some custom views freezing the UI thread?
I have 9 custom views (extending the View class each of them) in one of my game window that are causing a freeze in my UI thread, when I press the "Play" button, the app freezes (when inflating the ...
0
votes
3
answers
1k
views
Use back button to go to main view
I have an app with a main view and a set of sub-views, defined as XMLs.
I load the main view with:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...