you need to create apis for your web app. After that you can use that api to create android or ios app . You can also use webview from Android Api and to integrate your web app with Android App. You won’t be able to convert python django application into a native mobile application.
Read moreCan I use Python as backend for Android app?
Yes definitely . You can use any server technology that you need to serve as the backend for an Android app! Python is apparently best done with Django, a popular web framework for python.
Read moreCan Django be used for mobile?
The short answer is yes ! But how? Django is a versatile python web framework with a large community and available packages. One of these popular packages is the Django Rest Framework, which can be used together with React Native to create mobile applications that work on both IOS and Android devices.
Read moreIs Django used for apps?
What is Django used for? As you can see, Django is used to make complex, large-scale web apps from Instagram to Firefox . The framework is both comprehensive and simple, although it does have its disadvantages.
Read moreCan I create app using Django?
Overview
Read moreIs Django good for mobile apps?
Yes . Use the Django Rest Framework to serve as the backend for something like React Native. Build a traditional website for mobile and then run it through a tool like PhoneGap. Use the standard Android app tools and use Django to serve and process data through API requests.
Read moreCan Django be used as backend for Android Apps?
I’ve been assigned a project to work with on an Android app that uses Django for the backend . I started working Django recently and realized it is for web apps.30 May 2019
Read more