Skip to content

ianhanniballake/MyResumeIsOnGithub

Repository files navigation

MyResumeIsOnGithub

MyResumeIsOnGithub is designed to provide a framework for providing your resume as a Android Application (APK) with only minor configuration and providing your resume information in the required JSON format.

Instructions

This application requires Android Studio 0.3+ and Gradle 0.6+. Please ensure you have those installed and configured before beginning.

  1. In Android Studio, select Check out from Version Control
  2. Enter the URL to the repository (if you are using this one, it is https://github.com/ianhanniballake/MyResumeIsOnGithub.git)
  3. Check Use auto-import and ensure that Use gradle wrapper (recommended) is selected

(Alternatively, if you've already checked out the source code, Select Import Project, Import project from external model, choose Gradle, then follow step 3)

This should generate the appropriate Android Studio files and allow you the build the sample application. To add your own resume details, you must add a new Product flavor, either in addition to or replacing the sample product flavor.

To add a new product flavor:

  1. Edit MyResumeIsOnGithub/build.gradle, adding your new product flavor to the productFlavors section, giving it a unique package name.
  2. In the MyResumeIsOnGithub/src directory, copy the sample directory to your new product flavor's name. This will ensure you have all of the files required to build a product flavor successfully.
  3. Edit each file in your new src directory, replacing Andy Royd's information with your own.

License

Copyright 2013 Ian Lake & Josh Brown

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:https://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

Provide your resume as an Android Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages