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 service, which will be running in the background. When it finds a new model deployed in your web console, it will try to download it when the device is connected to the Wi-Fi.
To log into your cloud account, your app requires some credentials. For that, fritz supplies an API key. To enable this, we need to add a meta entry in your Android manifest XML file, as follows:
<meta-data android:name="fritz_api_key" android:value="6265ed5e7e334a97bbc750a09305cb19" />
The value of the fritz API key you need to replace with yours ...
Read now
Unlock full access