web services - How to integrate RESTful webservice in Android -


i newbie web services. want integrate web services(rest) in android. can suggest tutorials.

what back-end? if java can use rest java (jax-rs) using jersey.

on android side can use this simple restclient work rest service.

for json <--> object mapping on both sides (android, java back-end) can use gson.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -