Skip to content

Latest commit

 

History

History
114 lines (83 loc) · 5.66 KB

Android.md

File metadata and controls

114 lines (83 loc) · 5.66 KB

image

Android

Index

  1. Courses
  2. Certifications
  3. Books
  4. Podcasts
  5. Blogs
  6. References
  7. Publish
  8. Misc. Resources
  9. Newsletter
  10. Flutter
  11. React Native

Courses

Certificate

Books

Podcasts

Blogs

References

Different Platforms to Publish Apps

Misc Resources

Newsletter

Kotlin

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise.

Resources

Flutter

Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.:heart_eyes:

Resources

React Native

With React Native, you don't build a "mobile web app", an "HTML5 app", or a "hybrid app". You build a real mobile app that's indistinguishable from an app built using Objective-C or Java. React Native uses the same fundamental UI building blocks as regular iOS and Android apps. You just put those building blocks together using JavaScript and React.

Resources