Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.72 KB

File metadata and controls

32 lines (18 loc) · 1.72 KB

Github Sketch Uploader - Project in IMT3673 Mobile/Wearable Programming

Introduction

This app seeks to make it easier and more acceptable to upload pictures of pen-and-paper sketches to Github. The original project description can be found here.

Author

Group 7 (Tholok): Thomas Løkkeborg

Building and running

Clone this repository and open it in Android Studio. You should be able to build and run it without any special considerations. To test the app you'll need to provide a Github personal access token though. This tutorial shows how to generate a token. It needs to have "repo" scope. Below is a step-by-step guide that should work. The linked tutorial goes more in-depth.

Guide: Click your profile photo in the upper right corner > Settings > Developer Settings > Personal Access Tokens > Generate new token > Give it "repo" scope > enter token in Preferences activity of app > Profit!

Project structure

Code

Code is structured as per the default Android Studio behavior.

Documentation

Documentation is found under the docs/ directory, as well as in the form of comments inline in the code. See links below.

Links