Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
4 views2 pages

Mobile App Development Practice Question

Uploaded by

dadug402
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Mobile App Development Practice Question

Uploaded by

dadug402
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1.​ What is Flutter, and why is it called a cross-platform framework?

2.​ Define a widget tree in Flutter.


3.​ What are stateless widgets and stateful widgets? Give examples.
4.​ Explain the difference between widget tree and element tree.
5.​ Explain Stateful widget lifecycle with diagram.
6.​ Write a Flutter program to display "Hello World" in the center of the screen.
7.​ Differentiate between var, final, and const in Dart.
8.​ Discuss inheritance in Dart with types and suitable examples.
9.​ Explain the use of getters and setters in Dart with example.
10.​ Explain abstract classes in Dart with example.
11.​ Discuss the importance of object-oriented programming in Flutter development.
12.​ What is the use of the Container widget?
13.​ What is the purpose of the Icon widget?
14.​ Explain the usage of common widgets (SafeArea, AppBar, Column, Row,
Container, Text, Button, Image) with examples.
15.​ Discuss the difference between Text and RichText with examples.
16.​ Discuss different types of Buttons in Flutter.
17.​ What is the purpose of GestureDetector in Flutter?
18.​ Discuss the implementation of Draggable and DragTarget with an example.
19.​ Explain AnimatedContainer with example..
20.​ Explain navigation in Flutter using Navigator class with example.
21.​ What are the steps to include libraries in flutter.
22.​ Explain how JSON is used for storing and retrieving structured data in Flutter
apps.
23.​ Explain firebase and firestore. What are the steps to add Firebase to a Flutter
project?
24.​List the steps for deploying a Flutter application on Android.
25.​Design a program for the following output.

You might also like