[android-beginners] Returning Result from onClickListener

2008-10-12 Thread niels
Hi fellow Android fans ;) Im pretty new to coding with Android and even Java and i am having a hard time trying to return a result from a private method that holds an onClickListener. My Activity has two EditText for entering a new password. On clicking OK the old password should be checked and e

[android-beginners] Re: Returning Result from onClickListener

2008-10-14 Thread niels
like an inner class I think, i cannot return a result. Hopefully you can understand this.. On Oct 12, 11:52 am, niels <[EMAIL PROTECTED]> wrote: > Hi fellow Android fans ;) > > Im pretty new to coding with Android and even Java and i am having a > hard time trying to return a res

[android-beginners] Re: Android SDK and AVD Manager Failed to fetch URL:HTTPS SSL error

2009-11-22 Thread Niels Heirbaut
You can try two things (or both): 1. Start the android command in the following way: GDK_NATIVE_WINDOWS=true android 2. Change the permissions on the directory ~/.android (temporarily) to 777: chmod 777 ~/.android It should now be possible to force the HTTPS connection to be an HTTP connection. D