[android-developers] Object animator with finger swipe.

2013-08-12 Thread SonyPhoneGuy
I am sure this specific question should have been asked a number of times, but I just cant find a clear response anywhere... I have created a setup such as to flip two views using object animator... It exactly like this example here... http://developer.android.com/training/animation/cardflip.ht

Re: [android-developers] Re: How do I flip images?

2013-08-08 Thread SonyPhoneGuy
our pages. It's just a > horizontal scroll animation but it's ok. > > On Wednesday, August 7, 2013 3:31:21 PM UTC-5, SonyPhoneGuy wrote: >> >> I cant seem to find a good one... The only one thats slightly pleasing >> is: https://code.google.com/p/android-page

[android-developers] Setting text onto an action bar search box.

2013-08-08 Thread SonyPhoneGuy
I would like to set text onto an actionbar search box programmatically, but haven't been successful in doing this (probably simple task!). I would be very appreciative of your support. Thank you -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] How do I flip images?

2013-08-07 Thread SonyPhoneGuy
I am trying to do some flip animation. I have been able to successfully use the ObjectAnimator to do a few flips, but I am trying to re-create a more believable page flip - rather like a book flip - similar to what is used in Play Books. Is there any easy way to do this? any documentations arou

[android-developers] Web search.

2013-08-05 Thread SonyPhoneGuy
Hello, I would like to make a search interface on android with Eclipse. I have managed to add a search box on my form by using the menu xml which shows on the form action bar. I also have an webview on my form that is to load what is entered into the search box. I was wondering if there was