I would like to use request.user_agent to check if a device is an Android. I'm currently using is_mobile() to check and load the mobile view, but I would like to break it down one more step and add some code only for Android devices. Is there any way to go about this?
And would this be more efficient than using Javascript device sniffer? --