VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In android application Which file holds to use the internet ____
A
create file
B
Manifest file
C
system file
D
None of these
Explanation: 

Detailed explanation-1: -The manifest file is also where you can declare what types of hardware or software features your app requires and, by extension, which types of devices your app is compatible with. Google Play Store doesn’t let users install your app on devices that don’t provide the features or system version that your app requires.

Detailed explanation-2: -Add the INTERNET permission to your manifest file. This tag should be placed BEFORE the aplication TAG. If you put if after aplication TAG, it produces a warning.

Detailed explanation-3: -You need to explicitly put internet permission in AndroidManifest. xml, so user of your app will be aware of it.

There is 1 question to complete.