Giter VIP home page Giter VIP logo

androids's Introduction

Androids

Androids是本人根据平时的项目实践经验,为了提高Android开发效率而写的一个工具SDK;里面提供了一些工具类以及自定义View,可在实际项目开发时直接使用。

ANDROIDS

使用

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

dependencies {
    implementation 'com.github.1993hzw:Androids:1.3'
}

自定义View

可直接在xml布局文件设置shape和selector,实现点击效果

可直接在xml布局文件设置文字点击效果

可设置形状(圆形、圆角矩形)的ImageView

可很对背景图或前景图显示遮罩效果的ImageView

可以设置宽高比例的ImageView

在xml布局文件设置View的内容padding, 支持靠边对齐。用于解决点击区域大于内容区域的问题

滚动选择器,支持循环滚动,可实现生日选择器,老虎机等

监听输入法键盘的弹起与隐藏,可实现输入法和工具栏无缝切换

可拖拽的ListView,支持拖拽排序

用于RecyclerView的适配器,可支持设置点击、单选和多选模式

工具类

androids's People

Contributors

1993hzw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.