[android-developers] Re: Improve scrolling speed

2009-03-31 Thread AlCapwn
Guy romain...@google.com wrote: Why are you using your own fling mechanism with GestureDetector? ScrollView already handles all of that. On Mon, Mar 30, 2009 at 2:18 PM, AlCapwn alcapw...@googlemail.com wrote: On Mar 30, 9:40 pm, Romain Guy romain...@google.com wrote: How is your

[android-developers] Re: Improve scrolling speed

2009-03-30 Thread AlCapwn
On Mar 30, 9:40 pm, Romain Guy romain...@google.com wrote: How is your scrolling implemented exactly? It just uses a ScrollView. What is the view hierarchy? ViewFlipper with children which have this layout: RelativeLayout - Image Button - ImageButton - EditText -

[android-developers] Re: Improve scrolling speed

2009-03-30 Thread AlCapwn
...@google.com wrote: Why are you using your own fling mechanism with GestureDetector? ScrollView already handles all of that. On Mon, Mar 30, 2009 at 2:18 PM, AlCapwn alcapw...@googlemail.com wrote: On Mar 30, 9:40 pm, Romain Guy romain...@google.com wrote: How is your scrolling implemented

[android-developers] Re: .apk install fails: package conflict

2009-03-25 Thread AlCapwn
If they are downloading via 3G, GRPS (anything non-wifi), then it might be the cause. I know thats what caused the problem for my application and for others also. See http://groups.google.com/group/android-beginners/browse_thread/thread/4f82b29159a341fe On Mar 24, 10:46 pm, bee bso...@gmail.com

[android-developers] Re: Slow Scrolling

2009-03-12 Thread AlCapwn
11, 2009 at 4:03 PM, AlCapwn alcapw...@googlemail.com wrote: Whoops, forgot to add this. When the freeze happened, I generated a bugreport and it says this: main prio=5 tid=3 TIMED_WAIT  | group=main sCount=1 dsCount=0 s=0 obj=0x400103e8  | sysTid=2339 nice=0 sched=0/0 handle=-1096221588

[android-developers] Re: Can android application overwrite the volume down/up key's behavior?

2009-03-12 Thread AlCapwn
You can override dispatchKeyEvent which should do the trick. On Mar 12, 1:21 pm, striverwang striverw...@gmail.com wrote: hi, all: I want to development a application, which want to use volume down, up key to do something I need. For example, when the user click the volume up button, a

[android-developers] Re: Slow Scrolling

2009-03-11 Thread AlCapwn
Whoops, forgot to add this. When the freeze happened, I generated a bugreport and it says this: main prio=5 tid=3 TIMED_WAIT | group=main sCount=1 dsCount=0 s=0 obj=0x400103e8 | sysTid=2339 nice=0 sched=0/0 handle=-1096221588 at java.lang.Object.wait(Native Method) - waiting on 0x1b6408

[android-developers] Re: java.net.SocketException: The operation timed out............not behind proxy

2009-02-25 Thread AlCapwn
Do you have permission to access the Internet declared in your manifest? On Feb 25, 10:53 am, Pratap pratap.sola...@gmail.com wrote: I'm developing an app which needs to connect to the internet, but when i send a request using DefaultHtpClient.execute() method it takes 2-3 minutes and then

[android-developers] AutoScroll issue

2008-12-12 Thread AlCapwn
Hi, my auto scroll sometimes works, but at other times, it just scrolls half way and sits there. Sometimes it scrolls near the bottom but not right at the bottom. I've been to sort this out for quite a while but can't find a solution. You can see a video of the problem here:

[android-developers] AutoScroll issue

2008-12-12 Thread AlCapwn
Hi, my auto scroll sometimes works, but at other times, it just scrolls half way and sits there. Sometimes it scrolls near the bottom but not right at the bottom. I've been to sort this out for quite a while but can't find a solution. You can see a video of the problem here:

[android-developers] Re: What happened to this API?

2008-12-11 Thread AlCapwn
No one knows? :( On Dec 1, 5:13 pm, AlCapwn alcapw...@googlemail.com wrote: I was looking at the Email app in Eclipse, but it seems some packages have been removed from the SDK, especially android.text.util.Regex so Eclipse starts spitting out errors. Anyone know what the alternative

[android-developers] Re: java.lang.VerifyError in Android again

2008-12-06 Thread AlCapwn
I was getting this yesterday, My code was something like this: mainActivity.java: //all the usual stuff here, onCreate, etc boolean ssl = getSettingFromPrefs(); //not a real method, just an example Server s = new Server(host, port, ssl); new Thread(s).start(); Server.java //all the usual

[android-developers] What happened to this API?

2008-12-01 Thread AlCapwn
I was looking at the Email app in Eclipse, but it seems some packages have been removed from the SDK, especially android.text.util.Regex so Eclipse starts spitting out errors. Anyone know what the alternative to this API is or what happened to the regex package? Take a look at MessageView.java

[android-developers] What happened to this API?

2008-12-01 Thread AlCapwn
I was looking at the Email app in Eclipse, but it seems some packages have been removed from the SDK, especially android.text.util.Regex so Eclipse starts spitting out errors. Anyone know what the alternative to this API is or what happened to the regex package? Take a look at MessageView.java