Giter Site home page Giter Site logo

calculator-project's Introduction

Calculator

DUE: 22 Mar 2021

Instructions:

Create an Calculator Android application using the GridLayout. Your calculator should be fully funtional and perform actions correctly. For example, 2 + 2 should equal 4. All arithmetic should be correct, as you would expect from any app you install. The 'C' button should clear the last number entered, but not clear out the current operation. The 'CE' button should clear out the entire current operation. There are two requirements when the phone rotates: 1. All state of the app should be preserved. If I press '2' and a '+' and rotate the phone, I should be able to press '2' and '=' and get 4 back. 2. The layout should change. Notice from the example screenshot that number of rows and columns change whether you are in Portrait or Landscape mode. The example screenshot shows what will get you a B+/A-.

Examples of (but not limited to) WOW factors:

  • Scientific calculator functions
  • Slide out drawer for scientific functions (in portrait mode)
  • Keep a list of past operations

TODO:

  1. Open Android Studio and create an Android project named Calculator-<yourLastName>.
  2. Initialize as a Git project.
  3. Edit the .gitignore file and put the neccessary file names that do not belong in GitHub.
  4. Fork this project into your Github account and make it a remote repository to your Android project.
  5. Perform a git pull origin master from your Android project.
  6. Add your files to a commit set and push to the remote.
  7. Verify files were uploaded to your GitHub account.
  8. Complete the project.

When you are complete with your project, commit and push files to GitHub. VCS -> Commit Changes

Note: Any issues you have with either the GitHub steps or Java/Android questions should be asked publically in Piazza. If you have a question, chances are someone else does also. If you see someone has posted a question and you know the answer, please chime in and answer.

calculator-project's People

Contributors

kabriggs991 avatar pamons12 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.