Salesforce Development with Flutter - mobile

I know that Flutter is new, and mobile Salesforce development is somewhat a niche topic, but is there full support for mobile Salesforce development using Flutter?

I don't know if this can help, but a cursory google search yielded this: https://github.com/wmathurin/SalesforceMobileSDK-FlutterPlugin/tree/dev

Related

Integrate AWS DynamoDB with Android

I have created my AWS account and I want to integrate DynamoDB with my Android app.
I am having a lot of problems lately with integration. I have searched all over the web for the instructions but I didn't get any answers and it is very confusing.
I would really appreciate it if someone could give me the steps/instructions to integrate AWS DynamoDB with my android app.
Check out the AWS Amplify Framework. It's a fantastic tool that can help you get starting building apps on AWS on multiple platforms. Android is one of the supported platforms, and there are several tutorials to get you started.
Good luck!

Google Appengine's Version of Heroku Piplines

I used to work on Heroku a lot and loved their pipeline feature, that spins a new instance for every PR on github to test with.
We're using Google Appengine to serve a django app and are struggling to find an alternative for this live testing on the web.
Does anyone know what to use to do the same for Google Appengine? Is this something that needs to be built custom? Can't seem to find anything on google searches.
Thanks :)
Maybe the following two articles will help you.
Continious delivery with Bitbucket:
https://cloud.google.com/solutions/continuous-delivery-bitbucket-app-engine
or you can use Gitlab (that's what I am doing)
https://medium.com/evenbit/an-easy-guide-to-automatically-deploy-your-google-app-engine-project-with-gitlab-ci-48cb84757125
Unfortunately Google Cloud does not offer any out of the box solution until now

Google Assistant API

Is there some google assistant api guide or tutorial? I cannot find anything related by these keywords. There seems have some Android app integration guide, but I want to integrate with my cloud service, not android app.
I find IFTTT have connected Google Assistant to several services, so I want to add some intents to my custom service.
I have built an Alexa app by using Alexa Skill Kit to handle my customize intent, and want to find something similar in Google Assistant developer playground, but I have no clue.
Thanks!
Google Assistant API was officially launched by Google for Windows, Mac, and Linux by which you can Get Google Assistant on Windows, Mac, and Linux.
If you wish to create voice applications for Google Assistant which are called as Google actions you will have to rely on the developers guide posted here
There is also an introductory course on udemy for the same.
I personally have used dialogFlow
and for the backend and I used firebase and have hosted a few apps into the store
Google Assistant will open its SDK to developers this December.
There's been a quite a lot of development on supporting the developer ecosystem, including the release of the Google Assistant SDK, app templates, and the ability to host and edit your integration via Firebase Functions.
For some code samples see
Conversational Components for Google Assistant
DialogFlow (previously Api.ai) v2 Samples

Accessing books.google.com in Google AppEngine

I'm a newbie in google appengine java. I'm having a hard time to create a web crawler in it. One solution I'm thinking and studying on is by using urlFetch() to access books.google.com. I need to input a certain isbn of a book and the app will fetch the details (title,authors,etc) of that certain book. Is it possible using urlFetch()? Thanks for the advices. :)
Google books has an API. You can access that over URLFetch just as you would any other HTTP-based API or site.

Is there a comprehensive list of Google App Engine applications out there?

I'm considering leveraging Google App Engine for a small side project, but before I go in head first and start coding my apps (which are fairly trivial and common stuff) I'd like to check out what has already been done. But I haven't been able to find any place that lists the sorts of applications already out there. Anyone knows of such a place?
There would be the App Gallery for a starter...
Probably not comprehensive, but pretty close: Google App Engine Applications Gallery.
Also not comprehensive, but here are some that use app-engine-patch
The App Engine gallery has unfortunately been closed.
Google has a page on the Developers portal where they feature products and apps built with their technologies and API. The features items are handpicked by the Google Developers team (which you can always try to contact on G+).
You can filter that list based on which technology was used so the following link (with an appengine filter) will show you the apps built on App Engine:
https://developers.google.com/showcase/#tags=appengine

Resources