Official course description, subject to change:

Preliminary info last published 15/11-23
Course info
Language:
English
ECTS points:
7.5
Course code:
KSMOAPD1KU
Participants max:
60
Offered to guest students:
yes
Offered to exchange students:
yes
Offered as a single subject:
yes
Price for EU/EEA citizens (Single Subject):
10625 DKK
Programme
Level:
MSc. Master
Programme:
MSc in Software Design
Staff
Course semester
Semester
Forår 2025
Start
27 January 2025
End
30 May 2025
Exam
Exam type
ordinær
Internal/External
ekstern censur
Grade Scale
7-trinsskala
Exam Language
GB
Abstract
This course gives an introduction to Java development of apps for the Android platform, and an overview of concepts for handling concurrency on mobile devices.
Description

Modern computing happens increasingly on mobile devices, principally tablets and mobile phones. Developing applications for mobile devices brings a different set of challenges than does developing for a traditional desktop or server environment, because everything is constrained: there is a limited amount of battery, screen real-estate, computational power, and storage to go around. Mobile devices for that reason have programming models and operating systems that are different from their desktop cousins. The vast majority of commercially available devices today run Android or iOS; understanding the programming model of either is an important step towards programming mobile devices in general.
This course teaches the basics of Android development for mobile devices.
The following topics will be introduced:

  • the four fundamental Android components (activities, services, content providers and broadcast receivers) and intents
  • designing user interfaces using layouts and resources
  • working with files and databases on a mobile device
  • the Android life cycles and thread model
  • using built-in camera, sensors and libraries/tasks e.g. calendar and contacts
  • mobile/server communication including RESTful APIs and JSON
  • Android libraries for creating location aware apps.
Furthermore, Androids threading model will be introduced and related to threading and concurrency in general.

Formal prerequisites

You should be comfortable with programming in Java and have programming experience at least at the level of the Introductory Programming (15 ECTS course) course at ITU.


The course is the first part of a specialisation on MSc in Software Design.
Intended learning outcomes

After the course, the student should be able to:

  • design a user-friendly, safe and efficient app
  • implement a non-trivial Android app
  • describe and analyze the architecture and work flow of an Android app
  • design and implement Android user interfaces using activities, views and scrollable lists
  • design and implement responsive, multi-threaded Android apps with asynchronous tasks and services
  • design and implement a location aware app
  • design and implement an app using the built-in sensors and camera
  • design and implement an app that communicates with remote services
  • design and implement an app that interfaces with databases both on the device and offline
  • plan and execute the deployment of an Android app using Android studio
Ordinary exam
Exam type:
B: Oral exam, External (7-point scale)
Exam variation:
B22: Oral exam with no time for preparation.