Android

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

1/13

flashcard set

Earn XP

Description and Tags

Learn about Android and its model

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

what an app does 1

provides services to the user via a user interface

2
New cards

what an app does 2

provides services to other apps to allow sharing

3
New cards

note

there is no prior knowledge of which apps are available to share information - you cannot know this as a developer

4
New cards

impact 1

discovery - what offers what

5
New cards

impact 2

wiring - choosing the servicing component

6
New cards

impact 3

interface definition - broad application

7
New cards

component kind 1

activities - user interactions

8
New cards

component kind 2

services - background non-GUI processes

9
New cards

component kind 3

content providers - shared data

10
New cards

component kind 4

broadcast receivers - listen to events

11
New cards

activity

corresponds to a screen, application moves between activities and potentially passes data between them

12
New cards

information needed to select activities

what’s being done (task), who can do it (discovery) and who we will use to do it (binding)

13
New cards

communication between components 1

the calling component uses an intent to announce the wish for communication with another component

14
New cards

communication between components 2

the called component has an intent filter to receive the intent where the intent must match the conditions of the intent filter