So basically I have an Activity with a layout that shows my custom SurfaceView and an invisible EditText.
How can I call setVisibility(VISIBLE) on that object? I do use post(Runnable...) on my SurfaceView object, but the problem is findViewById(my EditText id) returns null?
I found why but how do I solve it?
Also, how do I recive a callback from the "Done" button on the EditText? Is it the same as the enter key?