The story so far: Teaching Mobile App Development at PG level at Londonmet

Size: px
Start display at page:

Download "The story so far: Teaching Mobile App Development at PG level at Londonmet"

Transcription

1 The story so far: Teaching Mobile App Development at PG level at Londonmet Dr. Yanguo Jing Principal Lecturer in Computing University Teaching Fellow Faculty of Computing, London Metropolitan University

2 Content Why teach mobile app development? What needs to be taught? Our approach in teaching and learning programming for mobile devices. Outcomes Reflection HEA Mobile Workshop Londonmet 2

3 Why teach mobile app development? HEA Mobile Workshop Londonmet 3

4 Smartphone Usage Statistics 80% of humans own a mobile phone. Out of the 5 billion mobile phones in the world, 1.08 billion are smartphones. Android has the highest market share with 46.9% the iphone has 28.7%, RIM 16.6%, Windows mobile 5.2%, Symbian 1.5%. 9 out of 10 smartphone users use their phone on a daily basis. The most popular smartphone activity is texting, followed by internet browsing and playing games. People between the ages of 25 and 34 are more likely to own a smartphone (62%) than any other age group. Source: HEA Mobile Workshop Londonmet 4

5 ios Statistic Update On March 5, 2012, Apple announced that more than 25 billion apps have been downloaded from its App Store by the users of the more than 315 million iphone, ipad and ipod touch devices worldwide. On March 19, 2012, Apple announced it has sold three million of its new ipad since its launch on March 16, Source: HEA Mobile Workshop Londonmet 5

6 Mary Meeker from Morgan Stanley predicted that mobile internet will overtake fixed internet by Source: HEA Mobile Workshop Londonmet 6

7 Job Trend and Student Employment Source: HEA Mobile Workshop Londonmet 7

8 We need to introduce mobile app development in our course portfolio. What needs to be taught and how to teach? HEA Mobile Workshop Londonmet 8

9 Our approaches Industry-oriented approach. Employability. Research and knowledge transfer activities feed into teaching. Select one main mobile platform taught in one module. Use highly hand-on approach (teaching & assessment), but with appropriate Master level research, analytical and reflective training. HEA Mobile Workshop Londonmet 9

10 Mobile platforms? ios Android RIM Windows Mobile Symbian? PhoneGap? J2ME? Choose one main platform for one module. Ideally cover two platforms. HEA Mobile Workshop Londonmet 10

11 Content to cover Programming Language & OOP The mobile platform IDE (coding, debugging, performance tuning) Model View Controller design pattern Development methods UI Power management Memory management Integration with other Web Services and 3 rd party tools (JSON, Twitter, Facebook) Persistent storage (local DB, XML, file, sockets) Killer features (Mapkit, OpenGL, Location, Accelerometer, Magnetometer, Game Engine, Camera, Cloud, Bonjour, NFC, QR Code reader) HEA Mobile Workshop Londonmet 11

12 A case study of a PG mobile module at Londonmet HEA Mobile Workshop Londonmet 12

13 Module: Mobile Applications Development Credit: 20 Contact time: 2 hours lecture in lab + 2 hours workshop per week for 12 weeks, and assessment in week 13. Total study hours: 200 Since 2007 HEA Mobile Workshop Londonmet 13

14 Week Topic Weekly Teaching Schedule 1 Introduction to the module ios platform Introduction to XCode and Objective-C I 2 The Cocoa Touch Framework MVC Introduction to Objective-C II 3 Memory Management, Object Initialisation and Properties, Properties & Protocols UI Components I 4 UI Components II (Web View, MapView, Core location, and Accelerometer) 5 Research week: HCI design principals for Mobile Devices ios User Interface design guide Native apps vs. PhoneGap 6 Exception Handling in Objective-C Navigation (Navigation Controller, Tab Controller, TableView Controller) Interim Presentation (students should have an app idea by now) and feedback week. 7 Persistent storage I (Files, Key-Value and XML parser, SQLite) 8 Persistent storage II (Core Data) 9 Notification Integration with Web resources (JSON, Web services) 10 Reading week 11 Game Engine for ios Finalising your Application for Release 12 Student Prepared Seminars (e.g. Bonior, game engine) Alternative mobile platforms and tools Android/Windows Mobile/Blackberry/PhoneGap Feedback week 13 Coursework submission Student Presentation and App demo Selected Apps to be displayed in the Annual Computing Show HEA Mobile Workshop Londonmet 14

15 The VLE environment for the module HEA Mobile Workshop Londonmet 15

16 Week 1 Lecture on Introduction to ios platform and Objective C. Reading Task: Textbook chapter 1, 2, 3 on Ray s book; Introduction to Apple Dev Portal Workshop exercise: Tutor demo: XCode, helloworld app, a simple calculator app. Setup access to the iphone Developer Portal Tasks: to build the calculator following the video screencast and enhance the calculator. HEA Mobile Workshop Londonmet 16

17 Week 2 Lecture on Cocoa Touch Framework, MVC programming paradigm. Reading Task: Chapter 4 and 5 on Ray s book, Web link on Apple Dev Portal Other task: Look for a topic for the app and the research topic Workshop exercise: Students register their IOS devices, obtain developer certificate, provisional profile. Tutor demo: a simple MVC app. Tasks: to run app on their devices. HEA Mobile Workshop Londonmet 17

