0
personal found the following webservice tutorial: https://www.youtube.com/watch?v=0J87qN3B-dI
seeing the tutorial I was a little confused about.
1- the web service must be made the part of the android application?
for example I create a web service put this web service on the server and then create the application by android studio and make the connection to the web service?
2 - I must create web service by eclipse?
3 - in this tutorial it uses mysql, but I need to use Firebird, in this case I must put the.fdb database somewhere in Tomcat or the database will be accessed in the same way by the same localhost in the tutorial?
4 - I have a desktop system in Delphi, if I do web service in java may occur some conflict?
i don’t know anything about web service I’m the last 3 days researching a lot about, so I appreciate all the information you can share with me.
thank you in advance
Sometimes I don’t know what to do, because I use android studio and most tutorials use eclipse, and sometimes the authors of the tutorial use some eclipse features that I can’t find in android studio, but I could understand web service by your post
– Taha tsu
@Tahatsu Understand this, Eclipse does nothing but make it easy, it will be good to develop your application, now if on the server/site to use PHP for example until the "notepad" serves, you can use PHP in Eclipse as well, but it will be a project totally separate from the App project, the eclipse.
– Guilherme Nascimento
@Tahatsu something else, usually the tutorials use Eclipse because there are http servers that use java too, ie the guy creates an android app and this uses java and creates a web site, as the eclipse is a tool to facilitate it seems that both the webservice and the app are in the same place, but are different projects these tutoral just taught to write using the eclipse to facilitate even.
– Guilherme Nascimento
so, this was one of my doubts, I thought they were the same project so this whole mess of my part kkkkk
– Taha tsu
@Tahatsu is precisely because most people, not only you, think that Ides create things, but it’s normal to make this kind of mess =) -- now just choose the language for "site" and build the webservice, i usually use eclipse to create the apps for android and pro PHP (language I use on the sites) I use Notepad++ or sublimetext
– Guilherme Nascimento
and another point that is creating a certain confusion, is that the video tutorial that I think is using the SOAP and you guys explaining me the REST, so I started getting more confused and only now I realized that it was SOAP, but, the ideal is to use the REST?
– Taha tsu
@Tahatsu the choice between SOAP and REST is yours, however I personally find REST much simpler, since it uses HTTP itself to receive and send instructions or data.
– Guilherme Nascimento
got it, thank you so much for your attention, now I’ll try to make my app, thank you very much
– Taha tsu