My ibm liberty java app is not displaying images other than the standard default image that was provided along with sample code. Is there a restriction (copyright etc.) on displaying images on ibm bluemix apps ?
Thanks!
Related
I'm new to Bluemix but I've seen on several videos some folks easily using Bluemix to create their app screen just dropping whatever they find useful on it. But I logged on and I looked everywhere for this page and I can't find it. Does anyone knows how to get there?This image shows the place where I want to go.
Thank you all!
Mobile App Builder is no longer integrated into the Bluemix Developer Experience. It's been replaced with starter apps that allow users to get started quickly integrating Watson and other Bluemix services into their projects.
If you would like access to the legacy App Builder tools, they are available here.
I can't figure out how to get my Unity app to recognize images from the cloud using the Metaio SDK. Could anyone point me to the method, API or tutorial to allow this on Unity/Metaio?
For example, I've got my Unity app working with Metaio to recognize a local image, that is, an image that I've placed in the Resources folder. I would like to build an app that can recognize images in the cloud (metaio servers) such that no image file would need to be bundled into the application itself.
Some details: I'm using Unity Pro 4.5.5 with Metaio SDK 6.0, trying to build an app for Android
The Metaio SDK installer includes example of Cloud based image recognition a.k.a. Visual Search. Please refer to the Visual Search scene in the Unity example. More information can be found here: https://dev.metaio.com/visual-search/general-information/
I'm developing an iPhone Application where I want to integrate google cloud storage so that I can store images. Please anyone can help me or provide me the link of sample. I tried searching but could not find.
Thanks
I recommend using the Google APIs Client Library for Objective-C. It uses the JSON API. You will need to enable the JSON API by visiting the Cloud Console, clicking APIs, and enabling the "Google Cloud Storage JSON API"
There is no specific library or sdk for Cloud integration but there is a web based interface you can integrate for google cloud. you'll have to read about it a little. here's the link
https://developers.google.com/storage/
I've been working on a IBM portal 8.0 and JSR 286. My requirement is to detect whether the request is coming from a PC Browser or Mobile or Tablet. I'm not using Web experience factory. It is just basic portlet project.
Please someone suggest is there any way (any helper classes or any other mechanism) for the device detection in IBM Portlet 8 (JSR286).
You can use jQuery in your portlet's jsp to detect the type of device. Otherwise there are other options available at detectmobilebrowsers.com
Has anyone tried integrating IBM's Coremetrics into an iOS app? I am looking at adding analytics to a customer's app. They currently use Coremetrics for their website, and I've used Flurry.
Adding IBM coremetrics from an iPhone / iPad is not too difficult.
Its just making http call to coremetric server (http://testdata.coremetrics.com - test server) with your coremetrics client ID. You may need to follow the steps below for enabling coremetrics tagging in your iPhone app.
Create an account in the IBM coremetrics server. Then you will be
provided witha Client ID, Username and password.
Add Coremetrics iOS library from IBM to your project. It will be few
source files that you need to add to your source folder. This you can get it by contating IBM coremetrics support team cm_support#us.ibm.com
Give your client ID in the appropriate place in the URL.
Then make an http connection to the coremetrics server, by calling appropriate function from the library files that you added to your project.
Once you have done this login to https://itt.coremetrics.com and check if your entry has been logged.
Hope it help!