Popularity
1.5
Stable
Activity
0.0
Stable
34
2
4

Programming language: Kotlin
License: MIT License
Tags: Kotlin     UI     Gesture     Android     Animations     Navigation     Custom View     Android-library     Swipe     Card    
Latest version: v1.1.0

Facilis alternatives and similar packages

Based on the "Navigation" category.
Alternatively, view Facilis alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Facilis or a related project?

Add another 'Navigation' Package

README

Facilis

Android Arsenal

Swipe gesture based navigational library for Android.

Watch Demo Video:

YouTube demo

Getting Started

To get this project into your build:

Gradle

Add it in your root build.gradle at the end of repositories:

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

Add the dependency to your module's build.gradle

dependencies {
    implementation 'com.github.premacck:facilis:1.1.0'
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add the dependency

<dependency>
    <groupId>com.github.premacck</groupId>
    <artifactId>facilis</artifactId>
    <version>1.1.0</version>
</dependency>

SBT

Add it in your build.sbt at the end of resolvers:

resolvers += "jitpack" at "https://jitpack.io"

Add the dependency

libraryDependencies += "com.github.premacck" % "facilis" % "1.1.0"

Leiningen

Add it in your project.clj at the end of repositories:

:repositories [["jitpack" "https://jitpack.io"]]

Add the dependency

:dependencies [[com.github.premacck/facilis "1.1.0"]]

Usage

  • Refer to the wiki pages for step by step implementations

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

Acknowledgments

  • Hat tip to anyone whose code was used