Git Product home page Git Product logo

katerinaorg / note-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deepakmandhani/note-app

0.0 0.0 0.0 154 KB

Note taking Android application that has the following features - - Display a list of notes, persisted in local storage - Add a note to the list of notes - Delete a note Each note item has the following properties - Title - Text - A photo attachment(more on the photo attachment below) - Created Time

Java 100.00%

note-app's Introduction

Create a Note taking Android application that has the following features -

  • Display a list of notes, persisted in local storage
  • Add a note to the list of notes
  • Delete a note Each note item has the following properties
  • Title
  • Text
  • A photo attachment(more on the photo attachment below)
  • Created Time The application will have three screens -

Screen #1: The launch screen displays the list of notes. Each list item displays the Note title, and the Note text(truncated to 2 lines), along with the creation time in a human-readable form(eg. 12th Jan 2016, 10:10 PM). The screen will also include an action(either an FAB or a Toolbar action) to add a new Note. Triggering the action should open screen 2. Tapping on a Note item should open screen 3.

Screen #2: The Add note screen should have fields to enter the Note title and text(perform validation as necessary). An action to attach a photo should be present on the screen. Photo attachment can be retrieved using any source(either Camera or Web, upto the candidate) and should be displayed in the note edit screen. The screen should have a Save button that saves the Note locally and returns to Screen 1, where the newly added note is visible in the list of notes

Screen #3: The note detail screen should display the complete content of the Note that was clicked, including the photo(if it is available). Render the image using a custom ImageView that renders the image in grayscale only when the user is touching the view and in normal colour when the user is not touching the view. This screen should have an Action that deletes the note and returns to the home screen. Deleted note should no longer be visible. Allow editing of notes.

note-app's People

Contributors

deepakmandhani avatar katerinaozerova avatar mend-for-github-com[bot] 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.