Code Monkey home page Code Monkey logo

partyview's People

Contributors

mydiemho avatar sandramngo avatar simonque avatar

Watchers

 avatar  avatar  avatar

partyview's Issues

(extra) Address Book integration

Should be able to cross reference address book contacts with users in the app to create list of people to invite. Eventually should be able to invite users not using the app by sending SMS or email based off Address book contact and have it connected to your invite still.

Set up User model

Acceptance Criteria:

  1. set up remote and local storage with Parse
  • Username (String)
  • Email (String)
  • Password (Raw text)
  • User id (long)
  • Last known location
  • Last update time (datetime)

Updating event issues

Name is not updated on return from update screen
Created a duplicate event with everyone on original invite appearing twice.

Send invitations

Acceptance Criteria:

  1. Send invites by starting intent to send email.
    * Passing data (email) through intents

Hitting back on title bar in edit event crashes

Create event
Go to event details
click on Edit icon
On edit page, click on the title bar back button to go back to Edit Event. Seeing crash
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sms.partyview/com.sms.partyview.activities.EventDetailActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
at android.app.ActivityThread.access$600(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5041)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.sms.partyview.activities.EventDetailActivity.onCreate(EventDetailActivity.java:75)
at android.app.Activity.performCreate(Activity.java:5104)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
            at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
            at android.app.ActivityThread.access$600(ActivityThread.java:141)
            at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
            at android.os.Handler.dispatchMessage(Handler.java:99)
            at android.os.Looper.loop(Looper.java:137)
            at android.app.ActivityThread.main(ActivityThread.java:5041)
            at java.lang.reflect.Method.invokeNative(Native Method)

Keyboard overlays form fields

On Login screen and on create invite page, when the keyboard shows up on the phone it overlays the form so you can't navigate to fields by clicking on screen. should move the form content upwards to smaller screen size when keyboard is visible.

Set up Event Object Model

Acceptance Criteria:

  1. Set up local and remote storage with Parse
  • Event id (long)
  • Event name (text)
  • Event description (paragraph)
  • Event date (datetime)
  • Event location raw (address)
  • Event location converted (geo)

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.