Script+ is a simple native android text editor application which can be used to note down everything you need to remember. This application has extra functionalities rather than typical text editor applications. Script+ let you not only note down but also set password each notes if they are private and share the notes with your friends at any time.
If you need to remember something later you will write it down in a piece of paper. That’s who we are. But if you have lost it, that’s a problem. But now we have better solutions like mobile text editor apps. They let you write down and store your notes in your device. Now what is Script+? Is it just a text editor? No it’s not. You have much more functionalities rather than other text editors. If you have private message in your note list you can set a password to that note to avoid others to read it. If you need to send your note to someone else you can share your note easily.
First you need to install Script+ to your android device then run it. At first you don’t have any note, so now you are going to create one. Click on the “Pencil” button in the top right corner in the action bar to write a new note. Now editor window will appear. You can set a title to your note and write down your message in the content text area. After you’ve done it you can save your note by pressing “Save” button in the action bar.
Now if you need to set a password to your note, you just need to do is click on the “Set Password” button in the action bar and then another interface will show up. Here you need to add a password to the Password field and type it again in the Repeat Password filed. Then you can set up your password by pressing “Set Password” button.
Now, think you like to share your note with your friend. You can do that by pressing “Send” button in the action bar. Then new Dialog box will appear and you can choose any of method from the list.
Once you save your note, that will listed in a List view in the main page. By clicking on the title of a list element, you can easily edit it any time. But if you have set up an password to that note, you have to unlock it first. When you click on the password protected note, new interface will appear asking you the password. Now you need to do is enter your password in the Password field and press on “Edit File”. If the password is correct, you are able to edit your note again.
Script+ developed by using Android Studio which is free and open source development tool for all the android app developers. To store the notes and the relevant passwords, I used SQLite database which is a built-in database implementation comes with every Android OS and it supports all the relational database features.