The document discusses different types of mobile apps including native apps, hybrid apps, and progressive web apps (PWAs). It covers the programming languages used to develop each type of app. For native apps, it notes that iOS uses Swift and Android uses Java/Kotlin. Hybrid apps can be developed using frameworks like Xamarin, React Native, Cordova, and others that allow coding once to deploy to both platforms. Popular languages for hybrid apps include C#, JavaScript, and CSS. PWAs can be made with web technologies like JavaScript, Python, Ruby, and PHP. The document also provides pros and cons of different development methods.