Game Preview

Mobile Programing Quizz

  •  English    20     Public
    Quizz
  •   Study   Slideshow
  • What does the AndroidManifest.xml file define?
    App permissions, activities, services
  •  15
  • Which lifecycle method is called when an Android Activity becomes visible?
    onStart()
  •  15
  • In Flutter, the root widget is usually
    MaterialApp
  •  15
  • Which iOS architecture pattern is the default recommendation by Apple?
    MVC
  •  15
  • What is the default build tool for Android projects?
    Gradle
  •  15
  • In Swift, which keyword is used to define an optional variable?
    ?
  •  15
  • Which feature does Kotlin have that Java lacks by default?
    Null safety
  •  15
  • In Dart, which keyword is used to create an asynchronous function?
    async
  •  15
  • What is the default access modifier in Java?
    default (package-private)
  •  15
  • Which of these is NOT a Kotlin collection type? List, Set, Map, ArrayList
    ArrayList (ArrayList is a class, not a collection interface)
  •  15
  • In MVVM, which layer holds UI-related logic?
    ViewModel
  •  15
  • In Clean Architecture, the innermost layer is
    Domain
  •  15
  • Which pattern is commonly used for Android networking?
    Singleton
  •  15
  • In Clean Architecture, which layer is responsible for API calls?
    Data
  •  15
  • Which iOS feature encrypts app data at rest?
    Data Protection
  •  15
  • Which mobile database is commonly used for offline storage in Android?
    SQLite
  •  15