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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are 3 common HTTP requests

A

GET
PUT or POST
DELETE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What needs to be added to the Manifest file

A

uses permission

“android.permission.INTERNET”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly