Skip to content

This is an android tablet application for taking notes in class. It will use handwriting recognition in real time to digitize your notes as you write. There will also be a free handwriting mode and a math mode, which will allow you to manipulate and solve equations just like you would in a real notebook except it's all digital!

License

Notifications You must be signed in to change notification settings

LouisRenWeiWei/Android-Math-Notebook

 
 

Repository files navigation

 _______________________________________________
|       ___            _           _     _      |
|      / _ \          | |         (_)   | |     |
|     / /_\ \_ __   __| |_ __ ___  _  __| |     |
|     |  _  | '_ \ / _` | '__/ _ \| |/ _` |     | 
|     | | | | | | | (_| | | | (_) | | (_| |     | 
|     \_| |_/_| |_|\__,_|_|  \___/|_|\__,_|     | 
|                                               | 
|                                               |
|                                               |
|          ___  ___      _   _                  |
|          |  \/  |     | | | |                 |
|          | .  . | __ _| |_| |__               | 
|          | |\/| |/ _` | __| '_ \              |
|          | |  | | (_| | |_| | | |             |
|          \_|  |_/\__,_|\__|_| |_|             |
|                                               |
|                                               |
|                                               |  
|  _   _       _        _                 _     |
| | \ | |     | |      | |               | |    |
| |  \| | ___ | |_  ___| |__   ___   ___ | | __ |
| | . ` |/ _ \| __|/ _ \ '_ \ / _ \ / _ \| |/ / |
| | |\  | (_) | |_|  __/ |_) | (_) | (_) |   <  |
| \_| \_/\___/ \__|\___|_.__/ \___/ \___/|_|\_\ |
|_______________________________________________|

The following instructions describe how to compile and run Android Math Notebook.

-------------------------
     What you Need
-------------------------
1. Eclipse (www.eclipse.org)
	- Any version should work, but Eclipse Standard is recommended.
	- Whatever version you get, you will need CDT installed (Comes with standard).
2. GIT
3. Android SDK (Latest)
4. Android NDK (r8b or higher)
5. ADT Plugin for Eclipse (See developer.android.com)

-------------------------
Compilation Instructions
-------------------------
1. Clone the public repository into <path> (Example: /home/greg/code/AndroidMathNotebook or C:/code/AndroidMathNotebook)
   as shown below:
	
	cd <path>	
	git clone git://github.com/kirby561/Android-Math-Notebook.git

2. Open Eclipse
3. Click File->Import
4. Expand General and select Existing Projects into Workspace
5. Click Next
6. Enter <path> in the Select Root Directory field
7. Click Finish
8. Add the root directory of your Android NDK to your path if it's not already (Contains "ndk-build")
9. Add the platform-tools directory to your PATH (in <android-sdk>/platform-tools), which contains "adb".
10. Click the build and run button, and it will either launch an emulator or run on your phone if it is plugged in.


About

This is an android tablet application for taking notes in class. It will use handwriting recognition in real time to digitize your notes as you write. There will also be a free handwriting mode and a math mode, which will allow you to manipulate and solve equations just like you would in a real notebook except it's all digital!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Java 1.4%
  • C 1.3%
  • Other 1.1%