commit d4a54bf642ad62b98da15c82ed1dbc57c7ce32c5
parent 4373174f8ef29cf59a3c153129b0d23a161db2be
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Mon, 23 May 2011 16:31:27 +0200
Merge branch 'unstable' of github:jsmaniac/2011-m1s2-ter into unstable
Diffstat:
1 file changed, 25 insertions(+), 27 deletions(-)
diff --git a/presentation/presentation.tex b/presentation/presentation.tex
@@ -20,11 +20,22 @@
\titlepage
\end{frame}
+\section{Le Jeu}
+\begin{frame}
+ \begin{minipage}{\textwidth}
+ \centering
+ partie droite
+ \end{minipage}
+ \begin{minipage}{\textwidth}
+ \centering
+ partie gauche
+ \end{minipage}
+\end{frame}
+
\begin{frame}
% bertrand
Caractéristique d'\android{}~:
\begin{itemize}
- \item<+-> développé par Google
\item<+-> fondé sur un noyau Linux
\item<+-> interface de programmation en Java (Dalvic VM)
\item<+-> basé sur le modéle MVC
@@ -43,22 +54,11 @@
\begin{frame}
Le developpement~:
\begin{itemize}
- \item<+-> Pattern MVC
- \item<+-> Modéle héritant \verb!java.lang.Object!
- \item<+-> Vue modélisé en XML
- \item<+-> Controlleur héritant de \verb!android.app.Activity!
+ \item<+-> Le patron de conception MVC (Modele-Vue-Controlleur) % mettre schema MVC Propre a Android
\end{itemize}
\end{frame}
\begin{frame}
- Le cycle de vie d'une activité~:
- \begin{minipage}{\textwidth}
- \centering
- \includegraphics[width=0.75\textwidth]{img/activity_lifecycle.png}
- \end{minipage}
-\end{frame}
-
-\begin{frame}
Planning
\begin{itemize}
\item planning initial~: quatre itérations
@@ -160,7 +160,7 @@
\begin{frame}
Réseau lexical JeuxDeMots~: quelques statistiques
\begin{itemize}
- \item environ 45% des noeuds ne sont pas liés à des relations sémantiques sortantes
+ \item environ 45\% des noeuds ne sont pas liés à des relations sémantiques sortantes
\item environ 70\% des noeuds ne sont pas liés à des relations sémantiques entrantes
\end{itemize}
\end{frame}
@@ -233,14 +233,14 @@ RELATION & 'mc' & 'mn' & 'remarques' \\ \hline
\begin{frame}
% Georges
- \texttt{\textcolor{gray}{http://pticlic.fr/jeu.html}\#\textcolor{red}{game}/\textcolor{green}{1306104746953}/\textcolor{blue}{5,0,5,-1}}
+ \texttt{\textcolor{gray}{http://pticlic.fr/jeu.html}\#\textcolor{red}{game}/\textcolor{blue}{1306104746953}/\textcolor{blue}{5,0,5,-1}}
\vskip 1em%
\begin{tikzpicture}[
state/.style = {circle,draw,minimum size=1.5cm},
transition/.style = {->},
event/.style = {->, decorate, decoration={snake, post length=.5mm}, segment amplitude=.4mm, segment length=2mm},
source/.style = {},
- auto,swap,
+ auto,
secondary/.style={draw=gray}
]
\node[state] (goto) {goto};
@@ -254,28 +254,26 @@ RELATION & 'mc' & 'mn' & 'remarques' \\ \hline
\node[state] (ajax) at ($0.5*(c1) + 0.5*(c2)$) {AJAX};
\node[source, above=of goto] (hash) {hashchange};
- \draw[transition] (goto) -- (pre-enter);
+ \draw[transition] (goto) edge node {2} (pre-enter);
\draw[transition,dashed] (pre-enter) -- (enter);
\draw[transition] (enter) -- (update);
- \draw[event] (goto) -- (leave);
- \draw[event] (hash) -- (goto);
- \draw[event] (hash) -- (goto);
+ \draw[transition] (goto) edge node {1} (leave);
+ \draw[event,draw=red] (hash) -- (goto);
\draw[event] (arbitrary) -- (goto);
- \draw[event,secondary] (arbitrary) to[out=90, in=225] (hash.south west);
+ \draw[event] (arbitrary) to[out=90, in=225] (hash.south west);
\draw[event,secondary] (pre-enter) -- (ajax);
\draw[event,secondary] (ajax) -- (enter);
- \draw[event,secondary] (hash.east) to[out=0, in=135] (update);
+ \draw[event,draw=blue] (hash.east) to[out=0, in=135] (update);
\end{tikzpicture}
\end{frame}
\begin{frame}
Conclusion
\begin{itemize}
-
-\item reste à faire
-\item alpha tests
-\item situation réelle de réalisation de projet
-\end{itemize}
+ \item reste à faire
+ \item alpha tests
+ \item situation réelle de réalisation de projet
+ \end{itemize}
\end{frame}
\begin{frame}