1

please select the following Settings->Display->Animation and select "all animations"! Then can you press Application Icon,Intent wil come as BlowUp Animation,For that Can you send any Samples.

VIghnan
  • 23
  • 6

1 Answers1

0

Please refer this answer from SO. And also refer this too

Bottom animation:

 <?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/accelerate_decelerate_interpolator"
    android:fromYDelta="100%p"
    android:toYDelta="50%p" 
    android:duration="300"
/>
Community
  • 1
  • 1
Shalini
  • 1,733
  • 4
  • 17
  • 31
  • i saw all those what you are sent .but my requirement is to Animate the Intent as to blow up from centre of the screen,As like when we are click on default Android Icon it wil blow up from Centre.. – VIghnan Jul 24 '12 at 08:44
  • I think you want to start animation by clicking your app icon. then you must do it in manifest. Refer this http://stackoverflow.com/a/5018385/964707 – Shalini Jul 24 '12 at 08:56
  • No i need to use that animation at my app Homescreen and in that page which is sent by you , can you send @anim/myawesomeanimation_enter and remaining ... – VIghnan Jul 24 '12 at 09:44
  • @anim/hold_long like this are all animation xml files – Shalini Jul 24 '12 at 09:51
  • can i give that xml path For all four xml like – VIghnan Jul 24 '12 at 10:29
  • Ohh..!! finally i got Error with Manifestofile,error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.MyAwesomeTheme').At this line android:theme="@style/Theme.MyAwesomeTheme" at Activity Tag. And Thanks for helping. – VIghnan Jul 24 '12 at 10:43
  • are you create themes.xml like this – Shalini Jul 24 '12 at 11:02
  • Yes i Created themes.xml in layout folder – VIghnan Jul 24 '12 at 11:05
  • i AM USING 2.1 IS there any problem with that – VIghnan Jul 24 '12 at 11:19
  • put your themes.xml in values folder of your project – Shalini Jul 24 '12 at 11:56
  • I got this error after copy that file to values folder error: Error retrieving parent for item: No resource found that matches the given name 'Theme.Default'. – VIghnan Jul 24 '12 at 12:08
  • But Intents are coming regarding on the following code as from right to left and top to bottom when i have given the Xdelta and Ydelta value .BUt I want to get the Blowup Intent Animation from center Which value can i change to get the Blow UP – VIghnan Jul 25 '12 at 08:08
  • Can you please try this || select the following Settings->Display->Animation and select "all animations"! Then can you press Application Icon,Intent wil come as BlowUp Animation,For that Can you send any Samples. – VIghnan Jul 26 '12 at 10:16
  • sorry dont know about you ask – Shalini Jul 28 '12 at 05:08