Android Open Source - Sound audio cs371m-mobile-computing






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of cs371m-mobile-computing.

ItemValue
Java File Count13
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version11
Activity Count1
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.CAMERA
android.permission.RECORD_AUDIO
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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