Lesson 4: Build your first Android app PDF
Document Details
Uploaded by DynamicVorticism
Tags
Related
- 2024 S2 IT2010 Mobile Application Development Lecture 01 PDF
- 2024 S2 IT2010 Mobile Application Development Lecture PDF
- Mobile Application Development Lecture Notes PDF
- Internship-Training-on-Android-App-Development (4).pptx
- Android Studio Layout Komponentlari Ma'ruza-8 2024 PDF
- Lesson 5: Layouts PDF
Summary
This document provides a tutorial for building a first Android application. It covers different aspects of Android development including layouts, resources, activities, and the build system (Gradle).
Full Transcript
Lesson 4: Build your first Android app This work is licensed under the Android Development with Kotlin Apache 2 license. 1 v1.0 About this lesson Lesson 4: Build your first Android app Your first app...
Lesson 4: Build your first Android app This work is licensed under the Android Development with Kotlin Apache 2 license. 1 v1.0 About this lesson Lesson 4: Build your first Android app Your first app Anatomy of an Android app Layouts and resources in Android Activities Make an app interactive Gradle: Building an Android app Accessibility Summary This work is licensed under the Android Development with Kotlin Apache 2 license. 2 Android Studio Official IDE for building Android apps This work is licensed under the Android Development with Kotlin Apache 2 license. 3 Your first app This work is licensed under the Android Development with Kotlin Apache 2 license. 4 Open Android Studio This work is licensed under the Android Development with Kotlin Apache 2 license. 5 Create new project This work is licensed under the Android Development with Kotlin Apache 2 license. 6 Enter your project details This work is licensed under the Android Development with Kotlin Apache 2 license. 7 Android releases and API levels This work is licensed under the Android Development with Kotlin Apache 2 license. 8 Choose API levels for your app Minimum SDK: Device needs at least this API level to install Target SDK: API version and highest Android version tested Compile SDK: Android OS library version compiled with minSdkVersion