[Solved] Does IBM have a cloud hosting service that can be used to host worklight server/applications?

Start by looking at: http://www.ibm.com/cloud-computing/us/en/ IBM provides various ways to run the IBM MobileFirst Platform (formerly Worklight) as a hosted service. Some of them are unmanaged (you have to do your own IT). Some are managed. The basic option is to go to Softlayer and create an unmanaged Worklight instance. Look at http://www.ibm.com/marketplace/cloud/mobile-application-platform-pattern/us/en-us which is … Read more

[Solved] I want to make an android app that will access the image data stored on cloud. How can I do that? [closed]

You can try using Firebase. They allow you to store images up to 10MB, if they are larger than that you can chop it in 10MB chunks. Here’s a neat guide: http://technikyle.com/storing-images-in-firebase/ solved I want to make an android app that will access the image data stored on cloud. How can I do that? [closed]