문제

We are working on a social network app with my friends. I am the android developer of the project but I dont know android networking. We have a php server and I have to connect it but I dont know how can I do that. Can anyone give me a need example on how to make GET requests and etc.? I would be really grateful if anyone do. Thanks.

Btw I have searched stackoverflow and I found 2-3 answer but they didnt really help. I found sample codes on other sites but they are only code and there is not any good tutorial. What I need is just a simple example which sends a variable to php server and get a response back.

도움이 되었습니까?

해결책

Try import org.apache.http.*

Tutorial: How to connect Android with PHP, MySQL

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