Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Android App with MySQL database: what visual components to use?

  • 15-07-2013 01:50PM
    #1
    Registered Users, Registered Users 2 Posts: 158 ✭✭


    Hi All,
    I used to do a little bit of development in delphi and now working on a project where I have to create a mobile app for android with MySQL DB back end. Where it is all new to me I am at the stage when I can connect and run queries to MySQL DB but having difficulties in displaying the results. Any examples i can find are related to SQLite or using HTTP and php method.
    I am connecting to MySQL using jdbc connector and my result is resultSet type.
    How can I display it in a table/grid (similar to DBGrid in delphi)? Can I then scroll visual component and scroll resultSet at the same time??

    Any help is appreciated, thanks


Comments

  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    Could you explain what you're trying to do as your information does not make sense. If your question concerns Android app development, then you'd be using SQLite, rather than MySQL. Or are you attempting to connect to a remote MySQL schema using your app?


Advertisement