
Web Site Design & Business Applications
Lecture Notes:
Exercise/Assignment
Extra Notes:
Solution
Announcements:
Please fill out your teaching evaluation for this course. Thank you.
Semester 2 2018-19
ISEM3027 Introduction to App Development and Mobile User Experience Design
Section 1: Tue (15:30-18:20)
Section 2: Fri (09:30-12:20)
Class Participation:20%; Test(MC+Short Qs):30%; Assignment (apps):50%;
Wilson's app
https://apkpure.com/pupkit-pet-care/com.hkinvisiblefun.pupkit
Due Date: by 5:00 pm on 31st Oct
Submission: Please name your html file with your full name and student number and then submit a soft copy of the html file to 14485664@life.hkbu.edu.hk
I have uploaded the solution of assignment 1 on the above under the session of "Solution".
I will upload the marks at the end of Nov.
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</head>