SMSExample / Project

0 stars 0 forks source link

challenges #1

Open TianXZheng opened 8 years ago

TianXZheng commented 8 years ago

Hi everyone,

Currently, we are facing these following challenges, do anyone of you have any idea on any one of them?

challenges:

  1. Display unknown number of messages on a screen.
  2. Scroll through those messages.
  3. Make the messages clickable for deletion.
  4. Change font size(zoom button).
  5. Database for storing messages.
  6. Search for text messages.
  7. Access built contacts(contact manager)

possible solution:

  1. Create a scroll view that stores 10 buttons.
  2. Fill each button with one text message.
  3. On the screen that holds one text, have a zoom in/out button.

What I would recommend is that if anyone has a solution to any of these problems, create an example app so the group may base the real one off of it. Also, record any form of communication you have with other teammates. This could be in the form of snippet pictures.

-Tian and Guy Natural Language Specification-rev3.pdf Sequence Diagram.pdf Sequence Diagram2.pdf UML Class Diagram-draft2.2_Isaac.pdf UML use-case diagram_draft3.0.pdf

ChantelBoor commented 8 years ago

We have the scroll one figured out.