Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lmnrenbc/AndroidAnimationExercise

Repository files navigation

#注意、注意、注意#

由于应用中使用到了百度地图SDK,需要根据运行机器生成特定的key,为了方便在不同的机器上使用,在app/build.gradle 中已配置了运行时特定的签名key.

signingConfigs {
 debug {
 keyAlias 'animation'
 keyPassword '123456'
 storeFile file('F:/2016_prj/AndroidAnimationExercise/animationkey')
 storePassword '123456'
 }
 }

如代码所示,这个key的配置路径是一个绝对路径,如果直接运行项目会报找不到key的错误(除非很巧,你的工程目录和我是一样的),因此;

  • 如果想了解LBS相关内容,请按照自己机器的工程路径重新配置storeFile file()的内容,内容为这个key在你硬盘上的一个绝对路径,animationkey 已包含在项目根目录中;
  • 如果对LBS 不感兴趣,可直接删除此配置信息;不影响其他功能。

AndroidAnimationExercise

A Android Exercise include traditional and property Animations.

Also Some example like Alipay

##Frame Animation##

frame

##Tweened Animation##

roate1

##Alipay PayAnimation##

alipay

##Add goods to ShoppingCar Animation##

shopcar

##many traditional Animation ##

translate

##property Animation with Interpolator##

anim1

anim2

##difference between tweened Animation and property Animation

click1

click2

About

A Android Exercise include traditional and property Animations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /