Android Open Source - App web note-all






Project Summary

An Android application to note all the mobile or web resources and give the ability to browse and search in user defined note..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of note-all.

ItemValue
Java File Count29
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version11
Activity Count2
Fragment Count3




Resource Files

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.

null

Java Source Files

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