Fundamentals of Mobile Programming Answer Sheet 1
Fundamentals of Mobile Programming Answer Sheet 1
● Answer:
Mobile programming involves creating software applications that run on mobile devices such as
smartphones and tablets. It encompasses developing applications for platforms like Android,
iOS, and other mobile operating systems using specific programming languages and
development environments.
2. What are the primary programming languages used for Android and iOS
development?
Answer:
● Android: Java and Kotlin are the primary languages. Kotlin is now the preferred
language due to its modern features and improvements over Java.
● iOS: Swift is the primary language, with Objective-C being used in older applications.