Network connection in Android Flashcards
How to connect to Webservices using Android
1
Q
How do Android apps send and receive data from remote sources
A
Using HTTP
2
Q
What does each HTTP request contain
A
They contain a Uniform Resource Identifier and an operation that tells the server what to do
3
Q
What are 3 common HTTP requests
A
GET
PUT or POST
DELETE
4
Q
What needs to be added to the Manifest file
A
uses permission
“android.permission.INTERNET”