I know there are ways to access IBM services to specific programming languages, but I have not seen anything in the docs about a way to connect my Watson Visual Recognition Service to React-Native.
glad if you can help me
Related
Is it possible to to integrate IBM Watson Assistant (Conversation) with WhatsApp? I have tried searching on the internet but haven't found much.
We're working on integration to Watson IBM which would bring all channels supported by amio.io to it. WhatsApp is obviously one of them we're aiming to provide. :-)
yes it is possible with services such as Kommunicate
First connect IBM Watson with Kommunicate.
Then, connect Whatsapp from Integration section.
Disclaimer: I am Cofounder of Kommunicate
I have gone through a deep research on developing google glass apps using objective c ,but I have found that we should only use Java/Python/PHP to develop google glass apps. Since I am an objective c developer I am looking for some static library or framework for xcode, which is built to develop apps for google glass. Please give me any idea, is there any such frameworks/Library? Any of your suggestions would be much appreciated.
Yes, Google provides an Objective C API library at https://code.google.com/p/google-api-objectivec-client/ that includes generated routines for the Mirror API. You should probably also consult the documentation at https://developers.google.com/glass/develop/mirror/index for a broad understanding of how the Mirror API works.
Note that this will allow you to develop web services that work with Glass. It will not allow you to develop applications that run on Glass itself. It also will not allow you to write iOS applications that communicate directly with Glass - it will need a network connection to the Mirror server at Google and there may be some restrictions about how a callback will work.
Android SDK is what you use to create .APK files to run on an android or google glass device. It is based on the java platform.
Just like Prisoner says you can mess with the mirror API by sending cards to your device in almost any language via those starter kits.
If you are actually trying to make glassware you will need the Android SDK. Unless you are a very experienced programmer I wouldn't try to program in C to create apps going on glass.
On a side note: if you are a new programmer and are only experienced in C, try to learn python. Python is great for programming in C with a variation called CPython.
I am trying build a database on google appengine and connect it to my IOS program. I am new in server side programming. I have done the tutorial about google appengine with java and eclipse since i know java and have no idea about Python. Can anyone direct me to a tutorial about this? All I found on the Internet is talking about Python and couldn't find anything about this topic with java and ObjectiveX.
Thanks all for your help
To begin with you will have to complete the Getting Started: Java tutorial that is written by Google App Engine team, to understand the basic concepts of working with such environment.
For your client side it doesn't really matter what you are using, it can be ObjectiveX or C# or SubjectiveY, as long as you can connect using whatever you built on the server side.
I am looking to create some cross platform libraries. One of the most important things for me for my mobile platforms is to access web services. After doing quite a bit of reading, it seems that the best solution would be to write against DataServiceContext (wcf-data-services-client).
Before I write my cross platform library and start my mono for android trial, I wanted to know if anyone has any experience with this library on Android? Does anyone have any experience using any of the WCF client libraries on Mono for Android? Any information or personal experiences on the subject would be helpful.
Thank you.
I know this is repeated question. I read almost all the threads , googled a lot and became more confused. I read Microsoft Mobile Internet Toolkit (MMIT) is not used anymore and Windows Mobile 6.5 Developer Tool Kit is widely used .
Requirement:Develope and publish websites for mobile phones.
Envoirnment:VS2008/.net 3.5
I am new to mobile web application development. I want to know how to start ,what are the frameworks i should know/download,sample websites or articles..
Thanks,
Vanitha
If you want to create web applications for mobile devices using microsoft technologies check out this site:
http://www.asp.net/mobile
It has simple how-to.....
If you're going to invest in a new skill, I'd focus on iPhone and Android development - they're far more widespread than windows mobile.