Develop notes & lists in App Actions Google Assistant - google-assistant-sdk

I've an application for Android and iOS that can be used to create grocery lists. I want to integrate the Google Assistant service with my application. I've already integrated Alexa, creating a Skill and subscribing to the events of the lists.
I would also like to integrate Google Assistant, but I can't find information about triggering events in google lists to later manage those products in my application.
I hope someone can help me.
Thanks and regards

Check out the Productivity Built-in Intents - these will allow you use the Assistant to create, get, and update list items.

Related

Iter to get the badge "Work with Google Assistant"

I need to create a Google Actions Custom (Dialogflow + Google Assistant) to interact with devices.
My customer would like to get the Work with Google Assistant badge. What should I do? How long does it take to get certified?
Thanks,
Nino
The Works With Google Assistant badge is primarily used for smart home devices that integrate with the Google Assistant through the Smart Home platform. Dialogflow is generally not going to be the best way to create your integration.
The smart home documentation provides guidance on the launch and certification process.

What is the use of google tag manager for iOS app?

I am using firebase Analytics to log all the event. I m not able to understand the google tag manager , How can i use it . What google tag manager can do for iOS app.
One of the big iOS/Android projects I work on uses GTM variables for remote configuration.
For example, our menu items change based on whether it is Winter. So, we flip a boolean on GTM, and voila, within 24 hours, all our apps have the correct menu items.
We are planning to migrate this functionality to Firebase database, however, which has the benefit of instant updates.

How to create a Google Assistant app which you don't have to ask for?

How do I create a Google Assistant app? Where I don't have to ask the assistant to talk to the app.
I don't know further how to explain it, so just comment if you have any question!
Do you have to be a "Partner" with Google or is this something I myself can do?
Thanks in advance!
You can use the SDK to create an app in any language you choose. You choose how you will trigger and send queries to the assistant, you don't necessarily have to "talk to it".
https://developers.google.com/assistant/sdk/
You don't have to be a partner with Google as long as you use it for development purposes only. You are not allowed to commercialize what you build without permission from Google.

Mobile App With Web Admin Panel

I have to build an iOS mobile app which has a web based admin panel.
Can you give me some tips on where to start?
I know OOP programming and the fundamentals of Swift (I have to use this language.)
The app I would like to build is kind of a reporting app. Users can log in to their dashboards and can send reports to the "office" which means they fill out a specific form. In the office managers can check the reports in a custom made web based admin panel (such as www.domain.com/reports-admin) where they can log in and view,filter,delete,save these reports.
Can I do something like this with Parse.com or I have to build my own backend from scratch?
Thanks for the help.
According to the backend, it doesn't matter if you are delivering the content to an iOS app or a Web interface. So yes your users can access it from the web or their iOS device. Parse.com can be easily used for the backend as they support many languages. The parse.com documentation is a good place to start.

How to integrate tapatalk in my app

I am working on an app in which I need to show product related forums listing using vBulletine and TAPATALK API like the existing website does.
how could I show it in app?
I googled it alot but couldn't find any solution.
First of all you need to register at tapatalk.com.
Then you can "build your own" Tapatalk application here, but it's only a customisation of the Tapatalk app. It's a "all-inclusive" app that you can customize. So basically you can't make your "100% own app" using this feature.
If you need to make your "100% own app", then you can read the API specifications here : Tapatalk API
Afaik, there is no binary / library, so you have to implement the API by your self.

Resources