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 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 more