[android-developers] Download large file from network to SD card

2010-11-02 Thread Ferran Garriga Ollé
I'm trying to download a large .zip file from a web server but I have a weird behaviour, the description is: - I'm executing the code in the device emulator, API level 3 (version 1.5) with an SD card of 512MB. I start the device with Wipe data user - The length of the size from

[android-developers] HorizontalScrollView XML starting scrolled to LEFT

2009-11-18 Thread Ferran Garriga Ollé
Hi, When you define by XML an HorizontalScrollView, inside it a LinearLayout with several items, if there are too many items, you will be able to scroll it. This scrolls by default, go from left to right, the first item is on the left and the last item cutet because is doesn´t fit on he right.

[android-developers] HorizontalScrollView XML starting scrolled to RIGHT instead of left

2009-11-18 Thread Ferran Garriga Ollé
Hi, When you define by XML an HorizontalScrollView, inside it a LinearLayout with several items, if there are too many items, you will be able to scroll it. This scrolls by default, go from left to right, the first item is on the left and the last item cutet because is doesn´t fit on he right.

[android-developers] Gestures overlay layout on API Level 3

2009-11-09 Thread Ferran Garriga Ollé
Hi, I'm trying to implement a very simple gesture (vertical finger motion) on an app that have several layouts (LinearLayout), as example: global layout full screen ¦-- children ¦-- children ¦ children ¦ children ¦-- children If I set onTouch on my global layout, it works if I only