Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.41 KB | None | 0 0
  1. Android
  2.  
  3. class Start:
  4.     Shows commercial screen.
  5.  
  6. class Input:
  7.     Input screen.
  8.     Calls Send.
  9.  
  10. class Send:
  11.     Sends data to server.
  12.     If no match:
  13.         Receives Id from server.
  14.         Try again in background.
  15.     If match:
  16.         Calls Chat.
  17.  
  18. class Chat:
  19.     Sends and receives messages and data from the server/(other phone).
  20.     Map shows positions, meeting place and points of interest.
  21.  
  22. class Done:
  23.     Sends all done to server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement