Up a level
Export as [feed] Atom [feed] RSS 1.0 [feed] RSS 2.0
[tool] Batch List
Group by: Item Type | No Grouping
Jump to: Resource
Number of items: 29.

Resource

Mobile Platform Development: Week 5 - Mobile Interface Design
Justin Bradley . 10 Apr 2019 11:12

Programs developed in Java with a Graphical interface have a specific thread which handles the interaction between the user and the graphical interface. This imposes certain restrictions on the use of developer defined threads which need to interact with the graphical interface.

Mobile Platform Development: Week 4 - Using Styles to Enhance the Appearance of Graphical Components
Justin Bradley . 10 Apr 2019 09:57

Styles and “Drawables” can be combined to help you to define the appearance and style of specific graphical components.

Mobile Platform Development: Week 3 - Graphical User Interfaces (GUI)
Justin Bradley . 04 Apr 2019 08:19

As discussed on week 2 presentation, the graphical user interfaces should have user interface (UI) components created specifically for users in order to allow them interact with the apps. Android studio has a range of built in UI modules such as menus, dialogs and UI components such as layout objects and UI controls. The aim of these built in UI features is to enable developers to easily create the state of the art graphical user interface (GUI). Additionally, a range of standard platform resources can be used for designing and programming user interfaces. For instance, classes in the Java language can be used in android applications to shape apps behaviour by implementing various functionality of graphical components. Other than Java class files, XML data can also be used to declare screen layouts.

Mobile Platform Development: Week 2 - Graphical User Interfaces
Justin Bradley . 03 Apr 2019 14:15

As discussed on week 1 presentation part 2, the Android platform has been designed to run on a different types of device, screen sizes, and screen resolutions. This impose lots of challenges to android developers in terms of providing rich components of user interfaces (UI) in response to the need of the specific applications. To overcome this, Android provides a user interfaces(UI) toolkit that can be used by developers to customise UI components of an applications. Android developers relies heavily on using XML framework to create liquid layout that can adapt to these environmental changes. In this week, we are going to use practical ways to shape this framework to fit your specific development needs. There are two important classes in the construction of graphical user interfaces, these are: Views ViewGroups

Mobile Platform Development: Week 1 - Part 2: Introduction to Android Programming
Justin Bradley . 25 Mar 2019 11:35

A big part of this module is about programming! You will have to demonstrate programming skills in relation to building an Android App for a device such as a Smartphone. Programming Activities Android Application Structure Basic Graphical Components Laying out the Components in an Application Algorithms and Data Structures Location Services Android Android is the target platform Support for development is provided via specific API’s Applications are run on an “Emulator" Android Studio Android Studio is a special tool called an Integrated Development Environment (IDE) Android Studio provides wizards to take the “drudgery” out of developing applications Download Android Studio using the link below or using steps shown on the getting started workbook provided at the footnote.

Mobile Platform Development: Week 1 - Part 1: Introduction to Mobile Platform Development
Justin Bradley . 25 Mar 2019 11:29

What is the Mobile Platform? Any portable device plus the software needed to run applications on a mobile device. Portable probably means on the move rather than just being small enough to carry. Late 1980s Compaq Portables! As can be seen on the pictures below some of the first portable devices that were introduced in the late 1980s, it was commonly known as the “Compaq luggable” and some called it “suitcase computer”.

Week 3 - Agile Software Development (Tutorial and Lab)
Justin Bradley . 20 Jan 2017 14:38

This is the Tutorial and Lab that accompanies Week 3 lecture material on Agile Software Development

Week 1 - Introduction to Software Engineering (Tutorial and Lab)
Justin Bradley . 19 Jan 2017 13:15

This is the Tutorial and Lab to accompany Week 1 -Introduction to Software Engineering lecture material

Week 12 - Case Studies (Fundamentals of Software Engineering)
Justin Bradley . 19 Jan 2017 08:39

Ethical dilemmas Disagreement in principle with the policies of senior management. Your employer acts in an unethical way and releases a safety-critical system without finishing the testing of the system. Participation in the development of military weapons systems or nuclear systems. Case studies A personal insulin pump An embedded system in an insulin pump used by diabetics to maintain blood glucose control. A mental health case patient management system Mentcare. A system used to maintain records of people receiving care for mental health problems. A wilderness weather station A data collection system that collects data about weather conditions in remote areas. iLearn: a digital learning environment A system to support learning in schools

Week 11 - Quality Management (Tutorial and Lab)
Justin Bradley . 18 Jan 2017 19:59

This is the Tutorial and Lab for the Lecture material Week 11 - Quality Management

