by Oliver Obermayr.
Hi Roc,
Thanks for your advice. I've tried this: http://docs.moodle.org/dev/Creating_a_web_service_client and after some experience got a set of information in form of xml. So by this link:
https://<mydomain>/moodle/webservice/xmlrpc/server.php?wstoken=<mytoken>&wsfunction=core_course_get_contents&courseid=<id course>
I have now datas like article(topics) names, description, id etc. Everything is good except content itself, I mean those texts of articles which I created aren't there. As I said before, I have one course and inside of this course I created (in form html) a set of articles(topics) and uploaded some images also. I want to show all these articles in a display of mobile device, how todo this?
Thanks in advance