Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarilabs/abcscannotes
A simple Android App for taking notes of Inventory taking or counting, results exportable to CSV for Excel import
https://github.com/tarilabs/abcscannotes
Last synced: 20 days ago
JSON representation
A simple Android App for taking notes of Inventory taking or counting, results exportable to CSV for Excel import
- Host: GitHub
- URL: https://github.com/tarilabs/abcscannotes
- Owner: tarilabs
- Created: 2012-05-02T15:29:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-09T20:48:04.000Z (over 12 years ago)
- Last Synced: 2024-10-17T04:21:09.082Z (about 1 month ago)
- Language: Java
- Size: 105 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A simple Android App for taking notes of Inventory taking or counting, results exportable to CSV for Excel import
Summary of functionalities
==========================
- Take a new Note with 6 fields identified by a letter (ABCDEF), a customizable hint, a customizable entry keyboard, a scan for barcode using the camera
- Attach photos to a Note, or delete them; useful for visual identification
- List all Notes
- Edit a Note
- Export data to CSV for Excel importCredits
=======
Largely inspired by the Android Notepad Tutorial.Also these following resources where useful while adding functionalities.
http://www.tutorialforandroid.com/2010/10/take-picture-in-android-with.html
http://www.tutorials-android.com/learn/How_to_display_a_progress_dialog_while_computing.rhtml
http://sree.cc/google/android/android-accessing-data-with-cursors
http://www.helloandroid.com/tutorials/preferenceactivity-basics
PreferenceManager.setDefaultValues(context, R.xml.nameofpreferencesxmlfile, false);
SharedPreferences sp=PreferenceManager.
getDefaultSharedPreferences(context);
String value=sp.getString("key",null);
//value contains the default value defined in xml instead of null