Implement a web server based on REST Protocol in android
-
Hello. I wanna to implement a web server in android, based on REST protocol.This web server receives special commands based on REST, decode them, do requested task(s) and return result to client. I'm a novice in android programing and also in web based servers and REST protocol.Can any body give me a step bye step help to do this. Thanks very much.
-
Hello. I wanna to implement a web server in android, based on REST protocol.This web server receives special commands based on REST, decode them, do requested task(s) and return result to client. I'm a novice in android programing and also in web based servers and REST protocol.Can any body give me a step bye step help to do this. Thanks very much.
eb.shirani wrote:
Can any body give me a step bye step help to do this.
Not in a forum like this. As a novice in all three disciplines you need to go and do a lot of studying to learn how to use these features. For Android go to http://developer.android.com/index.html[^]. For the others try searching for useful links with Google.
-
eb.shirani wrote:
Can any body give me a step bye step help to do this.
Not in a forum like this. As a novice in all three disciplines you need to go and do a lot of studying to learn how to use these features. For Android go to http://developer.android.com/index.html[^]. For the others try searching for useful links with Google.
Hi Richard MacCutchan, Thanks for your reply. I need a sample program that do it in android,based on such a sample i can implement such a server. I searched by Google to find such a program, but I couldn't find useful sample code.If you have useful links,I appreciated to help me. Have a good time.
-
Hi Richard MacCutchan, Thanks for your reply. I need a sample program that do it in android,based on such a sample i can implement such a server. I searched by Google to find such a program, but I couldn't find useful sample code.If you have useful links,I appreciated to help me. Have a good time.
-
Hello. I wanna to implement a web server in android, based on REST protocol.This web server receives special commands based on REST, decode them, do requested task(s) and return result to client. I'm a novice in android programing and also in web based servers and REST protocol.Can any body give me a step bye step help to do this. Thanks very much.
Hi You can use mongoose web server (https://code.google.com/p/mongoose/[^]) for developing your rest server framework. Integrate your project to include Mongoose and then specify the endpoints, handle them in your project. Thanks, Sudhi.
-
Hello. I wanna to implement a web server in android, based on REST protocol.This web server receives special commands based on REST, decode them, do requested task(s) and return result to client. I'm a novice in android programing and also in web based servers and REST protocol.Can any body give me a step bye step help to do this. Thanks very much.
Eu tenho que fazer um projeto para android na onde eu vou ter que criar uma el para executar no android essa tela vai ter uns campos na hora que eu preencher os campos e clicar em salvar vai ter que salvar num servidor que eu tambem tenho que criar em java só que eu não estou conseguindo fazer então eu precisava da tela do cliente no android e do servidor em java se voces poderem me ajudar agradeço a tela pode conter as seguintes informações nome, endereço, idade, telefone.