Project 3: OPTION 2- Android Imaging Application
Research Oct. 30 your posting and Oct 31 your reviews
Proposal Due Nov. 2,
Project Due Nov. 26 ,
(points 230)
UNDER CONSTRUCTION!!!!!!!!!!!!!!!
You are to write a GUI Java application that run on the Android platform and can run under an Android Emmulator in the Eclipse Java IDE that features some Computer Vision Application. Your Application MUST BE APPROVED by the instructor and should be of significant complication to be interesting and have some barrier of entrance (meaning would take at the least a computer vision scientist to implement it).
PART of choosing this option will involve self learning of Android Programming ---you have my CS4521 (see resources below) to help you out. We have done this project as an official project and everyone loved it. I have even done Android programming successfully in my CS3340 OOP class ---so it is something if you like the idea that can be fit into the course. To accommodate the fact that there is some new learning here --- UNLIKE option 1, I will allow to SOME EXTENT (YOU MUST REQUEST AND GET APPROVAL) the use of other FREEWARE (you can NOT STEAL) code that you use...be careful about licensing if you intend to turn into the android marketplace --- you will want to own your own code that results!!!!
The Process
- Research
- Proposal
- Implementation and Testing on Emulator
- Optional: Testing on device if you have access
- Optional: turning in application to Android store.
Application SpecificationsEvery student will most likely propose a different mobile imaging application. You will submit a proposal that will be approved or the instuctor will make suitable suggestions for improvement (simplication or possibly more capabilities will be required). Because the purpose of the application can widly varry I am only making some general requirements as listed below.
|
Other Requirements:
1) Program should be an Android Java GUI applicaiton
2) See other requirements above and below.
Deliverables
- Proposal - following detailes above should be posted as a thread to the "Project 3- Proposal" discussion board.
- Implementation and turn in of code and results. It should include 2 files turned in to blackboard project link "Project 3- Final"
1) zipped up (using zip standard only) file containing all code (in Eclipse environment).
2) word document (see project description). This document MUST BE AN EXTENSION OF YOUR PROJECT 3 DOCUMENT and must contain (note the NEW items are shown here in red):
Word Document (click here for template you MUST use) that details the following:- Section 1 Execution Instructions:
Instructions for me to download and run your code. YOU NEED to show me screen shots of you doing this from your uploaded blackboard code.....this forces you to make sure that I can run your code. You MUST have the following screenshots AND give description on what to do: screenshot 1.1 = screen shot of your files uploaded to Project 1 turn in folder on blackboardFIGURE HERE
screenshot 1.2 = directory view of "temp" directory you unzipped file to showing the unziped files and directory structures.
FIGURE HERE
screenshot 1.3 = Eclipse running where you have opened up project file in "temp" directory.FIGURE HERE
screenshot 1.4 = Eclipse running the application - show screenshot of it running. If I must do something beyond simply hitting the "run" button, you need to give screenshots and step by step instructions.
- Section 2 Code Descpription
A describing how code is structured and the state of how it works. Give a describption for each filename listed. - Section 3 Testing:
here you give screen shots of you running the various stages of the program as detailed here: - Section 4 Comments
Optional any comments you have regarding your code (necessary if you code is not working, you need to tell me in detail what the problem is or what is missing)
section 3.1: starting application -
FIGURE HERE
screenshot 3.1a= showing icon and resulting starting GUIsection 3.2: use step 1
You will have sections showing you using different interfaces and results of the application.
FIGURE HERE
screenshot 3.2a = screen shot of active image in your application
FIGURE HERE
screenshot 3.2b = screen shot showing the results of application running on this image(s)
- Section 1 Execution Instructions:
Resources
- CS4521 website
- Android intro lecture
- Eclipse and Android (also see SW install info for class)
- Android Developer Site