NoteSync (working title) is an Android application aimed at students that allows you to make audio recordings of your lectures and synchronize the audio to those notes. It solves a similar problem as Livescribe's "smartpen", but, as a software-only.
cs371m-mobile-computing is hosted in the following web site
https://github.com/tangurano/cs371m-mobile-computing
If you think the Android project cs371m-mobile-computing listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of cs371m-mobile-computing.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.RECORD_AUDIO android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in cs371m-mobile-computing. The names of the image files are listed as follows.
notesync_logo.png record_button.png stop_button.png tag_now.png
The following screenshort is generated from the image listed above.
cs371m-mobile-computing has the following Java source files.
com.cs371m.notesync.Helper.java com.cs371m.notesync.MainActivity.java com.cs371m.notesync.MyImageView.java com.cs371m.notesync.NonSwipeableViewPager.java com.cs371m.notesync.Note.java com.cs371m.notesync.NotesAdapter.java com.cs371m.notesync.NotesViewFragment.java com.cs371m.notesync.PlaybackController.java com.cs371m.notesync.PlaybackService.java com.cs371m.notesync.Point.java com.cs371m.notesync.RecordService.java com.cs371m.notesync.RecordViewFragment.java com.cs371m.notesync.StudyViewFragment.java