DEV Community

Discussion on: Struggling between Web Development and Android Development

Collapse
 
johnnyjamesnavarro profile image
Johnny Navarro

How about a mix of both? There are mobile app development tools that are based on web development skills and "languages". React Native for example, you can build apps for both Android and iOS at the same time by using React.js which is a web framework. In React Native you can also include native Java or Swift code if you want. There's also Ionic which allows you to build mobile apps based on React, Angular or plain JavaScript. The possibilities are endless. Unless you wish to work directly and only with Java/Kotlin, there's no other reason you couldn't just build mobile apps with something like React Native or Ionic tbh. Good luck!