Can you build cross platform applications using a mobile phone? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Can you build cross platform applications using a mobile phone?

I recently came across a youtube video on how to install Kivy on pydroid 3. Then I said to myself :"That has to be a lie". After some research here I am . Can other cross plstform frameworks like React Native and Flutter run on a mobile phone?

1st Oct 2021, 2:16 AM
Richard
Richard - avatar
5 ответов
+ 1
You can install kivy on pydroid 3, you can install most of the python packages, and to the second question, it's yes
1st Oct 2021, 3:11 AM
Eashan Morajkar
Eashan Morajkar - avatar
+ 1
You need a terminal emulator called Termux, but it only works on Android 7.0 and above, download it from here https://f-droid.org/en/packages/com.termux/ ,the play store version is outdated
1st Oct 2021, 3:13 AM
Eashan Morajkar
Eashan Morajkar - avatar
+ 1
Then use the commands: pkg upgrade && pkg update then: pkg install nodejs
1st Oct 2021, 3:13 AM
Eashan Morajkar
Eashan Morajkar - avatar
+ 1
https://dev.to/shoa1bdev/how-to-create-a-react-app-on-android-1jh9#:~:text=First%20you%20need%20to%20Install,'Files'%20App%20for%20this.&text=Then%2C%20run%20pkg%20install%20nodejs%20.&text=To%20run%20the%20app%20go,would%20be%20live%20in%20localhost!
1st Oct 2021, 3:13 AM
Eashan Morajkar
Eashan Morajkar - avatar
+ 1
You can also use the apt package manager
1st Oct 2021, 3:14 AM
Eashan Morajkar
Eashan Morajkar - avatar