Skip to content

An android rapid development library that provides a number of directly callable methods that help developers quickly implement functionality

License

Notifications You must be signed in to change notification settings

wyqlxf/fastbase

Repository files navigation

fastbase

Travis Travis Travis | 简体中文文档

fastbase is a powerful base library for Android apps.
image

fastbase is responsible for the implementation of the base library. It properly encapsulates some of the commonly used methods in Android development, and solves some practical problems in development, avoiding repetitive wheel making during the development process, which can greatly improve development efficiency. You only need to simply use the code. Call the relative method.

Download

Gradle:

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

dependencies {
    implementation 'com.github.wyqlxf:fastbase:1.1.4'
}

You can download a jar from GitHub's releases page.

How do I use fastbase?

// Initialize the SDK
FastApp.init(this);
// Open log
FastApp.setLogEnabled(true);

See the Demo file for details. click to download FastDemo.apk

License

MIT License, See the LICENSE file for details.

About

An android rapid development library that provides a number of directly callable methods that help developers quickly implement functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages