simbelmine / FinalProject

App with multiple flavors that uses multiple libraries and Google Cloud Endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FinalProject

Final Project

Joke telling app with free and payed version.

Introduction

Steps for trying out this application:

  • Compile and install the mobile app onto your mobile device or emulator.
  • Application: start the app from menu or some of the screens.

App modules:

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

Goal of the project:

To show the role of Gradle in building Android Apps and how to use it to manage apps of increasing complexity.

Project contains:

  • Free and paid product flavors.
  • Interstitial Ad for the Free flavor.
  • Functional Tests - code to test that the Async task successfully retrieves a non-empty string.
  • Gradle Test task - code to start and stop the local GCE server successfully.

Pre-requisites

  • Android SDK 25
  • Android Build Tools v25.3.1
  • Android Support Repository

Screenshots

Screenshot

License

Copyright 2017 The Android Open Source Project, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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

App with multiple flavors that uses multiple libraries and Google Cloud Endpoints


Languages

Language:Java 100.0%