Xamarin Android App with online MySql/Sql database

17,463

Xamarin Android App with online MySql/Sql database

You could refer to :

Share:
17,463
Alexandru M
Author by

Alexandru M

Updated on June 04, 2022

Comments

  • Alexandru M
    Alexandru M almost 2 years

    I want to know how to connect an android application with an online database.

    I read a lot on internet but I'm still in the air. I don't know which methode is the best.

    1. I saw something from google like Sql google cloud

    2. I read a lot about Azure.

    I saw that all of these services are not entirely free.

    I want that my android application from user phone to comunicate with this database, but I don't want to expose sql querys in the codebehind of this app. So I need that this app to send a request somewhere and from there to execute these querys.

    Because this is my first Android app, I don't know how to procede in this situation. And I want to use Xamarin.

    So the user must insert some data or read some data from database.

    Can you give me some examples regarding of my situation?

    Thank you in advance.

  • Alexandru M
    Alexandru M over 6 years
    Thank you [York Shen - MSFT]. There are good information.