Week 11 - Quality Management
Justin Bradley . 18 Jan 2017 19:56

Topics covered Software quality Software standards Reviews and inspections Quality management and agile development Software measurement (in brief)

Week 10 - Introduction to Project Management and Planning (Tutorial)
Justin Bradley . 18 Jan 2017 19:43

This is the Tutorial for the Lecture material Week 10 - Introduction to Project Management and Planning

Week 10 - Introduction to Project Management and Planning
Justin Bradley . 18 Jan 2017 19:37

Topics Covered Project Risk Management Managing People Teamwork

Week 9 - Software Evolution (Tutorial and Lab)
Justin Bradley . 18 Jan 2017 19:22

This is the Tutorial and Lab for the Lecture material Week 9 - Software Processes

Week 9 - Software Evolution
Justin Bradley . 18 Jan 2017 19:20

Topics covered: Test-driven development Release testing User testing Evolution processes Legacy systems

Week 8 - Software Testing (Tutorial and Lab)
Justin Bradley . 18 Jan 2017 18:53

This is the Tutorial and Lab that accompanies the Lecture material Week 8 - Software Testing

Week 8 - Software Testing
Justin Bradley . 18 Jan 2017 18:50

Testing can only show the presence of errors in a program. It cannot demonstrate that there are no remaining faults. Development testing is the responsibility of the software development team. A separate team should be responsible for testing a system before it is released to customers. Development testing includes unit testing, in which you test individual objects and methods component testing in which you test related groups of objects and system testing, in which you test partial or complete systems. When testing software, you should try to ‘break’ the software by using experience and guidelines to choose types of test case that have been effective in discovering defects in other systems. Wherever possible, you should write automated tests. The tests are embedded in a program that can be run every time a change is made to a system.

Week 7 - Design and Implementation Approaches (Tutorial and Lab)
Justin Bradley . 18 Jan 2017 09:58

This is the Tutorial and Lab that accompanies the lecture material Week 7 - Design and Implementation Approaches

Week 7 - Design and Implementation Approaches
Justin Bradley . 18 Jan 2017 09:56

Design and implementation Is the stage in the software engineering process at which an executable software system is developed. activities are invariably inter-leaved. Design is a creative activity in which you identify software components and their relationships, based on a customer’s requirements. Implementation is the process of realizing the design as a program.

Week 6 - Architectural Design (Tutorial and Lab)
Justin Bradley . 18 Jan 2017 08:53

This is the Tutorial and Lab that accompanies the lecture material Week 6 - Architectural Design

Week 6 - Architectural Design
Justin Bradley . 18 Jan 2017 08:51

Topics covered Architectural design decisions Architectural views Architectural patterns Application architectures

Week 5 - System Modelling (Tutorial and Lab)
Justin Bradley . 17 Jan 2017 21:28

This is the Tutorial and Lab that accompanies the Lecture Material Week 5 - Systems Modelling

Week 5 - Systems Modelling
Justin Bradley . 17 Jan 2017 21:22

Use case modelling Activity modelling Class modelling Database design

Week 4 - Requirements Engineering (Tutorial and Lab)
Justin Bradley . 17 Jan 2017 20:43

This is the Tutorial and Lab that accompanies the lecture material Week 4 - Requirements Engineering

Week 4 - Requirements Engineering
Justin Bradley . 17 Jan 2017 20:37

This chapter is to introduce software requirements and to explain the processes involved in discovering and documenting these requirements in order to meet stakeholders' needs. You will : understand the concepts of user and system requirements and why these requirements should be written in different ways; understand the differences between functional and non-functional software requirements; understand the main requirements engineering activities of elicitation, analysis and validation and the relationships between these activities,. understand why requirements management is necessary and how it supports other requirements engineering activities.

Week 3 - Agile Software Development
Justin Bradley . 17 Jan 2017 20:09

Topics Covered Agile methods Agile development techniques Agile project management Scaling agile methods

Week 2 - Software Processes (Tutorial and Lab)
Justin Bradley . 17 Jan 2017 19:12

This is the Tutorial and Lab for Week 2 - Software Processes

Week 2 - Software Processes
Justin Bradley . 17 Jan 2017 16:30

Topics covered Software process models Process activities Coping with change Process improvement

Week 1 - Introduction to Software Engineering
Justin Bradley . 17 Jan 2017 15:12

Topics covered Professional software development What is meant by software engineering. Software engineering ethics A brief introduction to ethical issues that affect software engineering.

This list was generated on Sun May 5 09:40:26 2024 UTC.