Rfelix
Rfelix

Reputation: 57

How to connect Android App to AWS Database

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

Answers (2)

Meena Pintu
Meena Pintu

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

Bunnynut
Bunnynut

Reputation: 1328

Mobile apps usually don't connect to a database directly but do crud operations through an api like a webservice.

Upvotes: 1

Related Questions