Reputation: 245
I am a beginner to android . I want to connect my android application to joomla 1.5 database. please help me....
Upvotes: 2
Views: 4852
Reputation: 1401
we did a more recent and stable RPC-JSON(Dojo & SMD compatible) adapter for Joomla and any other SQL & PHP based system . You simply pass queries and nested schemas which can have PHP functions in top. security is done by b&w listings.
its free, Dual(GPL&Custom) and part of our mobile-app-ide : xapp-studio.com (download the Joomla plug).
the actual work is done by another project of us : xapp-php.com which turns out as universal PHP gateway.
Upvotes: 0
Reputation: 3620
Connecting to any specific technology database is not an option for Android application, You should expose webservice to fetch data from any X technologies database.
Upvotes: 5
Reputation: 3622
for interacting the android application to joomla database you have to use web services
see the best article for web-service beginner.
Upvotes: 3
Reputation: 1639
You need to expose your datas from Joomla through a web service and consume it on your Android app.
This presentation could help you: http://fr.slideshare.net/HermanPeeren/webservices-connecting-joomla-with-other-programs-4399412 And the doc of the Joomla API: http://docs.joomla.org/API
Upvotes: 3