Thank you very much for replying my question. I'm a student in Korea, so my english grammar is not good. I'm sorry for that.
I'm wondering to create a web site as Facebook. I have 3 questions. 1) Is facebook developed as SPA? or Is it developed as SPA+MPA ? 2) Last time, I understood as when I use DRF with Angularjs, it is not needed to make front-end for Android/iOS. Did I misunderstand about it ? 3) If I need to develop front-end for iOS/Android, I'm curious what cross-platform is the best to fit DRF. Also I'm curious whether the cross-platform is good when it is compared to Native Apps. Thank you for replying! 2015-04-17 3:51 GMT+09:00 Filipe Ximenes <[email protected]>: > Hi, > > I think I partially answered this to you in your previous question: > https://groups.google.com/forum/#!topic/django-users/B8v9wjR4-M0 > Can you tell me if you didn't understand something? > > Mobile and AngularJS apps don't work exactly the same as a normal web > page. While in a normal web page, the frontend (what the user sees) is > processed in the backend (django) and sent to the user, in a Mobile or > AngularJS app, the frontend is already in the user device and it only > fetches the data to fill in the frontend. > The default Django behaviour is to work with "normal web pages", but when > you use Django REST Framework it makes it easy to develop APIs and return > JSON data (JSON is one of the most popular data formats). > > Now, normal iOS apps are build in Objective-C, normal Android apps are > developed in Java. But it's possible to built both iOS and Android apps > using Javascript, some of the frameworks that do this are: > Cordova/Phonegap, Titanium and Ionic (witch is AngularJS compatible). > > There are lots of tutorials in the interned for all this technologies. > This is pretty much the basics of how this works. Feel free to ask more > specific questions if you need more detailed response. > > > > On Thu, Apr 16, 2015 at 1:25 PM, 백병화 <[email protected]> wrote: > >> I want to develop a web site and mobile apps(iOS/Android) as Facebook.by >> using Django REST Framework AND Angularjs. >> I'm confused about what steps should I follow.. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/f26fe122-e66f-4760-ad2c-9a74e60d5238%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/f26fe122-e66f-4760-ad2c-9a74e60d5238%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > > *Filipe Ximenes*+55 (81) 8245-9204 > > *Vinta Software Studio*http://www.vinta.com.br > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/sxQQPGwH2KQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAA-QWB3K%3D9vwXVvrHSOezO7yN7MZ1fbrgeq2R3pQdsmpr1BTxA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAA-QWB3K%3D9vwXVvrHSOezO7yN7MZ1fbrgeq2R3pQdsmpr1BTxA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJbMFOTy4c6v1txwpFtqx0-rvwVwhQJUQj6osGrQJfYjbQ3KTA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

