android Programming Glossary: onloginresponse
Android:android.view.ViewRoot$CalledFromWrongThreadException - How to solve the problem? http://stackoverflow.com/questions/1536654/androidandroid-view-viewrootcalledfromwrongthreadexception-how-to-solve-the the server and the communication process runs in its own thread. There are asynchronous calls for example login and onLoginResponse . login is called in the main activity and the response is handled in main activity as well onLoginResponse . In onLoginResponse.. login and onLoginResponse . login is called in the main activity and the response is handled in main activity as well onLoginResponse . In onLoginResponse method there is updateGUIState method which modifies layout elements private void updateGUIState Log.i.. . login is called in the main activity and the response is handled in main activity as well onLoginResponse . In onLoginResponse method there is updateGUIState method which modifies layout elements private void updateGUIState Log.i TAG executing updateGUIState..
|