Yes . 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 mobile apps?
The only missing piece in the puzzle is a REST based communication architecture between the frontend and backend, that can facilitate complete decoupling. Django REST Framework does just that. Evidently, this setup will work for any Mobile/Frontend framework.
Read moreCan you use Django with Flutter?
Yes, you can . Django would power the backend for your app (storing and retrieving data) via Django REST Framework (DRF for short). Flutter would create the actual app and communicate with the Django backend to fetch and store data.26 Şub 2019
Read moreCan I use Django for mobile apps?
Yes . Use the standard Android app tools and use Django to serve and process data through API requests.
Read more