This question has been flagged
2 Replies
6412 Views

Hello, Odoo Community.I have developed an Android XML-RPC Client that you can use by selecting the user authorized model, method,url and database that you want to test your Odoo modules or quickly assign queries. You can support me by using and voting if you like ! Thank you, happy coding. Tested Odoo Versions; 10-11-12-13
There were no section to share usefull tools so i m sharing it in here !


\https://play.google.com/store/apps/details?id=com.Ozdemir.OdooXMLRPCClient&hl=en_US

Avatar
Discard
Author

Hi Marco, than you for your kind thoughts. Actually XML-RPC Logic is same in every language but the point is which library and programming language you gonna use ? I dont know if you downloaded my app but it's written in C# for unity.

Best Answer


implementation 'org.apache.xmlrpc:xmlrpc-client:3.1.3'


Avatar
Discard
Best Answer

Hi Serkan, can you help me know how XML-RPC is implemented in Android? please.
If you have any page, tutorial or book, you can share me please.

Thank you very much for your contribution, it's incredible

Avatar
Discard
Author

Hi Marco, than you for your kind thoughts. Actually XML-RPC Logic is same in every language but the point is which library and programming language you gonna use ? I dont know if you downloaded my app but it's written in C# for unity.

First of all, thanks for a great start.

I try to use XML-RPC in Android Studio with Java, but I have problems with XML-RPC dependency.

I found this tool https://github.com/xuxingyin/odoo-mobile-api and at the moment I am trying to use it. But if you know any dependency for andoid studio that helps me integrate XML-RPC, I would appreciate it very much if you would share it with me.