18 Traditional Textbooks? HEA Mobile Workshop Londonmet 18

19 ios Dev Centre Software Sample Code Videos Technical documentation Add students to the developer portal Source: HEA Mobile Workshop Londonmet 19

20 On-line resources Screencast videos for lab demo youtube videos ituneu Google the answer! Module blog HEA Mobile Workshop Londonmet 20

21 Create screencast videos for students HEA Mobile Workshop Londonmet 21

22 Set up tes9ng environment for students Source: HEA Mobile Workshop Londonmet 22

23 Industry Input Academy programmes: Microsoft IT Academy, Symbian Academy, Apple University Developer Programme, and Oracle Academy. Industry friends and alumni. Industry liaison group provides critiques on course curriculum and module syllabus design. Guest lectures from industry Invite professionals from the mobile industry Monthly Student Enterprise Workshops In-house World of Work agency Employ students to do paid commercial projects commissioned by the industry partners.

24 Industry Input Cont. Student s industry involvement Conferences like DroidCon Join local special interest groups (London Android group, iphone group) Industry exhibitions, like AppsWorld. Professional App design competition - Hackathon Commercial projects Students apply for industry investment/funding bid

25 Learning Experience Attendance Peer-to-Peer support Guide students to identify materials to study, contribute towards PDP Students prepare short seminars on a chosen topic. Keep in the right track - weekly feedback from tutor. HEA Mobile Workshop Londonmet 25

26 Assessment Practical tasks develop an app. Demo & Presentation Essay type of research paper to demonstrate MSc level critical thinking. HEA Mobile Workshop Londonmet 26

27 Assessment took place in May 2012 HEA Mobile Workshop Londonmet 27

28 Student work Showcase HEA Mobile Workshop Londonmet 28

29 Feedback from students: Things you would like to change about this module? HEA Mobile Workshop Londonmet 29

30 "one academic year instead of 6 months Mac availability outside of the lecture time (library ) The only thing that I would like to change is the duration of the module, I think it would be better to have it in both semesters as there are many things to learn and the time is limited. Other related tasks like source control, testing need to be covered. These are basics which any job will require. HEA Mobile Workshop Londonmet 30

31 What do you like about this module? HEA Mobile Workshop Londonmet 31

32 Contents covered. Facilities of the material provided (such as examples and videos ) The support received by Dr. Yanguo Jing helping us to set the proper licenses and the other environments needed to the application development as well as the explanations and the resources provided. Great intro into ios Very practical with lots of examples Freedom to develop any application for the coursework. The possibility to develop a fully functional application by myself. The knowledge I have got is very good, and will help me a lot in my country and will increase my employment opportunities. The lecturer is very helpfully, any time you have a problem is willingly to help The way our lecturer bring other professionals to teach us about some subject, this really motivates us and also the way we can go for competition with other programmers, opens the door for employment opportunities. Up to date Stimulating Team working feeling HEA Mobile Workshop Londonmet 32

33 Challenges IT support Extra support for weak programming students Staff development. HEA Mobile Workshop Londonmet 33

34 Outcomes

35 Student Achievements Employment UBS, Lovefilm, Masabi, Novada,Cal2Cal ltd, Red Button Technology, etc. PhD study Start-up business via venture capital investment ( 50K) Excellent student work Professional competition winners (Hacathon) Student funding bid success HEA Mobile Workshop Londonmet 35

36 Students Won the Create London NFC Hackathon Competition in 2012 HEA Mobile Workshop Londonmet 36

37 50K Investment fund for students business idea HEA Mobile Workshop Londonmet 37

38 Student Won a Funding Bid in the The World of Difference UK Programme Sponsored by Vodafone HEA Mobile Workshop Londonmet 38

39 A snap survey was carried out in May Target: Current MSc students and graduates in 2011 HEA Mobile Workshop Londonmet 39

40 Benefits for Staff Knowledge Connect/Knowledge transfer projects PhD research student Publications Enjoyment! HEA Mobile Workshop Londonmet 40

41 A Mobile Health Proactive Anti-obesity System (mpas) HEA Mobile Workshop Londonmet 41

42 An Interactive On-line Video Streaming System for Company A Company s Web Server Linked to User account management and payment system Accessed by APIs Mobile devices External hosted CMS for the Interactive Training Videos Conventional Computers

43 iphone app for booking classical musicians Create a music event Add musician needs Send invitations to musicians Musicians confirm or reject the invites Fixers/Musicians check the Musician s booking history HEA Mobile Workshop Londonmet 43

44 The way ahead The use of PG students in teaching Student laptops University provide space + WIFI + Power Socket Learning on the move, the use of mobile/tablet devices (ibook, learning objects) to support their learning Social learning (peer-to-peer support, tutor support, team working) on Blog, Facebook, and Twitter. Learning on mobile/tablet devices (ibook, mobile VLE.) Integrate professional accreditation to curriculum. HEA Mobile Workshop Londonmet 44

45 Thank You! HEA Mobile Workshop Londonmet 45

46 The way ahead in the HE community A special interest group HE Mobile Education Group Special issue on Italics Another workshop next year. HEA Mobile Workshop Londonmet 46

Developing Applications for ios

Developing Applications for ios Developing Applications for ios Lecture 1: Mobile Applications Development Radu Ionescu raducu.ionescu@gmail.com Faculty of Mathematics and Computer Science University of Bucharest Content Key concepts

More information

Mobile Application Development

Mobile Application Development Mobile Application Development Introduction Fermion is an outsourced product development company. Our competencies lie in setting up dedicated offshore software development teams for outsourced product

More information

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013 Mobility Introduction Android Duration 16 Working days Start Date 1 st Oct 2013 Day 1 1. Introduction to Mobility 1.1. Mobility Paradigm 1.2. Desktop to Mobile 1.3. Evolution of the Mobile 1.4. Smart phone

More information

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Jeff Linwood 1st Chapter, Early Release Introduction... 3 Prerequisites... 3 Introduction to Mobile Apps...

More information

1 INTRO. ONE COMPLETE SOLUTION FOR ESTATE AGENTS, LETTING AGENTS & PROPERTY MANAGERS ALIKE.

1 INTRO. ONE COMPLETE SOLUTION FOR ESTATE AGENTS, LETTING AGENTS & PROPERTY MANAGERS ALIKE. 1 INTRO. ONE COMPLETE SOLUTION FOR ESTATE AGENTS, LETTING AGENTS & PROPERTY MANAGERS ALIKE. Random Estate is the ideal solution for independent estate agents, lettings agents and property manager s who

More information

Learning ios Programming

Learning ios Programming SECOND EDITION Learning ios Programming Alasdair Allan Beijing Cambridge Farnham Koln Sebastopol O'REILLY Tokyo Table of Contents Preface ix 1. Why Go Native? 1 The Pros and Cons 1 Why Write Native Applications?

More information

USLRSWNU ios Developer

USLRSWNU ios Developer USLRSWNU ios Developer Focus: Information Technology and Services Availability: Full-Time Country: Mexico Relocation: Not Available 5 years of overall experience in software development, working with different

More information

ios Application Development &

ios Application Development & Introduction of ios Application Development & Swift Programming Language Presented by Chii Chang chang@ut.ee Outlines Basic understanding about ios App Development Development environment: Xcode IDE Foundations

More information

Mobile App Development

Mobile App Development Mobile App Development Spring 2013 Agenda Practical information Introduction to mobile development Introduction to Android development 1 About us Jacob Avlund, course manager Kasper Østerbye, teacher Charlotte

More information

ios App Development for Everyone

ios App Development for Everyone ios App Development for Everyone Kevin McNeish Getting Started Plugging into the Mother Ship Welcome! This is the part of the book where you learn how to get yourself and your computer set for App development

More information

Mobile App Framework For any Website

Mobile App Framework For any Website Mobile App Framework For any Website Presenting the most advanced and affordable way to create a native mobile app for any website The project of developing a Mobile App is structured and the scope of

More information

Grow Your Business wi w t i h a a Mobil i e l A p A p

Grow Your Business wi w t i h a a Mobil i e l A p A p Grow Your Business with a Mobile App About Us» WizzApps.com is one of the leading Mobile App and Website Development Company that is powering small businesses around the world on daily bases.» We create

More information

Grow Your Business with a Mobile App

Grow Your Business with a Mobile App Grow Your Business with a Mobile App About Us» Web Source International develops Apps and full e-commerce websites for small to intermediate size businesses and K-12 Schools. We Provide Custom Merchant

More information

Sample Blog Articles!

Sample Blog Articles! Sample Blog Articles! Enclosed are your two sample blog articles >>> www.myfirmsapp.co.uk ios & Android compatiable Blog Article One Send when App is live This is designed to be a blog template you can

More information

Workshop on Android and Applications Development

Workshop on Android and Applications Development Workshop on Android and Applications Development Duration: 2 Days (8 hrs/day) Introduction: With over one billion devices activated, Android is an exciting space to make apps to help you communicate, organize,

More information

NetDania. Platforms and Services by. NetStation The flexible and feature-rich cloud trading platform

NetDania. Platforms and Services by. NetStation The flexible and feature-rich cloud trading platform Platforms and Services by NetDania NetStation The flexible and feature-rich cloud trading platform NetDania Mobile Apps Top rated apps for mobile phones and tablets The NetDania Interbank Feed The FX feed

More information

MOBILE APP DEVELOPMENT FROM IMAGINATION TO REALITY WHITE PAPER

MOBILE APP DEVELOPMENT FROM IMAGINATION TO REALITY WHITE PAPER MOBILE APP DEVELOPMENT FROM IMAGINATION TO REALITY WHITE PAPER ABSTRACT The mobile landscape has evolved and matured over time. Statistics show that 1 in 5 people globally own a smartphone while 1 in 17

More information

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved.

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. 1 The Mobile Web refers to access to the world wide web, i.e. the use of browser-based Internet services,

More information

geniusport mobility training experts

geniusport mobility training experts geniu po About Geniusport: GeniusPort is a Pioneer and India's No. 1 Training Center for Mobile Technologies like Apple ios, Google Android and Windows 8 Applications Development. A one stop destination

More information

Retool your HTML/JavaScript to go Mobile

Retool your HTML/JavaScript to go Mobile Retool your HTML/JavaScript to go Mobile @atdebonis 2008 Troy Web Consulting LLC All rights reserved 1 Overview What is PhoneGap? What is it good for? What can you use with it? Device Features Dev Tools

