user interface


How to Download Data and Update User Interface Using AsyncTask

AsyncTask is a helper class that makes performing a background task and updating the user interface (UI) painless. The class takes care of the communication between the background thread and the main UI thread. All you have to do is override some methods in the AsyncTask class to perform the […]


VR UX beautiful scene 2

The Components That Makes up a Great Virtual Reality Experience

If you tried your hands on developing for virtual reality (VR), you will notice that it is very different from developing a 2D or 3D game. Many of the practices and techniques do not carry over into VR. VR is still a new platform and developers out there are trying […]