You won’t be able to convert python django application into a native mobile application . For web application, both the client side and server side code is rendered through web browser.13 Ara 2018
Read moreCan I develop Android app using django?
You can use APIs to send data from android app to Django server . Android lib https://square.github.io/retrofit/ to connect to server. Flow will be: Call APis from Android App to Django server.
Read moreCan I develop Android app using django?
You can use APIs to send data from android app to Django server . Android lib https://square.github.io/retrofit/ to connect to server. Flow will be: Call APis from Android App to Django server.
Read more