Simple Notepad App Android Example

In this tutorial I have shared a very simple notepad app android example. I have used file handling to read and write data. The notepad consists of three options to create new file, save and open a file. When you click on save or open button an alert dialog opens where you have to enter the file name. Internal memory is used to save the text file. At the end I have shared a link to download the apk for this example so that you can directly install and run it in your phone.

 

Also Read: How to Make a Calculator App for Android

 

Simple Notepad App Android Example

Simple Notepad App Android Example 1

Simple Notepad App Android Example 2

 

MainActivity.java

It contains the actual source code responsible for all the working.

 

activity_main.xml

This xml file contains the code for the design of notepad app.

 

– Download Notepad App Apk –

 

If you have any doubts regarding above notepad android example then comment below.

6 thoughts on “Simple Notepad App Android Example”

  1. I want to open up the file I saved with utf-8.
    I use swedish language with letters å, ä and ö.
    Do anyone know some way to solve that.
    Very good example and explaining!
    LOG

Leave a Comment

Your email address will not be published. Required fields are marked *