Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Php & Http...anyone care to explain? Please?

Options
  • 08-07-2010 3:55pm
    #1
    Registered Users Posts: 1


    I just have pretty much no clue where to start in figuring out how to get a Java application for Android to transfer information through to PHP to a MySQLLite database...Could anyone shed a bit of light on the subject please?


Comments

  • Registered Users Posts: 515 ✭✭✭NeverSayDie


    Well, in order to provide some keywords for your googling, one approach would be to implement a web service in PHP to interact with the database, which your Java client will make calls to, possibly using a REST and JSON approach (seems to be the current vogue for Android clients, far as I can gather). Google will turn up plenty of material re how that all works.


Advertisement