문제

I was wondering about how I should set up my backend for my android application. I was thinking of maybe creating a Webservice which exposes the data from my database, is this a good idea or is there some other way that is more common with mobile applications?

Cheers.

도움이 되었습니까?

해결책

Yes this is a good idea. Just look at the services, big players like Google, Facebook or Dropbox provide. As data format I prefer JSON over XML as it's easier to create/parse on both sides (especially with Gson).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top