Cross platform Flashcards

(12 cards)

1
Q

What is Cross Platform Development?

A

Frameworks that allow developers’ codebase to target major platforms (e.g., iOS and Android).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some example frameworks for Cross Platform Development?

A

Flutter (Google), React Native (Facebook), Xamarin (Microsoft).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the advantages of Cross Platform Development?

A

Familiarity with web paradigms, reduction in time, effort, and costs for application development and maintenance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the disadvantages of Cross Platform Development?

A

Concerns regarding performance, user perception, access to device features, and dependence on third party tools.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What programming language does Flutter use?

A

Dart programming language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a basic construct in Flutter?

A

Widget - UI elements, layouts, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What feature does Flutter offer for application updates?

A

Hot reload – update of application without stopping or reloading the whole app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the basic building block of UI in React Native?

A

View - a small rectangular portion of the screen used to display text, images, or respond to user input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What programming language does React Native use?

A

JavaScript.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the ‘Hello World’ App size for Flutter?

A

4.7 MB.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the ‘Hello World’ App size for React Native?

A

7 MB.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the main difference in library dependency between Flutter and React Native?

A

Flutter has little third-party library dependency, while React Native has a lot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly