Design and develop mobile web application

Assignment Help JAVA Programming
Reference no: EM131098905 , Length: word count:3000

Mobile Web Applications Development-

Group Assignment Requirements

In this group assignment (maximum 5 students) requirement, you are required to design and develop mobile web application using any or all of the techniques you have learned in the class for example: HTML, CSS, Javascript etc.

You need to choose your topic, something that would interest you and specify its requirements carefully, decide exactly what you would like to do and which application you need to design and develop.

You need also to document your group assignment work in a report included in the webapp itself.

Group Assignment Report Requirements

Group assignment report should include at least the following sections:

Overview: A description of what the web application is, what problem it is solving or what service it is providing..

Design: How you turned the requirements into a set of pages and scripts.

Implementation: Details of how the application's functionality was programmed.

Analysis: What worked and what didn't? What would you do differently and why?

This project report must be presented using HTML and/or CSS.

Some Project Topic Suggestions

Here are a few ideas for different possible web applications. You don't have to do any of them. And in fact it would probably be more interesting if you pick your own. Whatever you choose, plan your development carefully so you don't end up with nothing.

You won't learn anything and we will probably be able to find it online ourselves. If you want to use an idea from the web, be sure to cite the source of your inspiration in your report. Do not use other people's code.

• A dynamic Lineup Card, listing members of a team or other group. You'd want a nice design, that presented what's called a Master-Detail view: a list of the members of the group with a way to drill-down in details of an individual member. Thumbnail pictures in the master list, bigger pictures in the detail view perhaps. Name and number in the master list, season statistics or likes/dislikes in the detail view. And so on. You'd probably predefine the people and their details in Javascript data structures rather than loading them from a database.

• There are plenty of variations on the idea of a dynamic Shopping Cart. That is, an application where there's a list of things for the user to choose from, and they build up an order dynamically. A variation on this is selecting options for a product, for example a car with options or a pizza with toppings.

