All Projects → hajiyevelnur92 → intentanimation

hajiyevelnur92 / intentanimation

Licence: MIT license
animattion between activities

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to intentanimation

AppListManager
📱 AppListManager (Android Library) makes managing application and activity lists easy.
Stars: ✭ 59 (-49.57%)
Mutual labels:  intent, activity
Inlineactivityresult
Receive the activity result directly after the startActivityForResult with InlineActivityResult
Stars: ✭ 264 (+125.64%)
Mutual labels:  intent, activity
Navigator
Android Multi-module navigator, trying to find a way to navigate into a modularized android project
Stars: ✭ 131 (+11.97%)
Mutual labels:  intent, activity
Flow
Android wrapper to simplify process for start an Activity
Stars: ✭ 54 (-53.85%)
Mutual labels:  intent, activity
Bundler
🎁 Android Intent & Bundle extensions that insert and retrieve values elegantly.
Stars: ✭ 195 (+66.67%)
Mutual labels:  intent, activity
navigator
Annotation processor that eliminates navigation and Bundle boilerplate
Stars: ✭ 13 (-88.89%)
Mutual labels:  activity
LifeTime
LifeTime app
Stars: ✭ 35 (-70.09%)
Mutual labels:  activity
My Android Garage
A quick reference guide for Android development.
Stars: ✭ 66 (-43.59%)
Mutual labels:  activity
luis
Microsoft Luis.ai API Golang package
Stars: ✭ 29 (-75.21%)
Mutual labels:  intent
Swoosh
SFML Activity and Segue Mini Library
Stars: ✭ 63 (-46.15%)
Mutual labels:  activity
RxActivityResults
Android onActivityResult wrapper powered by RxJava
Stars: ✭ 14 (-88.03%)
Mutual labels:  activity
dflow
A lightweight library for designing and executing workflows in .NET Core
Stars: ✭ 23 (-80.34%)
Mutual labels:  activity
dialog flowtter
A Flutter implementation of Google's Dialog Flow improved
Stars: ✭ 31 (-73.5%)
Mutual labels:  intent
drag-to-close
Android library that provides a view group which allows to finish an activity by dragging a view.
Stars: ✭ 69 (-41.03%)
Mutual labels:  activity
react-use-hoverintent
React hook for hoverIntent
Stars: ✭ 16 (-86.32%)
Mutual labels:  intent
Android-Touch-Helper
开屏跳过-安卓系统的开屏广告自动跳过助手
Stars: ✭ 488 (+317.09%)
Mutual labels:  activity
pvm-ui
JS based UI for PVM workflow engine.
Stars: ✭ 18 (-84.62%)
Mutual labels:  activity
SDK-python
SAP Conversational AI official SDK for Python
Stars: ✭ 22 (-81.2%)
Mutual labels:  intent
Capricorn
提供强大的NLP能力, low-code实现chatbot
Stars: ✭ 14 (-88.03%)
Mutual labels:  intent
Android-Resource-File-Provider
A simple library to easily provide and share files from app resources
Stars: ✭ 15 (-87.18%)
Mutual labels:  intent

intentanimation

animation between activities Intent animations

It`s top animations between activities.

Usage

image

Android Arsenal

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].