Tagged Questions
0
votes
0answers
20 views
How do you create activity transition dynamically instead of using an stock animation in resource?
For example I want my Activity to launch from a specific area in the screen (by passing in the rect in the intent), then scale to the whole screen. Is it possible.
I know by calling ...
0
votes
1answer
425 views
Seamless left to right activity transition animation in Android
I have two activities and I want that when the user touches a button on the first activity, the new activity slides in from the left and moves to the right while the first activity does the same, it ...
3
votes
1answer
85 views
android: first activity and next activity of animation effects on the same time
I solved it.if you need help,this is my email: emmets@foxmail.com
xml layout:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
...
0
votes
1answer
103 views
change background colour between animated activities
I'm relative new on Android and my English is far to be good.. but everything have it first time.
I have a trouble with the background between two animated activities with translation. I tried to ...
0
votes
1answer
70 views
Opening a new activity: animation starts but activity is showed before the animation
I do:
startActivityForResult(i, NEW_ACTIVITY);
overridePendingTransition(R.anim.fade_in, R.anim.fade_out);
The new Activity starts, but it is showed immediately... And only in a second time, it ...
0
votes
1answer
41 views
Android: Animation always settling at the center
This is my slide animation.
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@android:integer/config_longAnimTime"
android:fromYDelta="-100%p"
...
0
votes
1answer
76 views
Applying animation to an activity when an activity is ending?
I have two activities A and B.I am trying to implement animations to activity when navigating.This is how it should work.
When a Fling bottom-to-top happens in A > A ends sliding-up and B enters from ...
0
votes
0answers
155 views
How to get Animation-List working on Button in Android?
I am trying to get a button to use an animation-list described below but cannot figure out why I keep getting errors. In the code below I create a button in the main.xml 'featuredimage' and follow ...
0
votes
2answers
529 views
Remove of switching activity animation on Android
There are two activities.
Activity A has a button that can switch to Activity B.
Activity B also has a button that can switch to Activity A.
here is my code,
@Override
public void ...
0
votes
0answers
254 views
Android frame animation having memory issue with start activity
So i create my frame animation
public static TextView mTextView=mTextView.setBackgroundResource(R.drawable.flag);
public static AnimationDrawable mAnimation = ...
1
vote
1answer
159 views
I am trying for activity animation from the mid (zoom in and zoom out)?
I was searching for zoom in and zoom out activity animation between activites.
I didn't get a proper idea for xml style, and can we achieve it with .
Do you guys have any idea for doing this or any ...
0
votes
2answers
1k views
overridePendingTransition not working on android 2.3.5
This code of mine is not working... I have checked all the links on this site and also tried animation listener but still its not working.
public class SplashScreenPage extends Activity implements ...
0
votes
1answer
632 views
Custom Android Activity Transition
I was hoping to have the following effect in my android app, a transition from Activity to Activity...
When you click to move onto the next Activity, ... the App waits until that next activity is ...
-2
votes
2answers
325 views
How to apply slide animation between activities
hey friends i have problem in applying slide animation between activities. I have applied slide animation between activities so it work on emulator and next activity will open with slide animation but ...
1
vote
2answers
696 views
Android: How to animate between activities?
I have a question about animations in Android. I've made an app which has a lot of products in it, you can switch products now by swiping the screen left to right (go to the next product in the list) ...
0
votes
1answer
200 views
Own transition effect from activity to activity
I made a layout animation, it is a compound animation, made in code.
More less it works a bit like slide in / slide out through upper screen edge, the thing that is interesting me, is to see new ...
2
votes
1answer
473 views
Android - Hold Activity During Animation
I want to create an animation transition in Android from one Activity to the next. But during the animation, there is a short blackout of a black background then displaying the animation of the next ...
0
votes
1answer
431 views
How to make actviity fading transation in android
How to make actcity fading in android ?
I used the following code, but nothing happens
public class MetroActivity extends Activity {
@Override
public void onCreate(Bundle ...
1
vote
1answer
228 views
Manipulating android activity window using renderscript?
I am wondering if it possible to use Android renderscript to manipulate activity windows. For example if it is possible to implement something like 3dCarousel, with activity running in every window?
...
0
votes
1answer
211 views
Playing audio after Activity transition is complete
I am writing an Activity. It is supposed to display some view and play a sound. Everything is great, except for...
I am not sure where to put the code to play sound. Currently I am playing it in ...
2
votes
0answers
334 views
android- How set Animation for inbuilt intent activities?
I am developing app in which I use different animations for starting activities like follows -
Intent i = new Intent(SplashScreen.this,MainScreen.class);
...
2
votes
0answers
196 views
custom Activity animation in java code
I want to use my custom animation when activity switch , I know this can be done in xml. But its important that its done by code, Because the position where it should be animated to is relative.
...
1
vote
0answers
264 views
Why does my animation freeze when returning to activity containing it?
I'm still sort of new with Android, so forgive me if it's an obvious mistake. In this activity I'm using ViewPager to horizontally scroll through three layouts containing an ImageButton that has an ...
2
votes
2answers
479 views
Android - what is the right way to implement a wizard with an animation between the steps
I'm building and Android app that needs to go through steps like a wizard.
Current structure:
At the moment I'm using one activity with separate views.xml for each step, then I'm using ...
0
votes
1answer
189 views
Override Activity animation in code
I want to override my default Activity animation, I know this can be done in xml.
But its important that its done by code, Because the position where it should be animated to is relative.
I tried to ...
0
votes
1answer
375 views
android animate activity switching
I need to start activity B from activity A. Activity B must be started with an ScaleAnimation from certain coordinates. Usually, switching activities with animation is done by
...
0
votes
3answers
162 views
graphic and activity
What I'd like to realize is a door, like this (but in 2D):
So i thinked to create it with blender.
The first question is: how to implement blender image in the activity background?
After this, my ...
2
votes
1answer
3k views
Animation between Activity with Android
i need to understand animation on Android.
For example, my application starts with an activity with a button in the bottom, when the user click on the button i want that another activity appears with ...
0
votes
2answers
96 views
Switching item from a list within the item activity, with animation
I've got a list with some items.
On some "item detail" activity I'd like to be able to switch item on swipe (left for previous item, right for next item), with the same animation as the default ...
3
votes
1answer
263 views
Prevent title bar animation when changing activities
I am building an Android app which currently consists of a number of activities, each with a custom LinearLayout title bar at the top.
When I change the activity, the default animation results in the ...
1
vote
1answer
912 views
Android set animation on application start
I want to provide an animation when my application starts. I have just one ImageView on my first activity and I want to load my activity with an animation (maybe there can be some animations playing ...
0
votes
0answers
178 views
Animate a small ListView to fullscreen
I'd like to do the following:
I got a small ListView at the top of my Activity and want to animate it from small to maximized, either by clicking a button or by clicking on the list itself. The ...
0
votes
1answer
70 views
View Animations inside Tab
I have following problem:
I have a TabActivity which works well. Inside, there is one Activity ( a ListView ) where the user is able to press on an ListItem to see details. So I'm switching the Views ...
2
votes
0answers
390 views
How to pause animation along with the activity?
need all your suggestions for this.
I am implementing some basic animations in my activity . Now i am in a situation where i want to pause the activity along with the animations when i started the ...
1
vote
1answer
888 views
can 3D transition be applied when starting another activity?
i was checking on the android api demo and i came across the 3D transition that takes from one VIEW to another, so i'm wondering if it can be applied on activities?
thanks in advance.
0
votes
1answer
405 views
Android - Create animation 'Drag Up To Lock'
Does anyone have even a remote idea of how to create an animation like the one shown in the Pocket App where the user can drag a small bar (like the notification bar) from the bottom of the screen all ...
1
vote
2answers
777 views
android start activity with animation
Is it possible to ad an animation to an activity at runtime so when I start the activity, it starts with my animation? I want to specify some parameters to animation at runtime depending on some ...
0
votes
1answer
105 views
Activities Animation overide problem
currently I"m using public void overridePendingTransition (int enterAnim, int exitAnim) to acheive this goal. I've discovered that I dont have to rely on animations created instead I can use some ...
9
votes
2answers
6k views
switching activities without animation
How can I use properly the Intent flag FLAG_ACTIVITY_NO_ANIMATION in AndroidManifest file? I supose my problem is trivial, but I can't find good example or solution to it.
<intent-filter>
...
0
votes
1answer
470 views
How to draw custom animation as Activity background
I have a standard Activity with its layout, and I have a custom animated View.
I want this View to permorm a fancy "intro" animation, after which the standard Activity is displayed with the animated ...
3
votes
2answers
1k views
Start an activity using a 3d flip animation
I'm trying to start an activity and create the transition as a 3d flip (as many have stated exactly like on the IPhone), unfortunately I haven't found a satisfying answer yet and I am stuck.
I've ...
7
votes
2answers
790 views
Android No Animation When Transitioning From a Portrait Activity to a Landscape Activity
I have Activity A which is set to run in portrait orientation (android:screenOrientation="portrait" set on this activity in the manifest). This activity opens to Activity B on a button click. Activity ...
8
votes
2answers
4k views
Display page From Bottom to Top
I want to display one page to another from bottom to top animation using Intent.
given me some example for that.
like below
Intent i2 = new Intent(main.this, test.class);
startActivity(i2);
with ...
0
votes
1answer
3k views
Android: activity transition/animation in ActivityGroup
I use ActivityGroup to manage activities, I want to add animation when change activity,
the code I used to change to next activity is:
Intent intent = new Intent(getParent(), AnotherActivity.class);
...
0
votes
1answer
529 views
How to load Activity without animation (like tabs in TabHost load activities) on Android?
I've set up a TabHost containing a TabWiget with three tabs in it - each of which loads a separate activity. This all works well, switching between them is smooth, state drawables on tabs work well ...
2
votes
0answers
373 views
Transparent Activity does not open with typical animation, just appears?
I have a transparent activity defined using this theme:
<style name="Theme.Transparent.NoDim" parent="android:Theme.Translucent">
<item ...
1
vote
0answers
487 views
Calling setContentView for animation
In my application we are achieving the page-animation by using setContentView everytime the animation occurs. The layout contains just an image so its definately not too heavy. But are there any other ...
2
votes
2answers
5k views
How do I Change the default animation when changing activity?
Hello I have an application which I can touch to scroll across several screens like the Android Homescreen app.
I have now managed to add a button on each page which changes from this to a new ...
2
votes
1answer
2k views
How to override the enter activity animation if it is stated by launcher
I tried to do Google search but I only found the solution for intra-activity animation using overridePendingTransition() method. However, is there any solution if I would like to have my own animation ...
3
votes
1answer
9k views
overridePendingTransition in Android SDK doesn't work
I'm trying to get change the transition between two activities in an Android application. I found that overridePendingTransition would do the job, but it doesn't seem to work for me.
This is the code ...
