For those who successfully pass this lecture’s exam, they can achieve some deeper insights and practical experience in the lecture “Praktikum Mobile Applications” (119315).
Go to http://mad.pages.mi.hdm-stuttgart.de/lecture-content.html for lecture content details.
This page can be found here: http://mad.pages.mi.hdm-stuttgart.de
Here I will list some of the questions that were asked during the lecture and will try to anser them. If you know an answer, you can also send it to me.
A: Yes, there is. You could use Dagger 2 for this using compile time dependency injection instead of reflection (results in a better performance). An alternative could be RoboSpring by Dr. Daniel Thommes, a former HdM research assistant and creator of RemoteUI
Q: Ho can I define own themes for my Android app?
A: You can find out more about Android Themes here. To design app themes you can use the Theme Editor in AndroidStudio.
Advanced Topics can be found here: