DEV Community

Discussion on: Looking for a technology to build an app

Collapse
 
manuelfs12 profile image
Manuel Figueroa

If we are talking a about mobile apps we have a couple of different things.

  1. Native iOS apps: Swift and Xcode.
  2. Native Android apps: Java or Kotlin with Android Studio.
  3. Cross Platform apps: Flutter, Xamarin or React Native. There are some other technologies, but those were the first that came to my mind.
Collapse
 
kamalraj profile image
Kamal Raj

Thanks @manuel Figueroa for your suggestion. I too thought about React Native.