Try Magic Notes and save time.
Try it free
Try Magic Notes and save time
Crush your year with the magic of personalized studying.
Try it free
hello quizlet
Home
Subjects
Expert Solutions
Log in
Sign up
PRM391 - TEST 1
Flashcards
Learn
Test
Match
Q-Chat
____ object allows to modify the preference values.
Select one:
a. Preferences.Editor
b. Preferences.Modificator
c. SharedPreferences.Editor
d. SharedPreferences.Modificator
Click the card to flip 👆
D
Click the card to flip 👆
1 / 47
1 / 47
Flashcards
Learn
Test
Match
Q-Chat
Created by
Thaycacac
Share
Share
Terms in this set (47)
____ object allows to modify the preference values.
Select one:
a. Preferences.Editor
b. Preferences.Modificator
c. SharedPreferences.Editor
d. SharedPreferences.Modificator
D
2. Which of following methods is used to launch an activity for which you would like a result when it finished?
Select one:
a. startActivity()
b. startActivityForResult()
c. startActivityIfNeeded ()
d. startIntentSender()
B
3.PendingIntent is used to grant to another application the right to perform the operation that specified as if the other application was in current app.
Select one:
a. True
b. False
A
Identify two ways to execute a delete statement, in SQLite: (db is instance of SQLiteDatabase class)
Select one or more:
a. To execute db.delete method
b. To execute db.execSQL method
c. To execute db.update method
d. To execute db.exec method
AB
Which of followings provides the getLatitude and getLongitude methods?
Select one:
a. LocationManager
b. All of others
c. Location
d. Map
C