Coder Social home page Coder Social logo

shineandroid's Introduction

  • 中间Title或者左边Title, 左边带icon的Title
  • ActionBar右边添加icon,最多支持3个
  • 动态改变ActionBar的title, 背景颜色,右上角icon可见性等
  • 使用SkipSerialize注解,注解类的属性, 跳过json序列化与反序列化
  • MistakeBooleanDeserializer提高Boolean反序列化容错, 类的属性是boolean,json的value确是int,也不会导致解析报错,0 -> false; 1 -> true
  • MistakeIntDeserializer提高Integer反序列化容错, 类的属性是int, json的value确是boolean, 也不会导致解析报错, false -> 0; true -> 1
  • MistakeListDeserializer提高List反序列化容错, 实质需要"array":[], 但是实质是"array":""或者"array":{},也不会导致解析报错
  • Log Delegate, support add multi Logger
  • 一个方便的BaseActivity,简单继承即可,不用改变原来的setContentView逻辑
  • 支持顶部导航栏 -> TopNavBar
  • Android M Runtime Permission
  • Support Kotlin

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.