项目作者: ogasimli

项目描述 :
Project 4 - Android Developer Nanodegree Program
高级语言: Java
项目地址: git://github.com/ogasimli/udacity-BuildItBigger.git
创建时间: 2015-11-08T21:07:21Z
项目社区:https://github.com/ogasimli/udacity-BuildItBigger

开源协议:

下载


Joker (Build It Bigger)

An app with multiple flavors that uses multiple libraries and Google Could Endpoints developed by me for the fourth stage (Gradle for Android and Java) of Android Nanodegree Program.

App evaluated and graded as “Exceeds Specifications” by certified Udacity code reviewer.

Features

The app consists of four modules:

  • Java library that provides jokes
  • Google Could Endpoints (GCE) project that serves those jokes
  • Android Library containing an activity for displaying jokes
  • Android app that fetches jokes from the GCE module and passes them to the Android Library for display

Why this Project?

As Android projects grow in complexity, it becomes necessary to customize the behavior of the Gradle build tool, allowing automation of repetitive tasks. Particularly, factoring functionality into libraries and creating product flavors allow for much bigger projects with minimal added complexity.

What I Have Learned?

During this project, I:

  • Added free and paid flavors to an app, and set up the build to share code between them
  • Factored reusable functionality into a Java library
  • Factored reusable Android functionality into an Android library
  • Configured a multi project build to compile my libraries and app
  • Used the Gradle App Engine plugin to deploy a backend
  • Configured an integration test suite that runs against the local App Engine development server
  • Added interstitial ad to free flavor

Screenshots

screen
screen

Android Developer Nanodegree

udacity

License

  1. Copyright 2015 Orkhan Gasimli
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.