Skip to content

SakurajimaMaii/Android-Vast-Extension

Repository files navigation

Android-Vast-Extension

English | 简体中文

Quick Start

  • VastCore

    Contains some basic content required by other modules. Lastest version version

    implementation("io.github.sakurajimamaii:VastCore:$version")
  • VastNetStateLayout

    VastNetStateLayout is a network state widget, which inherits from framelayout. You can customize the following status pages: loading , error , loading error , empty data. Lastest version version

    implementation("io.github.sakurajimamaii:VastNetStateLayout:$version")
  • VastTools

    VastTools is a set of SDK developed for Android. Provides a series of architectural components including ViewBinding, ViewModel, DataStore, etc., as well as a series of development tools such as logs, widgets, file manager, media manager, network connection, and data storage. Lastest version version

    implementation("io.github.sakurajimamaii:VastTools:$version")
  • VastAdapter

    VastAdapter for quickly building RecyclerView adapters. Lastest version version

    implementation("io.github.sakurajimamaii:VastAdapter:$version")
  • log-core

    Core of log. Lastest version version

    implementation("io.github.sakurajimamaii:log-core:$version")
  • log-desktop

    Desktop of log. Lastest version version

    implementation("io.github.sakurajimamaii:log-desktop:$version")

Document

Please click Android-Vast-Extension to get detailed documentation instructions.

Star

Star History Chart

Acknowledgments

Thanks to JetBrains for supporting the project! The project development software adopts the OSS license, you can click What is an OSS development license and who qualifies for one? to learn more.

Toolbox App logo JetBrains Logo (Main) logo