Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 2.19 KB

MobileAppDevelopment.md

File metadata and controls

23 lines (17 loc) · 2.19 KB

Back

Mobile App Development

A curated list of useful resources for mobile app development (for Android, iOS, Windows, or any other mobile system).

Android

  • Kotlin Doc: Documentation kotlin from the source, playground, exercise and many information about Kotlin. Do you want to migrate from Java to Kotlin. Start here!
  • Android Basics in Kotlin: Android Basics in Kotlin is a course about building basic Android apps. This course is for people with no prior programming experience.
  • Advanced Android in Kotlin: This course provides a series of codelabs that lead you through the advanced topics of building Android apps using Kotlin.
  • Android Kotlin Fundamentals: In the course, you learn Android Kotlin programming concepts and build a variety of apps.
  • Material Design: Documentation for designing Layout in android.It helps to build high quality experience for Android.Do you want to make a beautiful UI? ,Start here!
  • Launch Mode: Instructions for Android OS which specifies how the activity should be launched.

iOS

  • Apple Doc: Browse the latest developer documentation, including tutorials, sample code, articles, and API reference.
  • Swift Doc: Guide to the Swift Programming Language used for iOS development
  • Swift Tour: Walk through of basic data structures in Swift including Objects, Classes, Protocols, etc.
  • Swift Glossary: A one-stop dictionary of terms, providing definitions for all common terms used in the Swift language.
  • 100 Days of Swift: A free collection of videos, tutorials, tests, and more, to learn and master Swift

Windows