https://github.com/taywils/androidwhiteboard
Android Code for a small whiteboard application
https://github.com/taywils/androidwhiteboard
android java whiteboard
Last synced: over 1 year ago
JSON representation
Android Code for a small whiteboard application
- Host: GitHub
- URL: https://github.com/taywils/androidwhiteboard
- Owner: taywils
- Created: 2014-07-21T15:42:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T08:11:48.000Z (almost 12 years ago)
- Last Synced: 2025-03-23T22:36:59.217Z (over 1 year ago)
- Topics: android, java, whiteboard
- Language: Java
- Homepage:
- Size: 246 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Client For A Small Real-Time Whiteboard App
===================================================
Information
-----------
- Developed on my Google Nexus 7
- Running Android ver 4.4.4
- This application at minimum supports SDK Version 19
- [http://developer.android.com/guide/topics/manifest/uses-sdk-element.html](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html)
Features
--------
- Tap button to clear all whiteboard scribbles
- Tap button to save snapshot of whiteboard to Gallery
Recommended Setup
-----------------
- **PLEASE DO NOT USE AN EMULATOR TO RUN THIS APPLICATION!**
1. Download Google Android Studio [https://developer.android.com/sdk/installing/studio.html](https://developer.android.com/sdk/installing/studio.html)
2. Once installed (or if you already have it installed) git clone this repo into a new directory
```
$ git clone https://github.com/taywils/AndroidWhiteboard.git
```
3. Open Android Studio
4. Choose "Import Project"
5. Navigate to the folder where you cloned this repo and choose it
6. You will probably need to let Android Studio install the SDK 19 tools if you haven't
7. Android Studio is still in BETA so when it prompts you to install the SDK ignore it and watch the progress bar in the bottom right corner of the application
8. If everything went well you should be able to run the application
9. If you don't have multiple phones use the web client to simulate another user [http://warm-fortress-2906.herokuapp.com/](http://warm-fortress-2906.herokuapp.com/)
Having Trouble?
---------------
Please email me for support