Hello,
I'm a software dev in my day job but am new to Connect IQ development. I'm curious what the recommended Connect IQ design should be to support the following:
1. User loads the Connect IQ app
2. App allows the user to make a selection from a menu
3. After making the selection the native activity selection screen is loaded
4. During activity recording, the selection the user made in step #2 is stored in a data field
Step 1 and 2 are an app. In step 3, do I use an Intent to load the native activity selection screen? And in step 4, how would the selected field be loaded into a custom data field?
I'm sure this is a newbie question, but I haven't gotten my head around it through reading the docs yet.
Thanks!