Vanilla Notes is a free, open source android application that lets users take notes. The focus is to have a clean, simple, yet functional interface while still having the essentials. It is fully offline, doesn't use unnecessary permissions, and does not save your notes to anywhere other than on your device.
The final application will have the following features:
- Reminders
- Checklists
- Color code your notes
- Pin notes to your notification
- Trash bin for deleted notes
- Sort by Title or Date Created
- Favorite notes to view them easier
- Themes / Dark Mode
- Import/Export Backup
- Widgets (?)
The minimum Android version required is Android 5.0 (SDK 21); Target version is Android 10 (SDK 29)
Project is created with and uses:
- Android Studio using Java
- AndroidX - AndroidX is a major improvement to the original Android Support Library, which is no longer maintained.
- Gson - A JSON library for Java
- material.io - Material guidelines with resources such as components and icons
- Color Picker Library - Material Color Picker asset created by Kristiyan Petrov
- Item Click Support for RecyclerView - Onclick handling for RecyclerView items by Hugo Visser
- Floating Action Menu - Floating Action Button with an option to have multiple child buttons by Dmytro Tarianyk
Abandoned
Copyright 2020 DD155
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.