Search Header Logo

Mobile App Develpoment

Authored by Shashanka Mondal

Computers

University

Used 4+ times

Mobile App Develpoment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Expand the term 'APK'

Android Page Kit

Android Phone Kit

Android Package Kit

Android Private Kit

Answer explanation

APK stands for Android Package (sometimes Android Package Kit or Android Application Package). It's the file format that Android uses to distribute and install apps. As a result, an APK contains all the elements that an app needs to install correctly on your device.

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

On which of the following, developers can test the application, during developing the android applications

Physical Android Phone

Third Party Emulators

Emulator included in SDK

All of the above Answer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many types of widgets are there in Flutter?

2

4

17

more than 20+

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is the permission for using the camera?

android.permission.USE_CAMERA

android.permission.hardware.CAMERA

android.permission.CAMERA

android.permission.FREE_CAM

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A programming environment that has been packaged as an application program

Programming language

Android SDK

Visual Studio

Integrated Development Environment

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Suppose that there are two activities in an application named ActivityOne and ActivityTwo. You want to invoke ActivityTwo from ActivityOne. What code you will write?

Intent intent=new Intent (this, ActivityTwo.class); startActivity(intent)

startActivity(new Intent(this, ActivityTwo.class))

Both the above options

None of the given options

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

In which file, permissions are set in Android

src

bin

AndroidManifest.xml

permissions

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?