App Download

Swift is a new multi-paradigm, compiled programming language for iOS and OS X
- Updated to latest Swift 4.0.3Swift is a new multi-paradigm, compiled programming language developed by Apple for iOS and OS X development.Swift is a fantastic way to write software, whether it’s for phones, desktops, servers, or anything else that runs code. It’s a safe, fast, and interactive programming language that combines the best in modern language thinking with wisdom from the wider Apple engineering culture and the diverse contributions from its open-source community. The compiler is optimized for performance and the language is optimized for development, without compromising on either.Swift is friendly to new programmers. It’s an industrial-quality programming language that’s as expressive and enjoyable as a scripting language. Writing Swift code in a playground lets you experiment with code and see the results immediately, without the overhead of building and running an app.- Introduced at Apple's developer conference WWDC 2014- Swift is designed to replace Objective-C- Swift is intended to be more resilient against erroneous code- Uses the Objective-C runtime, allowing Objective-C, Objective-Cand Swift code to run within a single programFor more details on Swift: https://developer.apple.com/swift/
Swift is designed to provide seamless compatibility with Cocoa and Objective-C.
Learn how to use the new Swift Programming Language to work seamlessly with Cocoa and Objective-C.This app goes along with https://play.google.com/store/apps/details?id=com.lohriialo.swift/
Statically typed programming language for modern applications
Statically typed programming language for modern multi-platform applications. 100% interoperable with Java™ and Android™. Kotlin is a great fit for developing Android applications, bringing all of the advantages of a modern language to the Android platform without introducing any new restrictions.Kotlin has been successfully adopted by major companies for their Android app development like Pinterest, Basecamp, Keepsafe etc.As of Android Studio 3.0 Kotlin is a fully supported programming language on Android
Python is an interpreted programming language for general-purpose programming
Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, and a syntax that allows programmers to express concepts in fewer lines of code, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales.Python features a dynamic type system and automatic memory management. It supports multiple programming paradigms, including object-oriented, imperative, functional and procedural, and has a large and comprehensive standard library.