Intent animations

Additional

Language
Java
Version
1.0 (Mar 8, 2018)
Created
Mar 7, 2018
Updated
Mar 12, 2018 (Retired)
Owner
Elnur (hajiyevelnur92)
Contributor
Elnur (hajiyevelnur92)
1
Activity
Badge
Generate
Download
Source code

intentanimation

animation between activities Intent animations

It`s top animations between activities.

Usage

Gradle

allprojects {
 repositories {
  ...
  maven { url 'https://jitpack.io' }
 }
}

dependencies {
     compile 'com.github.hajiyevelnur92:intentanimation:1.0'
}

Code

import static maes.tech.intentanim.CustomIntent.customType;
//MainActivity or any activity name
protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        //.....//
        
        //here is library
        customType(MainActivity.this,"here is string name");
}
        
*left-to-right
*right-to-left
*bottom-to-up
*up-to-bottom
*fadein-to-fadeout
*rotateout-to-rotatein

License