Cross platform Mobile Development: Difference between revisions

From CS486wiki
Jump to navigationJump to search
Content deleted Content added
Core (talk | contribs)
No edit summary   (change visibility)
Core (talk | contribs)
No edit summary   (change visibility)
Line 1: Line 1:
== '''The Scope and The Purpose of The Project''' ==
== '''The Scope and The Purpose of The Project''' ==


The Cross Platform Mobile Development project is based on PhoneGap. The main goal of the project is to get experience for next generations. The Parris Foundation Project is done also by PhoneGap as an example project. to be able to see how efficiently we may use PhoneGap.
The Parris Foundation Mobile Application is a mobile application designed for both IPhone and Android phones. In this application user will be able to access various web pages and some other screens using tabs.

The main purpose of the project is to make people close to The Parris Foundation. Facilitating donation is the one of the important concerns of the project. User will be able to make donation by using his/her smartphone. This will provide user an easy, fast and reliable way to make donation. The application also will allow users to navigate between pages. Using this application, the user will be able to access info about The Parris Foundation as well as popular social pages of the foundation such as Twitter, Facebook, Blog and Vimeo. Moreover, The Parris Foundation’s events can be followed.




== '''Environment Platform''' ==
== '''Environment Platform''' ==



PhoneGap (an additional package that both works on Eclipse and XCode.)
Android Development Environment, Eclipse SDK-3.7 (Indigo) and the 2.3.3 of Java JDK is required.
Android Development Environment, Eclipse SDK-3.7 (Indigo) and the 2.3.3 of Java JDK is required.
iPhone Development Environment, XCode Version 4.1.
iPhone Development Environment, XCode Version 4.1.
HTML

CSS

== '''Users Manual of BUBrain for Android Project''' ==

BU Brain Mobile application is an application designed to run on an Android Operating System. It makes http request to university’s server in order to access Binghamton University database. The connection is through internet connection either using wireless communication or using the service phone operator provides. Application consists of five major screens: Main screen, Bu Info screen, Personal Info screen, Student screen, and Registration screen.


*'''Main Tab'''
Main is the interface holding links to other activities. Basically, it has four buttons, named Bu Info, Personal Info, Student, Registration and a Login interface below the buttons. Some of the activities in the program require login, so their buttons are disabled in the beginning of the program.

Revision as of 19:29, 15 May 2012

The Scope and The Purpose of The Project

The Cross Platform Mobile Development project is based on PhoneGap. The main goal of the project is to get experience for next generations. The Parris Foundation Project is done also by PhoneGap as an example project. to be able to see how efficiently we may use PhoneGap.


Environment Platform

PhoneGap (an additional package that both works on Eclipse and XCode.) Android Development Environment, Eclipse SDK-3.7 (Indigo) and the 2.3.3 of Java JDK is required. iPhone Development Environment, XCode Version 4.1. HTML CSS