Coder Social home page Coder Social logo

alfies-gmbh / androidapputil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diamirio/androidapputil

0.0 0.0 0.0 264 KB

AndroidUtil is a set of utility classes for Android application development.

License: Apache License 2.0

Ruby 4.03% Kotlin 95.97%

androidapputil's Introduction

AndroidUtil

version AndroidUtil

AndroidUtil is a set of utility classes for Android application development.

Installation

allprojects {
    repositories {
        jcenter()
    }
}

dependencies {
    /**
     * Base Util package, containing multiple extensions for Rx and Kotlin. 
     */
    implementation "com.tailoredapps.androidutil:util-base:${versions.androidutil}"

    /**
     * UI Util package, containing multiple extensions. 
     */
    implementation "com.tailoredapps.androidutil:util-ui:${versions.androidutil}"
    
    /**
     * Helper for asynchronous resource loading.
     */
    implementation "com.tailoredapps.androidutil:util-async:${versions.androidutil}"
    
    /**
     * Helper for Firebase libraries. 
     */    
    implementation "com.tailoredapps.androidutil:util-firebase:${versions.androidutil}"
    
    /**
     * NetworkResponse and Retrofit extensions.
     */    
    implementation "com.tailoredapps.androidutil:util-network:${versions.androidutil}"
    
    /**
     * A wrapper for nullable types. Mostly needed for Kotlin compliance with Java APIs such as RxJava.
     */    
    implementation "com.tailoredapps.androidutil:util-optional:${versions.androidutil}"
    
    /**
     * Android Manifest Permissions, only better.
     */    
    implementation "com.tailoredapps.androidutil:util-permissions:${versions.androidutil}"
    
    /**
     * Validator and Rules for Value validation.
     */    
    implementation "com.tailoredapps.androidutil:util-validation:${versions.androidutil}"
    
    /**
     * Easily save and restore properties of views. 
     */    
    implementation "com.tailoredapps.androidutil:util-viewstate:${versions.androidutil}"
}

Contribute

Pull requests are welcome.

When creating a new module, do not forget to:

  • add a proguard-rules.pro with the proguard rules for dependencies in your new module
  • add a deploy.settings to your module with information for bintray

Build and Deploy

  1. Increment libraryVersion in build.gradle of Project: AndroidAppUtil.
  2. fastlane deploy to build and upload to bintray.
  3. Commit your changes, tag your new version and push to repository.

AboutLibraries

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="define_aautil" />
    <string name="library_aautil_author">Tailored Apps</string>
    <string name="library_aautil_authorWebsite">https://www.tailored-apps.com/</string>
    <string name="library_aautil_libraryName">AndroidAppUtil</string>
    <string name="library_aautil_libraryDescription">AndroidUtil is a set of utility classes for Android application development.</string>
    <string name="library_aautil_libraryWebsite">https://github.com/tailoredmedia/AndroidAppUtil</string>
    <string name="library_aautil_libraryVersion">16</string>
    <string name="library_aautil_isOpenSource">true</string>
    <string name="library_aautil_repositoryLink">https://github.com/tailoredmedia/AndroidAppUtil.git</string>
    <string name="library_aautil_classPath">com.tailoredapps.androidutil</string>
    <string name="library_aautil_licenseId">apache_2_0</string>
</resources>

License

Copyright 2019 Tailored Media GmbH.

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.

androidapputil's People

Contributors

floschu avatar flowmo7 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.