Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.1 KB

App Dev.md

File metadata and controls

16 lines (12 loc) · 1.1 KB

🕸️ App Development

This section contains the learning paths to multiple technologies used in App development. Here is a quick walkthrough about this section and how to follow the learning paths.

🍃 Walkthrough

You can view two major sections in App Dev:

  • 📲 Native App Development
    • Native development focus on building apps specifically for Android or iOS devices. This section consist of learning paths for :
  • 🖥️ Cross Platform Development
    • Applications that can be built for both iOS and Android using a single codebase are cross platform applications. This section contains learning path for:
      • Flutter - It is a Dart based UI Development kit built by Google for cross platform development
      • React Native - It is a JavaScript based UI Framework created by Meta