In real life, online shopping carts run with web server support for keeping track of the order. You would keep track on the client (in Javascript, perhaps using HTML5's Local Storage) and make sure the user interface (UI) was nice and dynamic. And as above, you'd predefine the possible choices using Javascript rather than getting them from the server on the fly.

• A dynamic web-based calculator. Could have buttons for numbers and functions, and also handle typed input (keypress events). The basic UI is pretty simple to do in HTML/CSS. There's plenty of scope for interesting extensions, such as memory features (saving and recalling values) and funky functions (like y to the x power). You could have different UIs for things like financial functions: computing the cost of a loan with interest, or the future value of an asset. This is one project that might actually be useful!

• Games can be fun to develop. Some have complicated graphics, but some can be done with basic HTML and CSS. Here are a few possibilities:

o Tic-tac-toe: Simple user interface (UI). We learn how to program a computer to play tic-tac-toe for real in CSC242 (Artificial Intelligence), but you could do something easier, like picking any open space. Document your strategy.

o Battleship: Fairly simple HTML UI. Requires Math.random() to position the ships. In fact, many games require some randomness.

o Angry Bird: Launch a projectile at a target. This type of game requires graphics (lookup the canvas element) and animation (done with timers in Javascript). You might have a simpler interface than the real game, for example using form fields for launch parameters. Similar animated games include Pong and BreakOut.

• You could make a dynamic hyperbook: a story that could go in different directions depending on user actions. You'd want to make sure the page itself was dynamic, with things appearing or disappearing, as well as presenting the content of the story dynamically as the user navigates through it.

• You could build some kind of collaborative workspace, where you and your friends could post and share ideas, maybe arranged by topic or something. As with many web application concepts, in real life this would be backed by a database. And in fact, to do this one you would probably have to learn and use some of the techniques for asynchronous (background) communication, also known as AJAX. These are the same techniques used to update feeds and walls, by the way, so those are also possibilities for your project.

What you need to submit

You need to submit a ZIP archive containing all the files needed for your application.

• The main page should be named index.html.

• Any other resources (stylesheets, scripts, images, etc.) must be included in the archive, possibly in sub-directories (recommended).

• Any of these resources should be linked using relative URLs. The application must load and work properly when we download it.

Format of Report

For the purpose of this project you are assumed to be a professional. As such, you should attempt at your best to reflect this quality in the preparation of the report. As a minimum, the report should contain the following:

1. Introduction/overview - State the purpose and objectives of the report.

2. Body of discussion - This is the main section where you should document the various stages and outcome of your design and Implementation activities.

3. Conclusion - This is basically a summation, consolidating the main points of the report.

4. A list of references

5. Appendix

PLEASE NOTE:

• Word limit for this assignment is between 2500 and 3000 words, excluding the Appendix.

• Figures or diagrams can be added if necessary

• References (a minimum of 10) must be provided in the Body of Discussion section.

Reference no: EM131098905

Questions Cloud

Discuss how the aspects of differentiation and positioning : Create a slogan for the business, less than 20 words, which captures the essence of the brand. Explain your rationale for the slogan. Then show how it should be incorporated within your brand image development and integrated marketing communicatio..
People expect inflation to increase in the future : The yield on a 30-year U.S. Treasury security is 4%; the yield on a 2-year U.S. Treasury bond is 4.8%. This data: Indicate the yield curve is downward sloping Indicate the yield curve is flat since the risk premium needs to be added for longer maturi..
The investment opportunity of a lifetime : Your broker calls to offer you the investment opportunity of a lifetime, the chance to invest in mortgage-backed securities. The broker explains that these securities are entitled to the principal and interest payments received from a pool of resi..
Final decision about making and marketing the new product : Mary Williams, owner of Williams Products, is evaluating whether to introduce a new product line. After thinking through the production process and the costs of raw materials and new equipment. Williams estimates the variable costs of each unit produ..
Design and develop mobile web application : HC2051 Mobile Web Applications Development. In this group assignment (maximum 5 students) requirement, you are required to design and develop mobile web application using any or all of the techniques you have learned in the class for example: HTML,..
Annotated bibliography submission document : For this assignment, each individual annotation entry within each workshop annotated bibliography submission document should follow the basic outline reflected below to be sure to obtain the required content areas.  The Purdue OWL example provides..
Compete contained in medical partnership agreement : Rush signed a covenant not to compete contained in a medical partnership agreement. It prohibited a partner leaving the partnership from engaging in the practice of medical or surgery within a twenty-five-mile radius of the partnership office for a p..
Considering investing in new it machinery : The initial cost of the transport fleet would be AED 6,000,000 and also require AED 500,000 investment in working capital. The life of the transport fleet would be 6 years, after which time the IT Machinery would have to be scrapped with no salvag..
Calculate the expected time difference if arm a : Calculate the expected time difference if arm A is at angle θ to the line of motion through the ether, as shown

Reviews

Write a Review

JAVA Programming Questions & Answers

  Implement a generic stack and queue classes

CMSC 350 Project - Implement a generic stack and queue classes (StackUMUC and QueueUMUC , named to avoid confusion with the classes already defined in the JDK)- Create a set of tests demonstrating that your classes work correctly.

  Write a program that reads words from a text file

Write a program that reads words from a text file and displays all the nonduplicate words in ascending order. The text file is passed as a command-line argument.

  In java programming objects are stored on stack

In java programming Objects are stored on Stack. True/False

  Write a java application that calculates the internet cost

Write a java application that calculates and displays the internet cost and GST (10% Goods & Services Tax) for N customers. N should be declared as a constant and it should be equal to the largest digit of your student ID number.

  An array of integers and returns the range of values

Write a method called range that accepts an array of integers and returns the range of values in the array. The range is defined as 1 more than the difference between the maximum and minimum values in the array. For example, if an array called list c..

  Implement a simple paddle ball game

Implement a simple paddle ball game. Paddle Ball Game Overview The paddle ball game is a simplification of the Pong game. In the Pong game, a ball is moving around the display, bouncing off walls.

  Create a class with attributes length and width

Create a class with attributes length and width, each of which defaults to 1. Provide member function that calculate and the area of the rectangle. Also, provide set and get functions for the length and width attributes. The set function should verif..

  History of java

Add a class FillInQuestion to the question hierarchy of How To 10.1. An object of this class is constructed with a string that contains the answer, surrounded by _ _, for example, "The inventor of Java was _James Gosling_". The question should be ..

  Developing prototype applet for web inventory management

As a lead systems developer for iDev3, you have been assigned as a consultant to work with Wrigley Inc (the gum company). Your project consists of developing a prototype applet for web-based inventory management

  Rewrite the following method using a while loop

Rewrite the following method using a while loop using an Iterator instead of the For each loop, files is an ArrayList storing String objects, also include ANY addition that you would need to have anywhere in the class.

  Write a simple application which implements the stockwatcher

Write a simple application which implements the StockWatcher interface (attached file)

  Prepare a method that will guess the root of a number

Using binary search/interval halving, prepare a method that will guess the root of a number (JAVA)

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd