Overview
Neuronizer is a fast and secure note and ToDo list app designed for daily usage.
The Neuronizer project is the scion of the App TodolistOfDeath. It will be served with a new UI design and furthermore a new project design. The architecture is based on "Clean Architecture". It consists of more features and is updated on a regular base.
Features
- Add, remove and update notes
- Add, remove and update ToDo lists
- Sort everything as you wish
- Designed for simple and fast usage
- Encrypted storage of data, on device only
- Create widgets
- Categorization in ToDo lists
- Mark tasks as done
- Add details to each task
- Share ToDo lists
Upcoming features
- voice memo items in todo lists
- better hyperlink recognition
- pictures in details
Used dependencies
- using Realm as database
- using FlexibleAdapter for list rendering
- using Butterknife for ViewBinding
- using Arrow for more language features
- using RichEditor for notes
- using Clans-FAB for FAB menu
- using Material Preference for material design preferences
- using File Dialogs for easier database import/export
- using App Intro for intro slides
Other links
- color palette used for UI
- based on this github repository
- reference project to steal code from
- more detailed guide of boilerplate code
- even more detailed article about Clean Architecture
- widget tutorial for ToDo list widget