Code Monkey home page Code Monkey logo

theme-spotlight's Introduction

Klinker Apps Theme Spotlight

This app is an update to our old Klinker Apps Portal. It allows users to view all EvolveSMS and Talon themes on the Google Play Store, along with seeing screenshots and downloading those themes. There is also a "Featured Themers" section where themers can add their names and themes to the list of those available. Just submit a pull request with your added information and I'll try and get it merged as quick as I can!

Another really cool thing about it, is that it is fully set up and ready to go with jUnit testing using Robolectric and Mockito. Android testing frameworks aren't good at all natively, but Robolectric allows tests to not be run on the device which greatly speeds up the process. So, if you're looking for a good way to integrate unit testing into your apps, take a look at the structure. Maybe don't look too closely at all the tests though, I'm still learning that.

You can also find this app on the Play Store.

How do I get set up?

  • Clone the project
  • Edit it however you'd like
  • Build and test it, you can build on the command line by executing
./gradlew build

which will also run through all of your tests for you using Robolectric.

How can I become a featured themer?

Adding yourself as a featured themer is very easy to do. First, fork the project here on GitHub. You'll need to go into the Themers class and create yourself as a new, static FeaturedThemer object. Specify name, description, icon url, and your themes, whether those be from the play store or just download links. Look at the constructors on the FeaturedThemers object for more information. If you want to upload your own themes, not through the play store, then simply add those themes to the Themes class.

There are examples for both of these cases already in the Themers and Themes classes.

After you've edited those objects, commit your changes to your own fork, then you can use GitHub to send me a pull request which I will accept soon after assuming everything is good to go.

Have fun!

License

Copyright (C) 2014 Klinker Apps, Inc.

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.

theme-spotlight's People

Contributors

bordengraphics avatar flyingrhinocmg avatar hobi3cat avatar jonathanmerritt avatar klinker24 avatar klinker41 avatar krental avatar luklek avatar ofk09yfn avatar

Watchers

 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.