Giter VIP home page Giter VIP logo

androidskinservice's Introduction

AndroidSkinService

Skin your Android application in a beautiful way

Features

  • Define your skin both in XML layout file and programmatically created views. the second way will be included soon.
  • Skin switch on the fly (No need to restart the activity or application if we use the provided theme system by Android).
  • Not only changing the background color, text color or drawable, even the visibility, paddings, text content can be changed between different skin. You can implement your own code to change every specific view's properties.
  • Load external apk resources as a skin.

To be done

  • Integrate with Android's style system

Requirements

  • Build on the new Android build system which is based on Gradle.
  • For convenience Android Studio IDE is recommended.

Sub projects

AndroidSkinService

The main library project to provide skin switch functionality.

AndroidSkinServiceSample

A sample project to demostrate the usage.

ExternalSkin

A library project contains only resources as an extarnal skin. Using Gradle to build and produce a ExternalSkin.ap_ file which can be load by the AndroidSkinService. Of cause it should be placed in the target Android device and make sure your application has the right permission to access it.

Licences

AndroidSkinService
Copyright (C) 2013 Simon Yu

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

androidskinservice's People

Contributors

isanniu avatar

Watchers

James Cloos avatar  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.