You are on page 1of 2

The Spoken Tutorial Project

• Self-explanatory: uses simple language The Spoken Tutorial Project


is funded by the
• Audio-video: uses multisensory approach
National Mission on Education through
• Small duration: has better retention Information and Communication Technology,
• Learner-centered: learn at your own pace Ministry of Human Resource Development,
• Learning by doing: learn and practise Government of India. Spoken Tutorial
simultaneously https://spoken-tutorial.org
• Empowerment: learn a new FLOSS
(Free/Libre and Open Source Software)
Contact us
Target Group Email: contact@spoken-tutorial.org
• Android App developers Website: https://spoken-tutorial.org
• Programmers
• Software Developers
Scan the QR code to
visit Spoken Tutorial website
Workshops
The Spoken Tutorial Project Team conducts
workshops on Android app using kotlin and
other FLOSS using spoken tutorials and gives
certificates to those who pass an online test.

For more details, please visit


https://spoken-tutorial.org

Forum Android app using kotlin


We have developed a beginner friendly Forum to
answer specific questions pertaining to any part
of a particular tutorial. National Mission on Education through
For more details, please visit IIT Bombay Information and Communication
https://forums.spoken-tutorial.org. Technology
Spoken Tutorial by IIT Bombay is licensed under a Creative (NMEICT)
Commons Attribution-ShareAlike 4.0 International License. www.sakshat.ac.in

All trademarks within this document belong to their legitimate owners. Funded by MHRD, Government of India.
Introduction   Features Spoken Tutorials in Android app using
• Android is an open source and Linux-based • Kotlin is easy to learn and the syntax is very Kotlin Series
Operating System for mobile devices such as similar to Java.
smartphones and tablet computers.
Basic Level Tutorials:
• Kotlin is more expressive, which makes the • Overview of Android App using Kotlin
• Android Studio is the official IDE for android code more readable and understandable.
application development. App development on
Android was almost exclusively done using the • Installation of Android Studio
• It has better performance and small runtime
Java programming language.
• Getting started with Hello World App
• It’s deep interoperability with Java, which
• Kotlin is a new open source programming attracts more Java developers.
language built by JetBrains, known for IntelliJ • Creating a simple registration form
IDEA (Android Studio is based on IntelliJ IDEA).
Kotlin is a language that runs on the JVM (Java • It is tools-friendly as IDE gives suggestions for
Virtual Machine). Kotlin code, can convert Java code to Kotlin • Adding Radio Buttons
code.

• Google has announced Kotlin as an official • Adding Spinner and Image


language on Android. Kotlin, is a statically • It is expressive to make your code more
typed programming language for the JVM, readable and understandable.
Intermedaite Level Tutorials:
Android and the browser.
• Creating a Search App
  • The intelligent code editor helps to write better
code, work faster, and be more productive by
offering advanced code completion. • URL Request

Download and Installation:


• Applications built in Android Studio are then • Display Search Result
 • Download Android studio from the below link:
compiled into the APK format for submission
https://developer.android.com/studio to the Google Play Store.
• Playing video using YouTube API

• Android Studio is available for Linux, Windows,


and mac OS

You might also like