An Android application to note all the mobile or web resources and give the ability to browse and search in user defined note..
note-all is hosted in the following web site
https://github.com/mgalala/note-all
If you think the Android project note-all 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 note-all.
Item | Value |
---|---|
Java File Count | 29 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 2 |
Fragment Count | 3 |
There are 2 image files in note-all. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
note-all has the following Java source files.
com.mgalala.noteall.activity.browse.AbstractBrowseFragment.java com.mgalala.noteall.activity.browse.BrowseNoteActivity.java com.mgalala.noteall.activity.browse.BrowseNoteNavigationFragment.java com.mgalala.noteall.activity.browse.DocumentContentFragment.java com.mgalala.noteall.activity.browse.PhotoContentFragment.java com.mgalala.noteall.activity.browse.VideoContentFragment.java com.mgalala.noteall.activity.open.OpenNoteActivity.java com.mgalala.noteall.activity.open.OpenNoteFragment.java com.mgalala.noteall.adapter.StableArrayAdapter.java com.mgalala.noteall.dao.NoteCategoryDAO.java com.mgalala.noteall.dao.NoteDAO.java com.mgalala.noteall.model.MobileResource.java com.mgalala.noteall.model.Note.java com.mgalala.noteall.model.NoteCategory.java com.mgalala.noteall.service.NoteCategoryService.java com.mgalala.noteall.service.NoteService.java com.mgalala.noteall.service.URIResolverFactory.java com.mgalala.noteall.service.resolver.DefaultURIResolver.java com.mgalala.noteall.service.resolver.StorageURIResolver.java com.mgalala.noteall.service.resolver.URIResolver.java com.mgalala.noteall.service.resolver.WebURIResolver.java com.mgalala.noteall.sqllite.SQLiteHelper.java com.mgalala.noteall.sqllite.entity.NoteCategoryEntity.java com.mgalala.noteall.sqllite.entity.NoteEntity.java com.mgalala.noteall.util.CategoryUtil.java com.mgalala.noteall.util.Constants.java com.mgalala.noteall.util.FilePathUtil.java com.mgalala.noteall.util.SharedPreferenceUtil.java