1. Platforms Overview
App development can be platform-specific or cross-platform. Android uses Java/Kotlin, iOS uses Swift, and
cross-platform frameworks include Flutter and React Native.
, Comprehensive App Development Notes
2. Frontend Development
Frontend is the user interface. For Android, use XML and Kotlin. For iOS, use SwiftUI or UIKit. Flutter uses Dart. React
Native uses JSX.