iscodem / com.vogella.tutorials.android

Android tutorials from http:://www.vogella.com

Home Page:http://www.vogella.com/tutorials/android.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android tutorials from vogella.com

Content

This repository contains the Android tutorials hosted on the http://www.vogella.com website. See http://www.vogella.com/tutorials/android.html to get an overview.

The content of the repository is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Germany. The source code is licensed under the Eclipse Public License 1.0.

Contributions

We gladly and thankfully accept pull requests to improve the content of our tutorials. See Contributing to this repo for the legal details.

How to build the tutorials

In the root directory the following commands can be used to build different outputs.

// create HTML 5
./gradlew cH

// create PDF
./gradlew cP

// create EPub 3
./gradlew cE

// create All (HTML 5, PDF, EPub 3)
./gradlew cA

If these commands are run in the root directory all subprojects will be build.

Tip
Single subprojects can be build when navigating into a subproject and for example run ../gradlew cH
Note

On Windows OS you can use ./gradlew.bat See Gradle tutorial

Create a new tutorial

  1. Create a new project(a sub-directory) in the root directory

  2. Add the new project to the settings.gradle file (include '{newProjectName}')

  3. Open new project in terminal and run ../gradlew cT to run the createTemplate task

Publish HTML task for Jenkins

Currently the Jenkins build server is used to copy the HTML tutorials from an '/output' folder to the actual webserver, therefore the publishHtml task can be used to create the HTML Tutorials and copy the HTML tutorials to a '/asciidocOutput' folder.

About

Android tutorials from http:://www.vogella.com

http://www.vogella.com/tutorials/android.html

License:Other


Languages

Language:Java 94.9%Language:HTML 4.6%Language:Python 0.3%Language:Shell 0.2%Language:Batchfile 0.0%