Coder Social home page Coder Social logo

continuousdeploydemo's Introduction

Android Continuous Deploy Demo

This app is a simple demo application for developers who are interested in continuous deploy in the android platform.

For further details, check out my presentation, my personal website or my Medium profile.

In this repository

This repo contains two projects related to the presentation linked above:

  • android_app is the sample application I have written to exemplify the continous deploy process.
  • publisher_project is the actual Java project for the Google Play Publisher code. It might serve as the starting point for your actual publisher project, as it contains the basic dependencies needed in order to alter your APK's listings through Google Play's API.

To be able to compile and run the publisher project, you will have to save your PEM key to the project's root folder and name it secret.pem (you can put it or name it differently according to your needs, but you will have to change the publisher's code to read the file from the correct path.

You will also have to add a Constants.javafile to the path /publisher_project/src/br/com/zynger/continuousdeploy/Constants.java with the following content:

package br.com.zynger.continuousdeploy;

public class Constants {
	public static final String KEY_ID = <YOUR_PRIVATE_KEY_ID>;
	public static final String SERVICE_ACCOUNT_EMAIL = <YOUR_SERVICE_ACCOUNT_EMAIL>;
	public static final String SECRET_FILE_PATH = "secret.pem";
	public static final String PACKAGE = <PACKAGE_NAME_OF_THE_PROJECT_YOU_WANT_TO_PUBLISH>;
}

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.