Android Open Source - App note Class-Notebook






Project Summary

Note taking android app.

Web Site / Source Repository

Class-Notebook is hosted in the following web site
https://github.com/OleksiyMartynov/Class-Notebook

If you think the Android project Class-Notebook 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 Class-Notebook.

ItemValue
Java File Count20
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count3
Fragment Count2
Required Permissionsandroid.permission.INTERNET
android.permission.RECORD_AUDIO
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 16 image files in Class-Notebook. The names of the image files are listed as follows.

ic_action_about.png
ic_action_audio_logo.png
ic_action_cancel.png
ic_action_discard.png
ic_action_draw_logo.png
ic_action_edit.png
ic_action_new.png
ic_action_pause.png
ic_action_picture_logo.png
ic_action_play.png
ic_action_record.png
ic_action_save.png
ic_action_share.png
ic_action_stop.png
ic_action_text_logo.png
ic_stat_ic_notification_notebook.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Class-Notebook has the following Java source files.

helpers.MyFileReader
.java
helpers.MyFileWriter
.java
helpers.MyScreenCapper
.java
models.containers.MyClassData
.java
models.containers.MyNoteData
.java
models.database.MyAppDatabase.java
school.com.classnotebook.ApplicationTest.java
school.com.classnotebook.controllers.MyClassDialog.java
school.com.classnotebook.controllers.MyClassListActivity.java
school.com.classnotebook.controllers.MyClassListAdapter.java
school.com.classnotebook.controllers.MyDialogListener
.java
school.com.classnotebook.controllers.MyNoteActivity.java
school.com.classnotebook.controllers.MyNoteDialog.java
school.com.classnotebook.controllers.MyNoteFragmentProtocols
.java
school.com.classnotebook.controllers.MyNoteListActivity.java
school.com.classnotebook.controllers.MyNoteListAdapter.java
school.com.classnotebook.controllers.MyPaintNoteFragment.java
school.com.classnotebook.controllers.custom.MyPaintView.java
services.MyAudioRecorderIntentService.java