[android-developers] Using the Android SDK (Eclipse) or Android Studio? Can both run at the same time?

2013-08-26 Thread lunard
Hello, my name is Luca from Italy. After 3 year I returned to develop on Android and now I have to decide which environment to use. I'm excited to use Android Studio, but the problem is that I learn on the Commonsware book, where all examples are implemented with Eclipse. Someone is working on

[android-developers] motionevent problem

2013-08-26 Thread dashman
in my view class, i'm intercepting public boolean onTouchEvent(MotionEvent event) when i drag my finger across the screen. i get ACTION_DOWN and then after some time ACTION_CANCEL. i would like to get ACTION_DOWN...ACTION_MOVE and then eventually ACTION_UP. -- You received this

[android-developers] Manual Proxy Configuration not working on Android 2.3

2013-08-26 Thread TG
I am using a Samsung Galaxy S Plus Phone running on Android 2.3.4 I manually set the proxy server and the port in the phone, in Settings- Wireless Network- Wi-Fi Settings- MENU Button- Advanced panel. My phone is still not able to communicate using the proxy. I tried the browser, and that

Re: [android-developers] Manual Proxy Configuration not working on Android 2.3

2013-08-26 Thread Robert Greenwalt
This flavor of proxy support in Android didn't appear until Honeycomb (3.1). Prior to that there was the Proxy class in the framework that reported a network-independent global proxy. On Mon, Aug 26, 2013 at 7:16 AM, TG tirtha.g...@gmail.com wrote: I am using a Samsung Galaxy S Plus Phone

[android-developers] Re: Why the memory usiage is kept on raising when running an application on Android Emulator with GPU support

2013-08-26 Thread Mike Yeh
Dear Kowalski, Thanks for your sharing. On my testing I use ProcessExproler to watch out the memory usage. I do both testing on two cases -- one is use host GPU one is not. Under use host GPU case, The memory is kept on raising but this phenomenon doesn't happen in not use host GPU case.

[android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread Amit Mangal
Hi there, i have created a xml file using wrap content and relative layout. i am having images for all resolution. i create drawable folders for all images and kept all images in folders but when i am running project it is not working big screen only working on mdpi screens not working for hdpi

[android-developers] Re: Android Studio running slow...

2013-08-26 Thread Anthony Mandra
It's been a while, but I just started experiencing very sluggish responsivity from Android Studio. Typing will sometimes take a few second to appear and the mouse will be unresponsive after edits for a few seconds. Did you ever figure out what your issue was? On Friday, May 17, 2013 6:20:06

Re: [android-developers] Re: Android Studio running slow...

2013-08-26 Thread Michael Leung
same situation, so I am still using eclipse as the production developer environment. On Tue, Aug 27, 2013 at 2:35 PM, Anthony Mandra aman...@gmail.com wrote: It's been a while, but I just started experiencing very sluggish responsivity from Android Studio. Typing will sometimes take a few

Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread TreKing
On Mon, Aug 26, 2013 at 11:34 PM, Amit Mangal forum.amit.man...@gmail.comwrote: i create drawable folders for all images and kept all images in folders What folders? - TreKing

Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread Amit Mangal
drawable-hdpi drawable-ldpi drawable-mdpi drawable-xhdpi drawable-xxhdpi All images kept in proper folders but still it is not picking proper images as per screen resolution thanks On Tue, Aug 27, 2013 at 10:42 AM, TreKing treking...@gmail.com wrote: On Mon, Aug 26, 2013 at 11:34 PM, Amit