|
In phase 1, even though you are selecting a development platform (Android Studio or HTML/CSS/Javacript or Java+WindowBuilder). you should not focus on issues such as programming languages in the design aspects in that context. As a team you will start thinking about that in general, but this project phase is meant to focus on issues such as anticipated users, their tasks, overall appearance and functionality. In phase 2, you will build a functioning interactive prototype. Since you will need to demonstrate your project in class as well as give it to another team to evaluate, all project demos must be able to run on Windows 10 and OS X machines without any software installations beyond Android Studio, Chrome, and Java 11 with WindowBuilder. For example, we install an Android simulator and run your app on our machine, or launch your Java app after installing the standard Java 11 JDK, or launch Chrome and open your HTML file locally, all without installing anything extra. You may create (for example) Java applications or HTML/CSS/Javacript pages that run on a PC which appear just like a smartphone application would even though Java does not simply run on smartphones and webpages won't look identical. Do not build something that requires a server (either online or locally). You can simulate things via a shared text file on the machine (don't build a database system) or shared objects in Java or using things like localStorage.setItem in Javascript. However, in this project phase, these should not be limiting factors. As you are designing for a touch-based device, consider things such as the lack of tooltips or a physical keyboard on the actual device (so you might need to reserve part of your screen for the soft keyboard). All teams will be working on a smartphone app. Please assume that you have something like a 5" Nexus 4 with a resolution of 768x1280. However, realize that due to screen dpi, for a more accurate feel if working in Java you might want your Java app to be of lwoer resolution, but still the ame aspect ratio. Perhaps that equates closer to something like 375 by 500. Note: The only piece of hardware that you may simulate is a camera, and you cannot use it for advanced computing such as image recognition (we're not building that type of software in this course) but just as a camera. |