Create a simple text editor in Android

27,869

Look at this github project source code.

SUMMARY

Simple notepad app to open, edit and save text files to and from the SD card.

** Some features -- open email attachments -- change font size, type and color -- delete/rename in file browser -- email as text or attachment -- Search using "search" button

Another Project Source Code . Android Ted

You can create new text file, open existing files and of course save them. You can also display line numbers and open recent files. Now you can also search for text inside the openned file.

Another Project Source Code - Qute Text Editor for Android

Share:
27,869
Saifuddin Sarker
Author by

Saifuddin Sarker

Updated on July 05, 2022

Comments

  • Saifuddin Sarker
    Saifuddin Sarker almost 2 years

    I want to create a simple text editor in Android which will open a text file, display the content of that file. The user will be able to cut, copy, paste and then save it. Any suggestion or library reference?