Alexander

Results 4 issues of Alexander

I think it would be great to separate the questions between junior, middle and senior

Is it OK to use a Context in the static method?

java.lang.ExceptionInitializerError (JanusServer.java:157) I've got this error on Android 4.0.4. With 7.1.1 works fine. Occurs cuz AsyncTask creates inside of Runnable. Workaround for this: private Handler handler = new Handler(Looper.getMainLooper()); handler.post(new...

We have a link in the 5th exercise https://github.com/udacity/Android_Me/tree/TFragments.04-Exercise-InterfaceCommunication/app It should be https://github.com/udacity/Android_Me/tree/TFragments.05-Exercise-InterfaceCommunication/app