Re: How to port a Django web app in mobile (iOS & Android)

2021-10-05 Thread Ram
Thank you very much, Adeyemi & Princewill for suggestions. Best Regards, ~Ram On Tue, Oct 5, 2021 at 3:10 AM Adeyemi Deji wrote: > Hello, I'm not sure if this will work but it seems to relate to what you > are trying to achieve. follow link below > > https://www.quora.com/How-do-we-convert-the-

Re: How to port a Django web app in mobile (iOS & Android)

2021-10-05 Thread Adeyemi Deji
Hello, I'm not sure if this will work but it seems to relate to what you are trying to achieve. follow link below https://www.quora.com/How-do-we-convert-the-Django-web-application-into-an-Android-app On Tuesday, October 5, 2021 at 5:38:31 AM UTC+2 ram.mu...@gmail.com wrote: > Hi, > > We have a

Re: How to port a Django web app in mobile (iOS & Android)

2021-10-05 Thread Princewill Kelechi
I think the best way to go about it is by creating an api endpoint with either django rest framework or django graphene, then consume this apis from your mobile app on android or iOS The mobile app can be developed in either react native or flutter On Tue, Oct 5, 2021, 4:37 AM Ram wrote: > Hi,

How to port a Django web app in mobile (iOS & Android)

2021-10-04 Thread Ram
Hi, We have a working WebApp developed with Django, Python and Vue.Js. The application is working ok when it is opened in Mobile devices but we need to do lot of tweaking UI to make it compatible to mobile devices everytime. So we are looking for a way to create a mobile app and also need to updat