Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCasia committed Jan 23, 2018
1 parent 5040c65 commit d59eeee
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 11 deletions.
Binary file added images/kotlin_android/anko_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kotlin_android/anko_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kotlin_vs_java/extension_methods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kotlin_vs_java/functional_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kotlin_vs_java/functional_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/kotlin_vs_java/get_set.png
Binary file not shown.
Binary file modified images/kotlin_vs_java/lateinit_lazy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kotlin_vs_java/optional_arguments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kotlin_vs_java/ranges.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kotlin_vs_java/when.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions sections/kotlin_in_android.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
\section{Android \heart\ Kotlin}
\subsection{Kotlin Android Extensions}

\begin{frame}{Kotlin Android Extensions}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_android/kotlin_android_extensions_1}
\end{figure}
\end{frame}

\begin{frame}{Kotlin Android Extensions}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_android/kotlin_android_extensions_2}
\end{figure}
\end{frame}

\subsection{Anko}

\begin{frame}{Anko}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_android/anko_1}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%

\begin{frame}{Anko}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_android/anko_2}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%
45 changes: 34 additions & 11 deletions sections/kotlin_vs_java.tex
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,29 @@ \subsection{Null}
\end{frame}
%%%%%%%%%%%%%%%%

\subsection{Getter \& Setters}
\begin{frame}{Getter \& Setters}{}
\subsection{Lazy \& lateinit}
\begin{frame}{Lazy \& lateinit}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_vs_java/get_set}
\includegraphics[width=\textwidth]{images/kotlin_vs_java/lateinit_lazy}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%

\subsection{Lazy \& lateinit}
\begin{frame}{Lazy \& lateinit}{}
\subsection{Rangos}
\begin{frame}{Rangos}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_vs_java/lateinit_lazy}
\includegraphics[width=\textwidth]{images/kotlin_vs_java/ranges}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%

\subsection{When}
\begin{frame}{When}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_vs_java/when}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%
Expand All @@ -198,16 +207,30 @@ \subsection{Parámetros opcionales}
\begin{frame}{Parámetros opcionales}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_vs_java/optional_param_1}
\includegraphics[width=\textwidth]{images/kotlin_vs_java/optional_arguments}
\end{figure}
\end{frame}

\begin{frame}{Parámetros opcionales}{}

\subsection{Métodos extensores}
\begin{frame}{Métodos extensores}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_vs_java/optional_param_2}
\includegraphics[width=\textwidth]{images/kotlin_vs_java/extension_methods}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%

\subsection{Métodos extensores}
\subsection{Funcional}
\begin{frame}{Funcional}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_vs_java/functional_1}
\end{figure}
\end{frame}

\begin{frame}{Funcional}{}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{images/kotlin_vs_java/functional_2}
\end{figure}
\end{frame}

0 comments on commit d59eeee

Please sign in to comment.