In the last few years mobile design has exploded, but knowing what to do and where to start can be tricky. Mobile design is not just a question of a mobile website or an app – there are a range…
LIVING IN SPACE
Are you tired of living on this polluted Earth?????? How about flying into space? Sounds interesting isn’t it? Have you ever wondered how does a human survive in space? How does he communicate with…
Improving Programmer’s Testing Abilities
How to reduce bugs while coding 1) Enable all of your compiler warnings. This will help you to detect many of the potential bugs even before the code has started execution. In fact, it might be even better to set…
The Android Guide – Part 1
The Android Guide Android History Android is a technology which has developed so fast that we have Android all around us. Initially developed for mobile devices like mobile phones and tablets Android has now made its way to wrist watches,…
Java – The Basics
Java When we hear it first thing that comes into our mind is Platform Independence and Object oriented programming. So now let us see what is actually present in java programs (Structure). package PackageName; import Statements; class classname { variable…