Reputation: 57
Previously, my application did not connected to AWS Database. I want to change database connection to AWS Database. But i found some trouble. I think it was same like we connect AWS Database into a Website Application. But it really different.
Upvotes: 1
Views: 2059
Reputation: 152
So just create web_services and get data like normal https request in android app then handle received data with android apps logic
Upvotes: 1
Reputation: 1328
Mobile apps usually don't connect to a database directly but do crud operations through an api like a webservice.
Upvotes: 1