[android-developers] Problem with Rotate3dAnimation using WebView

2009-04-06 Thread Vince
Hi all, I'm using the demo API 3d Transition to switch between a ListView and a WebView. The animation works... but my WebView is reversed, so is the content of the WebView, that makes it impossible to read. I understand the animation is rotating around the Y axis but I want it to display the

[android-developers] Re: Problem with Rotate3dAnimation using WebView

2009-04-06 Thread Vince
Hi Filipe, Thanks! I was looking for something like this. I haven't try this one ;-) It does the trick! Regards, Vince --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Problem when updating ListView

2009-04-07 Thread Vince
Hi all, I have a ListView with a footer View that is bind to a custom ArrayAdapter within a ListActivity. When creating the activity, I fill in the ArrayAdapter with some items through a dedicated thread. At the end, the thread calls setListAdapter and requestFocus through a handler. At this

[android-developers] Re: Problem when updating ListView

2009-04-08 Thread Vince
I have an additional problem. The second time the ArrayAdapter is updated, I can't click on any item of the ListView! It seems that ListView loses onListItemClick! But after scrolling using the trackball, everything works well. I'm totally disapointed...

[android-developers] Problem with text filter in ListView

2009-04-21 Thread Vince
Hi all, I'm experiencing a very strange problem while using text filtering in a ListView. I'm using a FrameLayout described as follow: FrameLayout xmlns:android=http://schemas.android.com/apk/res/ android android:id=@+id/container android:layout_width=fill_parent

[android-developers] End of fling within Gallery

2010-01-18 Thread Vince
, the only way I see would be to customize the Gallery source code. Obviously, I would like to avoid such a solution if possible. Did I miss something? Thanks for helping. Regards, Vince -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] End of fling within Gallery

2010-01-18 Thread Vince
, the only way I see would be to customize the Gallery source code. Obviously, I would like to avoid such a solution if possible. Did I miss something? Thanks for helping. Regards, Vince -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: End of fling within Gallery

2010-01-18 Thread Vince
Okay. I think I got setCallbackDuringFling wrong. I will try again ;-) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Issues with installing subclipse and android plugin

2009-08-17 Thread Vince
Anyone having issues with getting galileo eclipse for java working on Ubuntu with both subclipse and the android plugin? I can get the android plugin working when subclipse is not installed in eclipse, but as soon as I install subclipse all the configuration options for android plugin disappears

[android-developers] Application closes unexpectedly

2009-12-23 Thread Vince
I am a brand new developer to Android.. I wrote a pretty simple application that uses the gesture library. The app itself seems to run fine in the simulator. However, when I installed the app on my Google Dev Phone 1 (G1) last night, it doesn't seem to work. I've upgraded my G1 with the 1.6

[android-developers] Re: Application closes unexpectedly

2009-12-24 Thread Vince
Hi. Thanks for the response. I've pasted everything in logcat that was printed. I have USB debugging turned on for the phone. Is there anything else that I need to turn on to see the exceptions? On Dec 23, 1:32 pm, Mark Murphy mmur...@commonsware.com wrote: Vince wrote: I am a brand new

[android-developers] Re: Application closes unexpectedly

2009-12-24 Thread Vince
Sorry.. that was a typo on my part. That should have been without any errors meaning that I'm not seeing any exceptions or anything in logcat On Dec 24, 9:38 am, Mark Murphy mmur...@commonsware.com wrote: Vince wrote: Hi. Thanks for the response. I've pasted everything in logcat

[android-developers] Re: Using an image in a listview

2010-01-06 Thread Vince
What does your getView code look like. Are re-inflating your row view every time it's called, are there multiple views for the rows etc? Vince On Jan 6, 10:18 am, Patrick Plaatje patrick.plaa...@ndcvbk.nl wrote: Hi all, for my app i'm using a listview to display rss news articles. All goes

[android-developers] How to get filter text from a ListView?

2009-04-27 Thread Vince
Hi all, I'm using a ListView with text filter enabled. I wonder if there is any way to get filter text? I'm afraid there is a setFilterText (String) method but not a public String getFilterText(). Or I'm missing something? Thanks. --~--~-~--~~~---~--~~ You

[android-developers] MapView in SDK 1.5

2009-05-03 Thread Vince
Hi all, I've just downloaded the Cupcake SDK. I'm afraid I can't find MapView anymore... Any help? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: MapView in SDK 1.5

2009-05-04 Thread Vince
Thanks Mark Raphael, By can't find it I meant that I could not find MapView in the SDK reference accessible through ./docs on my computer :-) After making a simple search, I found it in ./add-ons which corroborates what Raphael just said. I know what to do ;-)! Thanks again

[android-developers] Very strange StackOverflow exception

2009-05-20 Thread Vince
Hi all, I'm facing a very curious problem that gives rise to a StackOverflow exception. I'm using a LinearLayout that contains two TextViews. I'm using one of these TextViews to display the price of an item. I'd like the price to be displayed in euros so I use the following code:

[android-developers] Re: Very strange StackOverflow exception

2009-05-21 Thread Vince
Hi fadden, Here is the stack trace: 05-21 08:38:08.050: ERROR/AndroidRuntime(952): Uncaught handler: thread main exiting due to uncaught exception 05-21 08:38:08.098: ERROR/AndroidRuntime(952): java.lang.StackOverflowError 05-21 08:38:08.098: ERROR/AndroidRuntime(952): at

[android-developers] Re: Very strange StackOverflow exception

2009-05-21 Thread Vince
Indeed, you're right. Which does not explain why a single character can cause the all app to crash :-( Any guess? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Repeating background does not repeat

2010-11-26 Thread Vince
anyone already faced this problem? Am I missing something? Any guess is welcome. Thanks. Vince -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] EditText causes background to resize

2009-07-20 Thread Vince
Hi, I'm experimenting a problem while editing text through an EditText view. Here is my layout: LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent

[android-developers] Re: EditText causes background to resize

2009-07-20 Thread Vince
Hi Mark, Thank you for your quick reply (and by the way, I bought your book, it has been a very good help). I haven't deal with IME yet. Thus, I believe I didn't happen to specify adjustResize (did I?) as I ignored this property :-). I should therefore get the pan-and-scan default... which is

[android-developers] Re: EditText causes background to resize

2009-07-20 Thread Vince
Mark, While you were writting this huge (but very interesting post!), I simply add android:windowSoftInputMode=adjustPan in my Manifest and it does the trick. Seems a little weird as it is supposed to be the default one, but it is also highly recommended that you always specify one or the other,

[android-developers] Re: ADB via USB

2008-10-25 Thread Vince Castellano
On Oct 24, 12:06 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yeah. I'm wating for a x64 driver myself :-\ On Oct 23, 12:28 pm, Declan Shanaghy [EMAIL PROTECTED] wrote: But is the driver x64 compatible? Same problem here, wish there was a way to ping google on this so that they can see

[android-developers] Size of app screen

2013-01-07 Thread Vince D'Souza
I am a new developer. If I submit an app with a fixed screen size of 720x1280 will it be accepted? If not, what will they store accept? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to