Skip to content

Android resume application that follows schema of https://jsonresume.org/ to parse the JSON resume file and shows the resume in an Android application

License

Notifications You must be signed in to change notification settings

akarsh/android-akarsh-seggemu-resume

Repository files navigation

Android resume application project app icon

Android - Resume application project

Java Android Studio Build Status Maintainability codecov

This project is developed to show the resume in Android. The resume is maintained in a JSON format following resume JSON structure.

Table of Contents

demo of Android resume application project

Features

  • Download a remote JSON file in the application.
  • Before storing the remote JSON file in the application the following checks are performed,
    • If the application is running on an emulator or a mobile device.
    • If external storage (SD card) is present and it is removable.
  • Store the downloaded remote JSON file in the application.
  • Read the stored JSON file in the application.
  • Pass data from resume schema layout to other layouts.
  • Translate the contents in the application based on the resume language selected by the user.
  • Application adapts to different screen sizes.
  • Continuous Integration (Travis-CI) to test the application.

Requirements

  • Android 16+
  • Android Studio 3+
  • Java 1.8

License

Resume application project is released under the GNU General Public License v3.0 license. See LICENSE for details.

About

Android resume application that follows schema of https://jsonresume.org/ to parse the JSON resume file and shows the resume in an Android application

Topics

Resources

License

Stars

Watchers

Forks

Languages