Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 2.65 KB

File metadata and controls

62 lines (45 loc) · 2.65 KB

MIDPS - Medii Interactive de Dezvoltare a Produselor Soft

Laboratory work Nr.4 - Mobile application development

Virtosu Sava

email: sava.virtosu@gmail.com


Prerequisites:

  • IDEs: Eclipse, NetBeans, ItelijIdea, XCode
  • Languages: Java, Objective C
  • Frameworks: Android, Cocos 2D

Objectives:

  • Basic knowledge of mobile application architecture
  • Basic knowledge of specific platform SDK.

General Requirements:

Laboratory work is considered as successfully passed after fulfilling the following steps:

  1. You must elaborate a Report, in witch you describe your work-flow and the way you are thinking: - Laboratory work paper Dead Line is due to next laboratory, and the report most be sent to my email in an appropriate format (such as PDF format). - Laboratory work paper must have at least: 4 pages with 2 screen-shots. - Laboratory work paper must have a conclusion of: 0.5 pages
  2. You must elaborate a prototype program, and show how it work during the classes
  3. You must pass the quiz

Technical Prerequisites:

  • Your application must be developed and tested in SDK included Emulator.
  • You probably would like to run your application on real device.
  • Your application must support multiple screen resolutions.

Laboratory Requirements:

  • for Basic Level (grade 5 || 6):

    • Make a simple Hello World application with 2 buttons that will display 2 different views, with different user interaction elements.
  • for Normal Level (grade 7 || 8):

    • You must implement a simple stopwatch or a clock alarm.
  • for Advanced Level (grade 9 || 10):

    • Pomodoro technique application, or some more sophisticated mobile application.
  • for Geek Level (no marks here) explore:

    • Use some cross platform library in order to make a cross platform application (you must be able to run your app on Android and iOS platform)

Note:

Chose and implement only one level.

References:

Solved Examples: