Add quellenzusammenfassung

pull/3/head
Jonas Franz 2 years ago
parent fd3221ef46
commit c192b7883d
  1. 1
      .gitignore
  2. 41
      bibliography.bib
  3. 23
      quellenzusammenfassung.tex
  4. 1
      thesis.tex

1
.gitignore vendored

@ -224,3 +224,4 @@ TSWLatexianTemp*
# any other stuff # any other stuff
*.swp *.swp
*.sic *.sic
quellenzusammenfassung.tex

@ -30,4 +30,43 @@
year = {2021}, year = {2021},
url = {https://docs.flutter.dev/development/data-and-backend/state-mgmt/options}, url = {https://docs.flutter.dev/development/data-and-backend/state-mgmt/options},
urldate = {2022-01-07} urldate = {2022-01-07}
} }
@InProceedings{experienceOfDevelopingFlutter,
author="Kuzmin, Nikita
and Ignatiev, Konstantin
and Grafov, Denis",
editor="Kim, Kuinam J.
and Kim, Hye-Young",
title="Experience of Developing a Mobile Application Using Flutter",
booktitle="Information Science and Applications",
year="2020",
publisher="Springer Singapore",
address="Singapore",
pages="571--575",
abstract="The development of mobile applications always implies the development of two versions---for Android and for iOS. Flutter, new technology from Google, allows you to build applications for both systems from single code base. At the same time it saves possibility to create native part of applications. In this article we describe our experience of using this technology to create a mobile application for investment hotels.",
isbn="978-981-15-1465-4"
}
@Book{flutterInAction,
author = {Windmill, Eric},
publisher = {Manning Publications},
title = {Flutter in Action},
year = {2020},
address = {New York, Vereinigte Staaten von Amerika},
isbn = {9781617296147},
}
@Book{managingStateInFlutter,
author = {Arshad, Waleed},
publisher = {Packt Publishing},
title = {Managing State in Flutter Pragmatically},
year = {2021},
isbn = {1801070776},
month = nov,
ean = {9781801070775},
pagetotal = {246},
url = {https://www.ebook.de/de/product/41926143/waleed_arshad_managing_state_in_flutter_pragmatically.html},
}
@Comment{jabref-meta: databaseType:bibtex;}

@ -0,0 +1,23 @@
\chapter{Quellenzusammenfassung}
\section{\citetitle{experienceOfDevelopingFlutter}}
\begin{itemize}
\item BloC Evaluation -> Probleme: Sehr viele Klassen
\item Seperierung Daten eines Screens / UI
\item Ziel: Testability
\item Leider keine Quelltextbeispiele, nicht nachvollziehbar
\end{itemize}
\section{\citetitle{flutterInAction}}
\begin{itemize}
\item Diverse Infos zum Aufbau von Flutter
\item Tolle Skizzen und Grafiken
\end{itemize}
\section{\citetitle{managingStateInFlutter}}
\begin{itemize}
\item Quasi meine BA nur in weniger wissenschaftlich
\end{itemize}

@ -93,6 +93,7 @@
\cleardoublepage \cleardoublepage
\part{Thesis}\label{pt:thesis} \part{Thesis}\label{pt:thesis}
\include{chapters/intro/intro} \include{chapters/intro/intro}
\include{quellenzusammenfassung.tex}
%************************************************************************* %*************************************************************************
% Recommendations % Recommendations
%************************************************************************* %*************************************************************************

Loading…
Cancel
Save