I have an idea to develop a mobile app, to run on Android and IOS platforms.
I've never developed anything mobile, so I have no idea what the technology options are for developing.
I'd like some suggestions.
I have an idea to develop a mobile app, to run on Android and IOS platforms.
I've never developed anything mobile, so I have no idea what the technology options are for developing.
I'd like some suggestions.
First ask yourself, what do I know! From here we go to some options
Native Developing apps natively, technically is a great practice, but with a time-consuming learning curve.
Hybrid (Webview) How to develop apps using HTML, CSS and Javascript. Low learning curve, in addition to being well developed, the app gets to be legal.
Some Frameworks:
among others.
Cross-Platform Basically following the same context as above, but instead of being a WebView, it generates native apps. Many use JavaScript for this purpose. Others generate intermediate code. Still others use an intermediate C code to compile to the platform native.
Examples:
Knowing all this, it's up to you to decide which fits best at the moment.
Hugs