How to Support GESTURE, left/right slip, many transition effect in Android application

15 replies [Last post]
Rupal Thanki's picture
Offline
Joined: 2 Apr 2012
Points: 35
0
0

In My application i want to flip the view.. I have seen such animation in Go SMS pro in Android. And Same thing i want in to my android application. I want to flip the whole activity view. is it possible ? I have seen some example for the flip in android. But in that all example the view is in the same activity. Is it possible to set such view for the different activity. or to do such effect while going from one activity to another ? Please see the snap for the Flip effect in Android

Attached file: 
fred's picture
Offline
Joined: 30 Apr 2013
Points: 6
I really appreciate this

I really appreciate this post. I have been looking everywhere for this! Thank goodness I found it on Bing. You've made my day! Thank you again!
Business Listings

beaalonzo's picture
Offline
Joined: 22 Apr 2013
Points: 6
Yes, there is actually a

Yes, there is actually a tutorial about it but I forget the site. It is the transition of the menu I guess and have you check the setting. It all matters with the setting on the phone. Try to discover more to your phone. - build twitter followers

buying twitter followers

LilWayne's picture
Offline
Joined: 28 Jul 2012
Points: 6
If you figured this out you

If you figured this out you should let the people that made skype for android because it has major issues i think you can contact them at http://skypeforandroid.net/

anu.gameplayer's picture
Offline
Joined: 9 Jul 2012
Points: 6
gaming in android

gaming in android is making me crazy day by day and am very addicted to android games and applications

benmartin's picture
Offline
Joined: 19 May 2012
Points: 6
Would need more details to

Would need more details to assist you with this android application problem. Don't know why but your attached image doesnot seem to open.

paller's picture
Offline
Joined: 11 Apr 2010
Points: 143
example program

I have created an example program, does this answer your question?

Rupal Thanki's picture
Offline
Joined: 2 Apr 2012
Points: 35
[img_assist|nid=425|title=ima

[img_assist|nid=425|title=image|desc=I like this image|link=none|align=left|width=60|height=100]

Rupal Thanki's picture
Offline
Joined: 2 Apr 2012
Points: 35
I try but i got like this

I try but i got like this image[img_assist|nid=421|title=I try|desc=|link=none|align=left|width=67|height=100] and i want to make like that[img_assist|nid=422|title=i want like this|desc=|link=none|align=left|width=60|height=100]

paller's picture
Offline
Joined: 11 Apr 2010
Points: 143
images

I guess, you have to change the input format to Full HTML (click on the "Input format" link below the editor).

Rupal Thanki's picture
Offline
Joined: 2 Apr 2012
Points: 35
see this link
Rupal Thanki's picture
Offline
Joined: 2 Apr 2012
Points: 35
i want to 3d flip view

i want to 3d flip view screen on this site.....2 screen shot..... https://play.google.com/store/apps/details?id=com.jb.gosms&feature=searc...

Rupal Thanki's picture
Offline
Joined: 2 Apr 2012
Points: 35
I want to make a screen (or

I want to make a screen (or part of the screen) switch to another part in a 3D cube-like transition. I'm talking about 2 normal Android UI parts, not raw graphics rendered on a canvas.

wapexp2
wapexp2's picture
top web hosting always

top web hosting always givescheapest web hosting
you better option against small extra charges, security systems of such hostings are so good that you dont have to bother about the hackers, datatop host
transfer rate is also higer as compared with less famous web hosting compaines.

paller's picture
Offline
Joined: 11 Apr 2010
Points: 143
transition3d

A very similar animation is part of the API Demos sample. Just build the API Demos sample application (part of the SDK), then go Views/Animation/3D Transition.

paller's picture
Offline
Joined: 11 Apr 2010
Points: 143
overridePendingTransition

overridePendingTransition method was just designed for that. Have you tried that?