[android-developers] Re: Problem with Internet connection through emulator

2009-05-24 Thread Gerald Logor
, Gerald Logor gerald.lo...@gmail.com wrote: Well if that's the case, if the -http-proxyproxy command-line option is not supplied, thenemulatorshould by default looks up the http_proxyenvironment variable (which I did set it using sqlite3 in the settingsdb file) and automatically uses

[android-developers] Re: Problem with Internet connection through emulator

2009-05-08 Thread Gerald Logor
, it still cannot go online. Thanks for the reference to the releasenotes though. Gerald Logor On Fri, May 8, 2009 at 11:22 AM, Android Users androidmai...@gmail.comwrote: SDK 1.5 release notes mention this, In some cases, you may encounter problems when using the browser on an emulator started

[android-developers] Problem with Internet connection through emulator

2009-05-07 Thread Gerald Logor
After spending hours of research and different ways to connect my emulator to the internet (i.e just accessing any ordinary webpages), I'm still hitting a brick wall. My current internet setting is that I'm behind a corporate internet connection thus connecting via a proxy (154.23.x.yy:80zz)

[android-developers] Is it possible to share one 'Canvas' in multiple custom-views within a single Activity?

2009-05-05 Thread Gerald Logor
Hello. I'm trying to develop an app which mimic the MicrosoftPaint application. My current setup is that I have a single activity which contains multiple custom-view. These views correlate to the different tool that program can do. Example: 'pencilView' to simulate the pencilStrokes,