Integrate AWS DynamoDB with Android - database

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!

Related

Salesforce Development with Flutter

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

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

Is AWS(S3, EC2) a good backend fit for an appcelerator mobile app?

I am looking to supplement a website i am building using web2py with a mobile app. Titanium seems good to work with and was wondering if i should just use AWS for my backend on both my website and mobile app. I am also interested in an answer if i was just developing the mobile app only not a website as well.
Kind Regards
I created a simple API to access data from an app I developed with Titanium. It is hosted on EC2 and I have been very happy with the performance so far.

How to build a Silverlight Facebook client?

As my final project I wanted to do client for Facebook and Twitter using the APIs available. But there is not much tutorial or guidance available for me to start this project. And the other idea was to build a Game in Silverlight, which have more tutorials and info on it.
I would prefer to do social media client, but if enough help is there.
Have you looked at the Facebook Developer Toolkit?
http://facebooktoolkit.codeplex.com/
If you want to access Facebook APIs from within Silverlight, it's where you should start.
This project leverages the Facebook Toolkit above:
http://www.silverlight.net/content/samples/apps/facebookclient/sfcquickinstall.aspx
So far as I know, the source for it hasn't been released. You could presumably do something similar, but open-source it.

Resources