An open-source text editor for Android where lines can be easily added, deleted, reordered and modified. Features include browsing the file-system, bookmarking files and managing recent files. A couple thousand downloads and 4+ stars on Google Play..
ListPad is hosted in the following web site
https://github.com/jashp/ListPad
If you think the Android project ListPad 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 ListPad.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [hdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 12 image files in ListPad. The names of the image files are listed as follows.
ic_grabber.png ics_collections_collection.png ics_collections_view_as_list.png ics_content_edit.png ics_content_new.png ics_content_save.png ics_navigation_accept.png ics_navigation_back.png ics_navigation_cancel.png ics_navigation_forward.png ics_rating_important.png ics_rating_not_important.png
The following screenshort is generated from the image listed above.
ListPad has the following Java source files.
com.jpqr.listpad.ListPadApplication.java com.jpqr.listpad.activities.EditActivity.java com.jpqr.listpad.activities.MainActivity.java com.jpqr.listpad.adapters.ChecklistAdapter.java com.jpqr.listpad.adapters.FileListAdapter.java com.jpqr.listpad.adapters.TabsAdapter.java com.jpqr.listpad.database.FilesDataSource.java com.jpqr.listpad.database.FilesDatabaseHelper.java com.jpqr.listpad.dragdrop.TouchInterceptor.java com.jpqr.listpad.fragments.FileExplorerFragment.java com.jpqr.listpad.fragments.FolderFragment.java com.jpqr.listpad.fragments.ListFilesFragment.java com.jpqr.listpad.helper.ReadWriteHelper.java com.jpqr.listpad.managers.SharedPreferencesManager.java com.jpqr.listpad.models.Checklist.java