Giter Site home page Giter Site logo

notepad's Introduction

Introduction

This is a simple note-taking app for creating, editing and saving notes. You are expected to complete the application using MainActivity and ChangeNoteActivity with RecyclerView.

Problem Statement

Implement or rewrite the following functionalities:

  • Each item shows a note title in RecyclerView.
  • Recently saved notes are added to the end of RecyclerView.
  • welcome_fragment with welcome_message and CreateNoteButton() are displayed if there aren’t any other notes visible.
  • Clicking on the list item triggers ChangeNoteActivity with data from the selected item.
  • CreateNoteButton adds a new note to the list and starts ChangeNoteActivity with the recently added item.
  • The app returns field_not_be_empty_error if a field Title is empty.
  • Clicking on the SaveButton saves the note, adds it to the list and returns to the MainActivity.

Hints

  • String constants should be taken in string.xml

Note

Please be careful when editing build.gradle in your project. This task as it is doesn’t require any changes to it. It is generally ok to add new dependencies but changing or removing existing dependencies or configuration can cause the project and verification tests to not function in the expected way and give a unreliable score.

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.