Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Project 1) Memory (4 Points)
  2. Create a game in memory. Make a picture of some items: table, car, laptop. Make a thumbnails from those items. display them, face down, and allow user to find two the same pictures. Like in regular 'Memo' game.
  3.  
  4. Project 2) Map (3 Points)
  5. Create a simple project that will display a map. Program should allow you to track and print on map a patch you made. Display some other values from your phone sensors.
  6.  
  7. Project 3) Web Service client (4 Points)
  8. Pick up one of Rest API deliver by Allegro, Ebay, Twitter, Facebook or others. Craete a software that will use this API and make some actions on it. Code at least 3 different views and call at least 5 web services methods.
  9.  
  10. Project 4) Offline mode (5 Points)
  11. Take a project from #3 or create a new one. Based on solution discussed during a lesson, as Internet connection will NOT be enable, store actions on your device. Make those actions as Internet connections will get back.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement