Reputation: 13
I'm facing trouble connecting my android app from github to bluemix. Seems like there are tools to connect a web application to bluemix through github. Is there such thing for android apps or mobile apps in General
Upvotes: 0
Views: 81
Reputation: 2488
Yes, an easy way to get started with connecting your mobile app to Bluemix is choosing a starter here, adding capabilities, and downloading the code.
Using the code, you can easily copy and paste over the relevant snippets and dependencies into your gradle for the features you want.
You may also choose to read the documentation for how to add each service individually to your application.
Bluemix offers three core mobile services to attach to your app:
In addition, you may choose to extend your mobile app to use Watson or any of the Data services Bluemix has available.
If your question is about DevOps, you can connect your GitHub repository to Bluemix by using the service here.
Upvotes: 0