Android Open Source - Development file ListPad






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of ListPad.

ItemValue
Java File Count15
Supported screen sizes[hdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count2
Fragment Count1
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null




Java Source Files

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