December 2018
Intermediate to advanced
274 pages
7h 46m
English
I already mentioned that your app will download the model files when deployed in the fritz cloud server. To do that, Fritz has implemented a service named FritzJob. This service will be running in the background and when it finds a new model deployed in your web console, it will try to download it when the device is connected through the WiFi network.
To log into your cloud account, your app requires some credentials. For that, fritz is supplying an API key. To enable this, we need to add a meta-entry to your Android manifest XML file, as follows:
<meta-data android:name="fritz_api_key" android:value="e35d2b5bbba84eca8969b7d6acac1fb7" />
The value of the Fritz API key you need to replace ...
Read now
Unlock full access