More information

the future of mobile web by startech.ro

the future of mobile web by startech.ro the future of mobile web by startech.ro year of the mobile web 2007 2008 2009 2010 2011 2 year of the mobile web 2007 2008 2009 2010 2011 3 year of the mobile web 2007 2008 2009 2010 2011 4 the device

More information

Technology Services...Ahead of Times. Enterprise Application on ipad

Technology Services...Ahead of Times. Enterprise Application on ipad Technology Services...Ahead of Times Enterprise Application on ipad Diaspark, 60/2 Babu Labhchand Chhajlani Marg, Indore M.P. (India) 452009 Overview This white paper talks about the capabilities of ipad

More information

Penetration Testing for iphone Applications Part 1

Penetration Testing for iphone Applications Part 1 Penetration Testing for iphone Applications Part 1 This article focuses specifically on the techniques and tools that will help security professionals understand penetration testing methods for iphone

More information

Chapter 1. Introduction to ios Development. Objectives: Touch on the history of ios and the devices that support this operating system.

Chapter 1. Introduction to ios Development. Objectives: Touch on the history of ios and the devices that support this operating system. Chapter 1 Introduction to ios Development Objectives: Touch on the history of ios and the devices that support this operating system. Understand the different types of Apple Developer accounts. Introduce

More information

Phenology & Citizen Science Go Mobile. Lee Marsh

Phenology & Citizen Science Go Mobile. Lee Marsh Phenology & Citizen Science Go Mobile. Lee Marsh Developing Mobile App Technology Background Role of Mobile Apps in Cit-Sci Demo Phases of Development Open Forum General Lessons Learned Conclusion USA

More information

Create shared Photostreams in ios 7

Create shared Photostreams in ios 7 Create shared Photostreams in ios 7 Why use Shared Photostreams? Emailing photos and the person on the receiving end complains of either being unable to open them or didn t see them in their email. File

More information

Arduino Training - Basics of Micro-controllers Programming Basics

Arduino Training - Basics of Micro-controllers Programming Basics When During AUB Summer Camp Arduino Training - Basics of Micro-controllers Programming Basics Instructor: TC - NB - JB. E-Mail: chehade.t@thelittleengineer.com Phone: 71 530 401 Office: Ashrafieh - Sodeco

More information

More details >>> HERE <<<

More details >>> HERE <<< More details >>> HERE http://pdfo.org/androider/pdx/nasl1325/ Tags: clfp7dm get access to build your own androidâ empire with

More information

Module Title: Software Development A: Mobile Application Development

Module Title: Software Development A: Mobile Application Development Module Title: Software Development A: Mobile Application Development Module Code: SDA SDA prerequisites: CT1, HS1, MS001, CA Award of BSc. In Information Technology The Bachelor of Science in Information

More information

Building native mobile apps for Digital Factory

Building native mobile apps for Digital Factory DIGITAL FACTORY 7.0 Building native mobile apps for Digital Factory Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

KonyOne Server Prerequisites _ MS SQL Server

KonyOne Server Prerequisites _ MS SQL Server KonyOne Server Prerequisites _ MS SQL Server KonyOne Platform Release 5.0 Copyright 2012-2013 Kony Solutions, Inc. All Rights Reserved. Page 1 of 13 Copyright 2012-2013 by Kony Solutions, Inc. All rights

More information

Mobile App Design and Development

Mobile App Design and Development Mobile App Design and Development The course includes following topics: Apps Development 101 Introduction to mobile devices and administrative: Mobile devices vs. desktop devices ARM and intel architectures

More information

MA-WA1920: Enterprise iphone and ipad Programming

MA-WA1920: Enterprise iphone and ipad Programming MA-WA1920: Enterprise iphone and ipad Programming Description This 5 day iphone training course teaches application development for the ios platform. It covers iphone, ipad and ipod Touch devices. This

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Creating Mobile Apps Development and Deployment

Creating Mobile Apps Development and Deployment Creating Mobile Apps For Teachers Introduction This video is the second in the series on creating apps for mobile platforms. The video covers the methods used by developers to get a good understanding

More information

app design & development

app design & development FOR MOBILE BUSINESS app design & development SMARTPHONES AND TABLETS App Market Revolution $9B $8B $7B $6B $5B $4B News and Business $3B $2B $1B $0B 2008 2009 2010 2011 2012 2013 2014 From Apple s App

More information

NBC.com ipad app reaches #1 in the App Store and 2 million users within 9 months

NBC.com ipad app reaches #1 in the App Store and 2 million users within 9 months CASE STUDY: NBCUNIVERSAL NBC.com ipad app reaches #1 in the App Store and 2 million users within 9 months Rapid mobile innovation powered by Appcelerator COMPANY One of the world s largest broadcasting

More information

Is the Future of Public Service Delivery Mobile-Only?

Is the Future of Public Service Delivery Mobile-Only? Is the Future of Public Service Delivery Mobile-Only? 10 th Public Sector IT Conference, Dublin, 31 Oct. 2014 Norbert Sagnard Managing Consultant Sagnard Associates IRELAND 2014 A MOBILE SOCIETY Ireland:

More information

Mobile Phones Operating Systems

Mobile Phones Operating Systems Mobile Phones Operating Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto Superior Técnico 2015-05-28 José Costa (DEI/IST) Mobile Phones Operating

More information

How To Develop An App For Ios (Windows)

How To Develop An App For Ios (Windows) Mobile Application Development Lecture 14 ios SDK 2013/2014 Parma Università degli Studi di Parma Lecture Summary ios operating system ios SDK Tools of the trade ModelViewController MVC interaction patterns

More information

User Guide FOR TOSHIBA STORAGE PLACE

User Guide FOR TOSHIBA STORAGE PLACE User Guide FOR TOSHIBA STORAGE PLACE (This page left blank for 2-sided "book" printing.) Table of Contents Overview... 5 System Requirements... 5 Storage Place Interfaces... 5 Getting Started... 6 Using

More information

Your App on LinkedIn!

Your App on LinkedIn! Your App on LinkedIn! Promoting your new App via LinkedIn >>> Part of the marketing pack available from www.myfirmsapp.co.uk ios & Android compatible Promoting your App on LinkedIn Introduction LinkedIn

More information

Mobile App Proposal. - Table Mountain - info@web2web.co.za. May 30, 13. Direct Contact. Email. Table Mountain Proposal 2013

Mobile App Proposal. - Table Mountain - info@web2web.co.za. May 30, 13. Direct Contact. Email. Table Mountain Proposal 2013 Mobile App Proposal - Table Mountain - May 30, 13 Direct Contact 021 823 8383 Email info@web2web.co.za Web2Web is pleased to submit a proposal for the development of a mobile app to Table Mountain. The

More information

Best Practice Guide for constructing a study area in studentcentral which is designed for friendly viewing in Blackboard Mobile Learn

Best Practice Guide for constructing a study area in studentcentral which is designed for friendly viewing in Blackboard Mobile Learn Best Practice Guide for constructing a study area in studentcentral which is designed for friendly viewing in Blackboard Mobile Learn Blackboard state that Blackboard Mobile Learn was designed to provide

More information

Mobile App Proposal 0-000-000-000. - Magazine company- email@address.com. January 12, y. Direct Contact. Email

Mobile App Proposal 0-000-000-000. - Magazine company- email@address.com. January 12, y. Direct Contact. Email Mobile App Proposal - Magazine company- January 12, y Direct Contact 0-000-000-000 Email email@address.com TABLE OF CONTENTS 1. Introduction 2. Project Overview & Objectives 3. About Newsboard 4. Analytics

More information

Integration Service Database. Installation Guide - Oracle. On-Premises

Integration Service Database. Installation Guide - Oracle. On-Premises Kony MobileFabric Integration Service Database Installation Guide - Oracle On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Conducting Virtual Meetings

Conducting Virtual Meetings Page 1 oovoo Chat & Video Conferencing Information gathered by, International Faculty 2013 Faculty Training General Information What can I do with oovoo? oovoo offers free high quality video chat and instant

More information

Database FAQs - SQL Server

Database FAQs - SQL Server Database FAQs - SQL Server Kony Platform Release 5.0 Copyright 2013 by Kony, Inc. All rights reserved. August, 2013 This document contains information proprietary to Kony, Inc., is bound by the Kony license

More information

Cloud Computing for Education Workshop

Cloud Computing for Education Workshop Cloud Computing for Education Workshop 2012 Copyright REZA CURTMOLA, NJIT Why Should You Learn This? Learn some useful software and services Backup and sync your materials for teaching Data reliability

More information

ios SDK possibilities & limitations

ios SDK possibilities & limitations ios SDK possibilities & limitations Licensing Licensing Registered as an Apple Developer (free) Access to XCode3 and ios SDK ios, Mac and Safari Dev Center Resources No possibility of distribution of developed

More information

Faculty Professional Development Grant Final Report

Faculty Professional Development Grant Final Report Faculty Professional Development Grant Final Report Grant to Attend Conference: Visual Studio Live May 13-15, 2013, Chicago, IL Submitted September 2013 by Dr. Kim Troboy Professor of Management Information

More information

MEAP Edition Manning Early Access Program Hello! ios Development version 14

MEAP Edition Manning Early Access Program Hello! ios Development version 14 MEAP Edition Manning Early Access Program Hello! ios Development version 14 Copyright 2013 Manning Publications For more information on this and other Manning titles go to www.manning.com brief contents

More information

Mobile App Proposal 1-404-468-6325. - ReXpuestas - DeMarus@PHreshApps.com. April 16, 2014 http://phreshapps.com/rexpuestas-app/ Direct Contact.

Mobile App Proposal 1-404-468-6325. - ReXpuestas - DeMarus@PHreshApps.com. April 16, 2014 http://phreshapps.com/rexpuestas-app/ Direct Contact. Mobile App Proposal - ReXpuestas - April 16, 2014 http://phreshapps.com/rexpuestas-app/ Direct Contact 1-404-468-6325 Email DeMarus@PHreshApps.com TABLE OF CONTENTS 1. ReXpuestas 2. Introduction 3. Project

More information

Get up to Speed with Superfast Broadband Business Engagement Activity Ideas

Get up to Speed with Superfast Broadband Business Engagement Activity Ideas Get up to Speed with Superfast Broadband Business Engagement Activity Ideas Get up to Speed programme can provide a range of activities for businesses A talk or seminar to your business or business group

