augmify / kickmaterial

Crowdfunding app concept for Android. Created to showcase new trends in Android development with strong focus on Material Design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KickMaterial

master: Build Status develop: Build Status

Crowdfunding app concept for Android. Created to showcase new trends in Android development with strong focus on Material Design. For newest versions of libs check the develop branch.

Designed and implemented by Outline.

All categories Campaign view

Used libs and technologies

Mock API

Application shows data from Mocked API. This is a simple HTTP server started with app on device. All data are being served by AndroidStubServer library based on configuration files placed in assets/mock/ directory. If you want to see configuration of API go to config.json file.

Project setup

To build please set JAVA7_HOME and JAVA8_HOME enviroment variables for example on linux you can add those lines /etc/enviroment/:

JAVA7_HOME=/usr/lib/jvm/java-7-openjdk-amd64
JAVA8_HOME=/usr/lib/jvm/java-8-openjdk-amd64

Eye candy

This app with was based on design concept by Grzegorz Oksiuta. Check this YouTube showcase:

KickMaterial on YouTube

We were able to implement most of screens and animations. Here are some examples:

Search Categories

Images Licence

All images used in this app as demo content are licensed as Creative Commons with attribution shown in app and config files for every author.

License

Copyright 2015-2016 Outline

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.

About

Crowdfunding app concept for Android. Created to showcase new trends in Android development with strong focus on Material Design.

License:Apache License 2.0


Languages

Language:Java 55.0%Language:XSLT 43.9%Language:Groovy 0.8%Language:HTML 0.4%