Xdroid
Xdroid - extensions library for any Android app.
NOTE: This library currently in development stage. I'm working on examples, unit-tests and documentation.
Modules
- Adapter
- App
- Collections
- Core
- Custom Service
- Enum Format
- Inflater
- Options
- Toaster
- ViewHolder
- Widget
Gradle dependency
dependencies {
compile 'com.shamanland:xdroid:0.3.0'
}
In case if you need only one of modules use this pattern:
dependencies {
compile 'com.shamanland:xdroid-<module-name>:0.3.0'
}
License
Copyright 2014 ShamanLand.Com 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.