More information

eclass A Teaching and Learning Initiative

eclass A Teaching and Learning Initiative eclass A Teaching and Learning Initiative eclass What is eclass? Digital Content, Learning, Assessment & Support System Picture an umbrella with all our current resources underneath it along with new

More information

Computer Adelaide & Internet City Training Program

Computer Adelaide & Internet City Training Program Free Computer Adelaide & Internet City Training Program April to June 2014 BOOK NOW for FREE computer and internet training at the Adelaide City Digital Hub Gain new skills through group and one-on-one

More information

AC 2012-3701: LESSONS LEARNED FROM MOBILE COMPUTING AP- PLICATION DEVELOPMENT WITH ANDROID. Dr. Se Jun Song, Texas A&M University, College Station

AC 2012-3701: LESSONS LEARNED FROM MOBILE COMPUTING AP- PLICATION DEVELOPMENT WITH ANDROID. Dr. Se Jun Song, Texas A&M University, College Station AC 2012-3701: LESSONS LEARNED FROM MOBILE COMPUTING AP- PLICATION DEVELOPMENT WITH ANDROID Dr. Se Jun Song, Texas A&M University, College Station c American Society for Engineering Education, 2012 Lessons

More information

Project Title: General Education Immersion Concentration in Mobile Computing for Non-Computing Majors: The First Course

Project Title: General Education Immersion Concentration in Mobile Computing for Non-Computing Majors: The First Course Project Title: General Education Immersion Concentration in Mobile Computing for Non-Computing Majors: The First Course Applicant(s): Name Minseok Kwon Telephone 475-4524 College/Dept. GCCIS/Computer Science

More information

How To Use Ios 5

How To Use Ios 5 Chapter 1 The Brand New Stuff In 2007, the late Steve Jobs took the stage at Macworld and proclaimed that software running on iphone was at least five years ahead of the competition. Since its initial

More information

Student ipad User and Setup Guide

Student ipad User and Setup Guide P a g e 1 Student ipad User and Setup Guide Clayton Public School District is excited to provide you with an ipad. Please complete the following steps to prepare your device for proper use. Each student

More information

Making Mobile a Reality

Making Mobile a Reality Making Mobile a Reality KIEFER CONSULTING CALIFORNIA DEPARTMENT OF TECHNOLOGY Introductions Scott Paterson California Department of Technology, Enterprise Solutions Harkeerat Toor Kiefer Consulting, Consultant

More information

Issues in Android on Mobile Platform and Their Resolution

Issues in Android on Mobile Platform and Their Resolution Issues in Android on Mobile Platform and Their Resolution 1 Monika A. Ganpate, 2 Dipika R. Shinde 1, 2 Institute of Management and Computer Studies, Thane (West), India, University of Mumbai, India Abstract:

More information

Open Source Enterprise Mobile Campus Solution. September 30, 2011

Open Source Enterprise Mobile Campus Solution. September 30, 2011 Open Source Enterprise Mobile Campus Solution September 30, 2011 umobile is a Jasig Project Sponsor open source software projects for higher education. Non-profit membership organization. Provides: Community,

More information

Robotics and Engineering Design (SKN11) Syllabus

Robotics and Engineering Design (SKN11) Syllabus Robotics and Engineering Design (SKN11) Syllabus Instructor Mr. Chin-Sung Lin (Email: clin@erhsnyc.net) Course Description Robotics and Engineering Design is a project-based course that uses a hands-on

More information

Email setup information for most domains hosted with InfoRailway.

Email setup information for most domains hosted with InfoRailway. Email setup information for most domains hosted with InfoRailway. Incoming server (POP3): pop.secureserver.net port 995 (SSL) Incoming server (IMAP): imap.secureserver.net port 993 (SSL) Outgoing server

More information

The Best Mobile App Development Platform. Period.

The Best Mobile App Development Platform. Period. The Best Mobile App Development Platform. Period. Native Apps. Code-Free. Cross-Platform. In Hours. It s a Block Party and everyone s invited! Use snap together building blocks to quickly and easily assemble

More information

This manual will help you get started with the new Blackboard apps for the ipad and iphone

This manual will help you get started with the new Blackboard apps for the ipad and iphone How to Use the Blackboard Mobile Learn Apps This manual will help you get started with the new Blackboard apps for the ipad and iphone WILLIAM DE WYSOCKIE JUNE, 2010 This section introduces you to the

More information

Installation Instructions

Installation Instructions Avira Secure Backup Installation Instructions Trademarks and Copyright Trademarks Windows is a registered trademark of the Microsoft Corporation in the United States and other countries. All other brand

More information

Enterprise Analytics. (Also known as Pyramid Analytics or BI Office) Mobile Device Support

Enterprise Analytics. (Also known as Pyramid Analytics or BI Office) Mobile Device Support Enterprise Analytics (Also known as Pyramid Analytics or BI Office) Mobile Device Support Mobile Device Support Overview Enterprise Analytics provides mobile support for ios, Android and Windows Phone.

More information

Teqno Mates Solutions

Teqno Mates Solutions Teqno Mates Solutions About Teqno Mates Teqno Mates Solutions is an emerging outsourcing leader and one of the most promising web development companies in India, the biggest IT outsourcing hub of the world.

More information

574 Newark Avenue, Suite 210, Jersey City, NJ 07306 Contact Us: +1-888-745-3321 Email: info@mymobileinnovations.com

574 Newark Avenue, Suite 210, Jersey City, NJ 07306 Contact Us: +1-888-745-3321 Email: info@mymobileinnovations.com Explore My Mobile Innovations My Mobile Innovations is a renowned USA based Mobile Application Development Company, which has been successful in developing advanced and useful applications for clients,

More information

Store & Share Quick Start

Store & Share Quick Start Store & Share Quick Start What is Store & Share? Store & Share is a service that allows you to upload all of your content (documents, music, video, executable files) into a centralized cloud storage. You

More information

Enterprise Mobile App Management Essentials. Presented by Ryan Hope and John Nielsen

Enterprise Mobile App Management Essentials. Presented by Ryan Hope and John Nielsen Enterprise Mobile App Management Essentials Presented by Ryan Hope and John Nielsen 1 Mobile App Trends Global mobile app downloads to exceed 30B by 1016 US and Europe account for over 70% of the market

More information

Literature Review: Starting Mobile Application Development for E-Sports Portal Hayoung Noh

Literature Review: Starting Mobile Application Development for E-Sports Portal Hayoung Noh Literature Review: Starting Mobile Application Development for E-Sports Portal Hayoung Noh Computer Science Honours Programme University of Cape Town 13 May 2014 Abstract Constant demand for mobile applications

More information

itunes U Guidelines Creating your course Overview

itunes U Guidelines Creating your course Overview Contents Overview 1 Getting started 2 Editing and organizing content 4 Adding posts, assignments, and materials 6 Course management 7 Best practices 7 Managing enrollment 10 Overview With itunes U, it

More information

the gamedesigninitiative at cornell university Lecture 1 Course Overview

the gamedesigninitiative at cornell university Lecture 1 Course Overview Lecture 1 Course CS/INFO 4152: Advanced Topics Sequel to CS/INFO 3152 Prereq unless you a non-cornell Meng (or exempt) Similar format and structure as Intro Game Design Covers topics not touched in Intro

More information

Mobile Development Frameworks Overview. Understand the pros and cons of using different mobile development frameworks for mobile projects.

Mobile Development Frameworks Overview. Understand the pros and cons of using different mobile development frameworks for mobile projects. Mobile Development Frameworks Overview Understand the pros and cons of using different mobile development frameworks for mobile projects. Mobile Solution Frameworks One of the biggest technological decisions

More information

Country Club Bank- Intro to Mobile Banking- Android & iphone Apps

Country Club Bank- Intro to Mobile Banking- Android & iphone Apps Country Club Bank- Intro to Mobile Banking- Android & iphone Apps MOBILE APP BANKING (FOR IPHONE AND ANDROID)... 2 SIGN ON PAGE... 4 ACCOUNT SUMMARY PAGE... 4 ACCOUNT ACTIVITY PAGE... 6 SEARCH ACTIVITY

More information

Apple Deployment Programs Apple ID for Students: Parent Guide

Apple Deployment Programs Apple ID for Students: Parent Guide Apple Deployment Programs Apple ID for Students: Parent Guide As a parent or guardian, you want the best learning environment for your student. One that makes learning relevant for each student and allows

More information

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 City University of Hong Kong Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 Part I Course Title: Mobile Application Programming Course Code:

More information

Cross-Platform Phone Apps & Sites with jquery Mobile

Cross-Platform Phone Apps & Sites with jquery Mobile Cross-Platform Phone Apps & Sites with jquery Mobile Nick Landry, MVP Senior Product Manager Infragistics Nokia Developer Champion activenick@infragistics.com @ActiveNick www.activenick.net Who is ActiveNick?

More information

Hybrid Mobile Development: A Cost-Effective Strategy for Building Cross-Platform Mobile Apps

Hybrid Mobile Development: A Cost-Effective Strategy for Building Cross-Platform Mobile Apps Hybrid Mobile Development: A Cost-Effective Strategy for Building Cross-Platform Mobile Apps Smartphone sales totaled more than 480 million last year, surpassing sales of PCs, according to figures from

More information

ONLINE ACCOUNTABILITY FOR EVERY DEVICE. Quick Reference Guide V1.0

ONLINE ACCOUNTABILITY FOR EVERY DEVICE. Quick Reference Guide V1.0 ONLINE ACCOUNTABILITY FOR EVERY DEVICE Quick Reference Guide V1.0 TABLE OF CONTENTS ACCOUNT SET UP Creating an X3watch account DOWNLOADING AND INSTALLING X3WATCH System Requirements How to install on a

More information

social media - mobile media MediaPro Burgdorf / Olli Alm 30.8.2012 Olli.Alm@metropolia.fi

social media - mobile media MediaPro Burgdorf / Olli Alm 30.8.2012 Olli.Alm@metropolia.fi social media - mobile media MediaPro Burgdorf / Olli Alm 30.8.2012 Olli.Alm@metropolia.fi social What is social media? New platforms of communication providing user generated content and ways for reflecting

More information

Comparative Study of Different Mobile Operating Systems

Comparative Study of Different Mobile Operating Systems International Journal of Advancements in Research & Technology, Volume 2, Issue3, March-2013 1 Comparative Study of Different Mobile Operating Systems T.N.Sharma, Mahender Kr. Beniwal, Arpita Sharma ABSTRACT:

More information

ADMINISTRATOR GUIDE FOR USA MOBILITY AMC SELECT

ADMINISTRATOR GUIDE FOR USA MOBILITY AMC SELECT ADMINISTRATOR GUIDE FOR USA MOBILITY AMC SELECT AMC Select Administrator Guide 1 March 5, 2013 This page intentionally left Blank. AMC Select Administrator Guide 2 March 5, 2013 I. INTRODUCTION... 4 II.

More information

2. About iphone ios 5 Development Essentials. 5. Joining the Apple ios Developer Program

2. About iphone ios 5 Development Essentials. 5. Joining the Apple ios Developer Program Table of Contents 1. Preface 2. About iphone ios 5 Development Essentials Example Source Code Feedback 3. The Anatomy of an iphone 4S ios 5 Display Wireless Connectivity Wired Connectivity Memory Cameras

More information

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Djoni Haryadi Setiabudi, Lady Joanne Tjahyana,Winsen Informatics Department Petra

More information

itunes U at Cal Poly Pomona

itunes U at Cal Poly Pomona itunes U at Cal Poly Pomona Implementation Plan I&IT, Cal Poly Pomona Date: 8/22/2012 TABLE OF CONTENTS BACKGROUND OF CAL POLY POMONA ON ITUNES U... 2 WHAT IS ITUNES U?... 2 ITUNES U CONTENT SHARING AND

More information

U.S. Mobile Benchmark Report

U.S. Mobile Benchmark Report U.S. Mobile Benchmark Report ADOBE DIGITAL INDEX 2014 80% 40% Methodology Report based on aggregate and anonymous data across retail, media, entertainment, financial service, and travel websites. Behavioral

More information

A 10 MINUTE OVERVIEW OF KEY FEATURES FOR EVENT MOBILE APPS.

A 10 MINUTE OVERVIEW OF KEY FEATURES FOR EVENT MOBILE APPS. A 10 MINUTE OVERVIEW OF KEY FEATURES FOR EVENT MOBILE APPS. There has been an explosion of Mobile Apps for Events and Conferences in the last few years. The demand from the Event planners, from the Attendees

More information

Monitoring and control of users in open environments on the Android platform

Monitoring and control of users in open environments on the Android platform Monitoring and control of users in open environments on the Android platform DEGREE IN COMMUNICATIONS SYSTEMS ENGINEERING AUTHOR: TUTOR: Eric Bella Pulgarín Raúl Sánchez Reillo DIRECTOR: Aitor Mendaza

More information

place/business fetch details, 184 185 removefromfavorite () function, 189 search button handler bind, 190 191 B BlackBerry build environment

place/business fetch details, 184 185 removefromfavorite () function, 189 search button handler bind, 190 191 B BlackBerry build environment Index A addtofavorite() method, 175 177, 188 189 Android ADT Plugin for Eclipse installation, 22 24 application, GWT Build Path, 244 device info, 247 directory structure, 244, 245 Eclipse classpath, 244

More information

Develop a Native App (ios and Android) for a Drupal Website without Learning Objective-C or Java. Drupaldelphia 2014 By Joe Roberts

Develop a Native App (ios and Android) for a Drupal Website without Learning Objective-C or Java. Drupaldelphia 2014 By Joe Roberts Develop a Native App (ios and Android) for a Drupal Website without Learning Objective-C or Java Drupaldelphia 2014 By Joe Roberts Agenda What is DrupalGap and PhoneGap? How to setup your Drupal website

More information

research: technical implemenation

research: technical implemenation research: technical implemenation topic: digital publication of the annually c/kompass information brochure on iphone/ipod touch with the target to have an advantage over the printed version possible solutions:

More information

Deploying Management and Security Agents to Mobile Devices

Deploying Management and Security Agents to Mobile Devices Deploying Management and Security Agents to Mobile Devices John Engels Adam Licata Scott Jareo Principal Product Manager Sales Engineer Field Enable. Symantec ITS Partners Symantec EM B23 Deploying Mgmt

More information

General. What is Freegal?

General. What is Freegal? General What is Freegal? Freegal is a downloadable music service from your library. All you need is your library card number and, if your library requires it, a PIN. Freegal offers access to about 3 million

More information

COLLIN COLLEGE COURSE SYLLABUS

COLLIN COLLEGE COURSE SYLLABUS COLLIN COLLEGE COURSE SYLLABUS COURSE INFORMATION COURSE NUMBER: ITSE 1371 COURSE TITLE: IOS PROGRAMMING I COURSE DESCRIPTION: This course is intended to prepare the student for development of ios devices,

More information

EDTECH 536: Digital Game Design for K-12 Classrooms

EDTECH 536: Digital Game Design for K-12 Classrooms EDTECH 536: Digital Game Design for K-12 Classrooms Young Baek, Ph.D. Instructor Professor Boise State University youngkyunbaek@boisestate.edu Semester: Fall 2014, August 25- December 12 Credits: 3 Credit

More information

Objective C and iphone App

Objective C and iphone App Objective C and iphone App 6 Months Course Description: Understanding the Objective-C programming language is critical to becoming a successful iphone developer. This class is designed to teach you a solid

More information