مواضيع ٢

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

__ is a view, group alliance, or children in single direction, vertically or horizontally

LinearLayout

2
New cards

__ this control is used to display text to the user

TextView

3
New cards

__ This is when the user either clicks or touches or fixes up upon any widget like button, text, image, etc. for one or more seconds

OnLongClickListener()

4
New cards

__ enable user to select the time of the day, and either 24 hour mode or a.m./p.m. mode

TimePicker

5
New cards

three types of menus in android

  • Options menu

  • Context menu

  • Pop-up menu

6
New cards

Which of the following is not a mobile platform?

Windows10

7
New cards

Which method is used to start a drag event in android

startDrag()

8
New cards

Which method returns the X coordinate of the drag point

getX()

9
New cards

Which language is primarily used for android, mobile application development

Java

10
New cards

A push button that could be pressed or clicked by the user to perform an action

Button

11
New cards

A floating list of menu items that displays when a view is long pressed

Context Menu

12
New cards

The four steps in the drag and drop process

  • Started

  • Continuing

  • Dropped

  • Ended

13
New cards

ACTION_DRAG_STARTED

Signal the start of a drag and drop operation

14
New cards

ACTION_DRAG_ENTERED

Signals to a view that the drag point has entered the bounding box of the view

15
New cards

ACTION_DROP

Signals to view that the user has released the drag shadow in the drag point has been in the bounding box of the

16
New cards
17
New cards

ACTION_DRAG_ENDED

Signals of the drag and drop operation has concluded

18
New cards

Is a message you can display to the user outside of your application's normal Ul.

Notification

19
New cards

Acquired to create an SQLite database in android

openOrCreateDatabase()

20
New cards

In android, which of the following is a valid way to display a short message on the screen without blocking the users interaction with the app

Toast

21
New cards

The……provides a way to manage the state of an emulator instance or USB-connected Android device..

Android Debug Bridge (ADB)

22
New cards

This method not only insert data, but also used to update or modify already existing data in database using bind arguments

execSQL()

23
New cards

Which of the following statements is true about the notification area and the notification drawer in Android?

Both the notification area, identification, draw of system controlled areas that the user can view at any time

24
New cards

This method gets the speed if it is available in meters/second over ground

float getSpeed()

25
New cards

Which of the following platforms is the best choice for publishing an android application

Google play store

26
New cards

ABD is built of three components

  • Client

  • Server

  • Daemon

27
New cards

getColumnCount()

This method return the total number of columns of the table

28
New cards

getPostion()

This method returns the current position of the cursor in the table

29
New cards

getColumnIndex (String columnName)

This method returns the index number of a column by specifying the name of the column

30
New cards

getColumnNames()

This method returns the array of all the column names of the table

31
New cards

isClosed()

This method returns true if the cursor is closed and return false otherwise