Commit b15d2230 authored by icyrizard's avatar icyrizard

worked on report

parent 2fd88e39
This diff is collapsed.
@article{clientserver,
title = "Performance and Scalability of Client-Server Database Architectures",
author = "Delis, A., \& Roussopoulos N."
}
@misc{Titanium-Appcelerator,
title = "Appcelerator, \url{http://www.appcelerator.com/}",
url = "\url{http://www.appcelerator.com/}",
}
@article{memoryleak,
title = "Why you should stay away from appcelerator titanium \\
\url{http://usingimho.wordpress.com/2011/0614/} \\
\url{why-you-should-stay-away-from-appcelerators-titanium/} ",
url = "\url{http://usingimho.wordpress.com/2011/06/14/why-you-should-stay-away-from-appcelerators-titanium/}",
author = "A. Dallera" ,
title = "Why you should stay away from appcelerator titanium.",
author = "A. Dallera" ,
note = "\url{http://usingimho.wordpress.com/2011/06/14/}\url{why-you-should-stay-away-from-appcelerators-titanium/}",
}
@misc{CSS3,
title = "CSS3 Support, \url{http://www.caniuse.com/}",
url = "\url{http://www.caniuse.com/}",
title = "Check CSS3 Support",
note = "\url{http://www.caniuse.com/}",
}
@misc{designing-touch,
......@@ -24,26 +28,30 @@
}
@misc{jQuery-Mobile,
title = "jQuery Mobile, \url{http://jquerymobile.com/}",
title = "jQuery Mobile.",
note = "\url{http://jquerymobile.com/}",
}
@misc{PhoneGap,
title = "PhoneGap, \url{http://www.phonegap.com/}",
title = "PhoneGap, ",
note = "\url{http://www.phonegap.com/}",
}
@misc{sencha,
title = "Sencha Touch, \url{http://www.sencha.com/products/touch}",
title = "Sencha Touch",
note = "\url{http://www.sencha.com/products/touch}",
}
@misc{Siege,
title = "Siege, \url{http://www.joedog.org/siege-home/}",
title = "Siege",
note = "\url{http://www.joedog.org/siege-home/}",
}
@misc{UbanFlood,
title = "The UrbanFlood Project",
note = "\url{http://www.urbanflood.eu/Pages/default.aspx}"
}
......
......@@ -52,13 +52,14 @@
\newpage
\begin{abstract}
The end product of this project is an multi-platform application, designed specifically for tablets, that will aid the urban flood project in viewing simulated floods. The current implementation this application is done on a multi-touch table which is not easily portable. To reach to goal of mobility and to be able to reach more public, tablets have the same interaction features as the multi-touch table and are therefore chosen to reach this goal. This project involves an investigation for the best possible tools to implement such an application. A side objective is to test how many peers the back-end server can handle at ones. This will also be reported in this document.
This project covers the implementation of a cross-platform application, designed specifically for tablets, that will aid the urban flood project in viewing simulated floods. This application already existed on a multi-touch table, which is not easily portable. To reach to goal of mobility and to be able to reach more public, tablets have the same interaction features as the multi-touch table and are therefore chosen to reach this goal. Sencha Touch 2 was found to be the best option at first but did not suffice the expectations. A side objective is to test how many peers the back-end server can handle at ones, the response time of the server goes up fast which means that a problem can occur when more clients are requesting data.
\end{abstract}
\input{fsb}
\newpage
\bibliographystyle{plain}
\bibliography{references}
\newpage
\appendix
\label{appendixA}
\include{area_api}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment