Skip to content

tssA8/AndroidCustomView

Repository files navigation

AndroidCustomView

Custom View with Android Studio

Slide to Select view , grid view ,CustomView

custom slide to select view

Usage

Here is how to use this project.

  • add lintOptions and dexOptions in gradle
    lintOptions {
        checkReleaseBuilds false
        // Or, if you prefer, you can continue to check for errors in release builds,
        // but continue the build even when errors are found:
        abortOnError false
        disable "ResourceType"

    }

    dexOptions {
        javaMaxHeapSize "4g"
    }
  • add multiDexEnabled in gradle
   defaultConfig {
        applicationId ".........."
        minSdkVersion 23
       ....
       ....
       ....
        multiDexEnabled true
    }

preivew

alt text

About

Slide to Select view , grid view ,CustomView

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages