Skip to main content

Narrate : A Material Design inspired Note Taking app for Android




Narrate is a diary/journal/notes app that has adopted the new Material design guidelines. The app looks great due to material design touches in the UI and the in-app animations.


 

The app’s home screen has a floating button to quickly jot down a note or write a journal. Each note has title followed by the note body itself. A date and time stamp is automatically added to the note  but you can edit them later by tapping on the respective fields. Notes are sorted by their date and you can ‘favorite’ a note either from the edit screen or when you have the note open for reading.
Narrate has a built in calendar that lets you add notes to any day by tapping it or by tapping the plus button at the top right. The calendar view is a great way to browse notes/journals by month where the days with notes/journals are highlighted by small dots below the day.

 

Narrate also has a security feature where you can set a passcode lock to secure your notes and journals from nosey users. 



Upgrading to the pro or premium version of the app will cost you $2.99. The added features in the premium version are

  • Sync to Dropbox
  • Sync with Day One

Other future features lined up for the premium version are :

  • Sync to Google Drive
  • Early access to beta versions
 
You can also get Narrate Pro for free by referring 3 of your friends to download the Narrate app. You’ll get a refer link to share and when 3 people download Narrate using that link, pro features will be activated for you for free.


Personally, this is hands down the best looking notes app I've tried. But the only disappointing thing is that, it doesn’t provide syncing feature in the free version. Most of the other note taking apps at least have a syncing feature in the free version. That being said, go give it a try people, you might likeit.


Download Narrate (Journal/Diary/Notes) from Google Play

Stay High on Android. Peace !!!




Comments

Popular posts from this blog

How to enable Google Now in Nepal and other countries (Solve - Google Location reporting not available in your region problem)

Google Now was first introduced in Android 4.1 Jellybean and it has been used as a personal assistant by many android users ever since. However after the introduction of Android 4.4 Kitkat many users started to complain that the search update broke google now functionality.   Some of you might just have bought a shiny new Nexus 5 to enjoy a fine android experience but the lack of Google Now left you disappointed. When on the home screen of the default Android Launcher, swiping to the left should take you to the Google Now interface but for some of the users it is nowhere to be found. Also there are many people who flash custom roms to enjoy latest android builds on their devices. I am using Galaxy Nexus which didnot get the Kitkat update from Google. So i flashed a custom rom which promised the Google Now feature on the left side of the homescreen of default Kitkat launcher. But like some of you Nexus 5 users i was left disappointed. So i began my quest for searching a ...

Gnome Extensions I Use To Enhance My Desktop Usage

I am currently running Fedora 22 with Gnome 3.16 . One of the best features of GNOME are shell extensions. These extensions bring all sorts of handy features to GNOME. Installing and using GNOME extensions couldn't be any simpler. Simply browse over extensions.gnome.org  and look for the extension that appeals to you. Click the switch from Off to On, and immediately you're prompted to install it. That's it. Here are the extensions that I use to personalize my Fedora 22 experience and maximize my performance. Hopefully they can make you enjoy your Gnome Desktop experience. 1. Activities Configurator It can be used to configure the activities button and Top panel appearance. https://extensions.gnome.org/extension/358/activities-configurator/ 2. Alternate Tab GNOME Shell’s default Alt-Tab behavior groups windows into a single application icon and shows applications from all workspaces. This extension substitutes Alt-Tab with a window based switcher that ...

How to install Ubuntu Make (Ubuntu Developer Tools Center) in Ubuntu 14.04 and 14.10

Ubuntu Make is a project by Canonical to enable quick and easy setup of common developer tools on Ubuntu. It was formerly named Ubuntu Developer Tools Center and was changed to Ubuntu Make based on the new name proposals from Ubuntu community. With a new name also comes a new 0.2 release which brings fixes for Android Studio installation. ADT has been removed because it is no longer in active development. Also Android Studio doesn't ship with Android SDK but you can download it separately or from the Android Studio setup process. Ubuntu Make can be used to install Android Studio and Eclipse for now. To install Ubuntu Make in Ubuntu 14.04 and 14.10, enter the following commands in Terminal: sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make To install Android Studio, enter the following commands : umake android Then choose the installation path (or use the default), accept license by entering ...