Git Product home page Git Product logo

my-notes-app's Introduction

✒ My Notes ️

Android application for creating, editing, and deleting personal notes, using Kotlin with Model-View-ViewModel as architecture design.

The application was created as an example of how to implement from the scratch an Android project following the best industry standards, but because of the small scope of the application, some decisions can be faced as overengineering. The idea is to provide a base, even if it’s not necessary for the specific use case.

📑 Features

  • See all notes created in a list, with a timestamp, title, and first line of content.
  • Each note when clicked opens the editor to change the title, content, or color.
  • Each note in the list has an edit and delete button.
  • Edit button opens the note in the same way when the note is clicked.
  • Delete button erases the note from the local database and refreshes the list.
  • Behind the title, there’s an option to filter the order of the notes by title, timestamp, or color.
  • Add button redirects the user to the editor, where a new note can be created.
  • When creating a new note user can set the title, content, and color.
  • If the user selects a new color in the editor, the background color of the note is changed.
  • The save button inserts the new note into the database and redirects back to the list.
  • When a note is deleted, a button to undo and re-create the note appears.

🛠 Architecture

my-notes-app's People

Contributors

higoorc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.