Popular posts from this blog
libGDX - A Java based Cross-Platform Game Engine - Introduction
LibGDX is a Java Based Cross-Platform game engine. One code base can be used to generate apps for Android, iOS, HTML and Desktop games I've published 3 simple apps to the play store now. All of which had simple interfaces. So none of them were really mouth gaping to look at and interact with. For my next app challenge I want to tackle something more meaty. Now since I tend to lean towards Java development, I've been looking for a Java based game engine, and fortunately, I've found one! LibGDX has support for 2D physics, which will allow you to use and control objects in your game, apply gravity and also caters for collision detection (when 2 or more objects collide with each other). Now those are just some of the features. I'll be using this engine to create a simple platformer or sidescroller type of game. My current dev environment consists of Android Studio 3.0.1 IDE. If you don't have use Android Studio, I strongly suggest you go download it. ...
How Context Switching is killing your productivity at work
Multi-tasking is something that is part of our daily lives. We watch TV while we eat. We converse while making food. We listen to the radio while driving. Harmless enough right? Then why is multi-tasking at work such a productivity killer? Context switching is form of multi-tasking where you'll stop working on a task in lieu of another. This is most commonly due to external factors which can vary from a simple phone call or email all the way to changing of requirement priorities. The thing that we usually don't realize is how much time is actually wasted when jumping from task to task. Ever have the thought "now where was I again?" after finishing a conversation or an email reply?. This is the silent killer that I'm talking about. There is usually an amount of time lost trying to get back into the mindset or rhythm of the previous task. The place where I've noticed that is most heavily affected by context switching is the Support Desk. The pro...

Comments
Post a Comment