Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
Yes, you can develop a website were some data is processed and presented in the template by the backend, and some is fetched using AJAX (Javascript/Angular) from the frontend. I do not know a specific tutorial to point you, but from a quick search, this one seems to cover a lot of things:

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
> > > Thank you very much for the professional advice :) I have more questions.. Is there a way to develop a web site by combining MPA and SPA ? And.. Can you please recommend a tutorial of django+angularjs that is about configuration, building structure, and etc for dividing backend and

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
1) The Facebook WEBSITE is a MPA, but some of it's content is loaded via ajax (like the newsfeed). The Facebook mobile app is a native application. The Android one is developed in Java, and the iOS is developed in Objectve-C 2) If you use a cross-paltform framework like Cordova you will be

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
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

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
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

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
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

How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
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