A repo for small utilities that we often use in Android development. They are conveniently broken up into small modules for à la carte use.
- A collection of small static utility classes
- A collection of small utilities such as VisibilitySetter that are dependent upon ButterKnife
- Classes such as BusProvider and MainPostingBus that are dependent upon Otto
- Classes like one that helps management of the view's API request state that are dependent upon both Otto and Retrofit
- Classes such as bitmap transforms that are dependent upon Picasso
- A collection of custom Views and ViewGroups that provide additional functionality over stock Android Views
- Gradle scripts that can be directly applied in your build.gradle for checkstyle, signing, and uploading to Bintray
compile 'com.ticketmaster.servos:util:1.0.0'
compile 'com.ticketmaster.servos:util-butterknife:1.0.0'
compile 'com.ticketmaster.servos:util-otto:1.0.0'
compile 'com.ticketmaster.servos:util-otto-retrofit:1.0.0'
compile 'com.ticketmaster.servos:util-picasso:1.0.0'
Copyright 2015 Ticketmaster
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.