tholok97 / github_sketch_uploader

Repo for project in IMT3673 - Mobile/Wearable Programming. App that makes it easy and acceptable to upload pictures (sketches) to Github.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repo for project in IMT3673 - Mobile/Wearable Programming. App that makes it easy and acceptable to upload pictures (sketches) to Github.


Languages

Language:Java 100.0%