What is the best approach for app development if time is your major priority? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is the best approach for app development if time is your major priority?

We want to develop app but my friend is a JavaScript developer and I am a Python developer. Which is the best approach for backend development along with database options. Is there any other option than Java/Kotlin for frontend or do we need to stick to it?

1st Jul 2019, 6:04 AM
pankaj pokharkar
pankaj pokharkar - avatar
6 Answers
+ 5
pankaj pokharkar React native is in beta 0.59. I already mentioned some flexibilities that RN provides, where you cannot get it from Java/Kotlin, like cross platform dev, ease of development without Android studio.. What are flexibilities you are looking for and RN still cannot provide?
1st Jul 2019, 6:58 AM
Calviղ
Calviղ - avatar
+ 8
1st Jul 2019, 7:31 AM
Николай Шаповаленко
Николай Шаповаленко - avatar
+ 8
As I understand, yes. With vue / rax inside. https://weex.apache.org/docs/api/weex-variable.html
1st Jul 2019, 8:30 AM
Николай Шаповаленко
Николай Шаповаленко - avatar
+ 5
Since you know javascript, you should try out React Native, it's easily convert any js project to native apps, and it can build iOS and Android with the same codebase. You can develop apps right away from https://snack.expo.io/. We even can code the app from our mobile phones with iOS and Android phone emulators, no installation of Android Studio and other tools needed. Codes are shareable between developers online.
1st Jul 2019, 6:09 AM
Calviղ
Calviղ - avatar
+ 3
Thanks Calvin for the snack link. Will check this out. Yes React native was the first option in our mind but it does not have a stable version and compared to android studio it does not have that flexibility .
1st Jul 2019, 6:18 AM
pankaj pokharkar
pankaj pokharkar - avatar
+ 3
Николай Шаповаленко is this another new JavaScript framework for app? 😲
1st Jul 2019, 8:21 AM
Calviղ
Calviղ - avatar