Skip to content

Team-C0nnect/qvick-design-system-Android

Repository files navigation

qvick-design-system-AOS


Image Docs Language | korea | english

Summary

Qvick's Design System is based on Material3 Official Document, which is maintained by Google's developers and designers.
Developed as Jetpack Compose, it provides various components such as buttons and announcements.

Apply qvick-design-system (gradle.kts)

  1. Add JitPack Storage to Build File
    dependencyResolutionManagement {
        repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
        repositories {
            mavenCentral()
            maven { url = uri("https://jitpack.io") }
        }
    }
    
  2. Add dependency to the dependency part
    dependencies {
        implementation("com.github.Team-C0nnect:qvick-design-system-AOS:Tag")
    }
    

App Compatibility and Requirements

This library is optimized for Android app development and has the following compatibility and requirements.

min/target SDK

  • minSdkVersion 26
    The library is designed to run on Android 8.0 (API 26) or later. This is a setup that utilizes the latest Android features and security updates, while also making it reliable for a significant number of devices.

  • compileSdkVersion 35
    It is compiled using the latest API, so you can take advantage of the latest Android features and optimization techniques in the app.

Language and Compilation Options

  • Java 1.8 Compatible
    You specified Java 1.8 and its JVM target versions through compileOptions and kotlinOptions. This ensures safe use of Java 8 features such as lambda, stream API, and the latest features from Kotlin.

Introducing Design & Components

  • Text field Image
  • Button Image
  • Check Box Image
  • Notice Image
  • Link Text Image
  • Information Bar Image
  • Attendance Check Bar Image
  • Icons Image
  • Color - palette, semantics Image

Contributor

Qvick App Download

Get it on Google Play
Get it on App Store (iOS)

About

Qvick V3 Android Design System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages