AngularJS running on Django

This is a description about creating web app by angularjs, running based on django. It does not explain complicate logic, and only get focus on how to show simple page using these two framework. Define that Django has been already installed, run commands below to create basic django project.

ListView to RecyclerView

While working on updating old codes on Android app, one of my plan is to switch ListView to RecyclerView. It has been supported after Android 5.0. This is a container which has better performance on displaying large dataset and scrolling up/down than ListView or GridView.