An Android Application in incomplete without a Splash Screen and when it comes to supporting multiple devices, it can be a pain to develop these images. A tried and tested way to develop images for multiple devices is to use 9 Patch Imaging. I personally found 9 Patch images pretty difficult to understand. So, I […]
Quadratic Equation Solver in C++
Developing Applications in C++ or rather any language is not difficult at all. All you need is a bit dedication and focus on your project, besides the basic knowledge about your task and the programming language that you are using. In today’s tutorial, I am going to discuss how to develop an application that will […]
How to Install Turbo C on Windows 7 and Windows 8
Turbo C or Turbo C++ is a MS DOS based IDE for C and C++ languages. MS DOS might be outdated, but this IDE is still in use. Most 0f the schools and colleges in India still teach their students on Turbo C. It is considered to be an easy to use and understand IDE […]
Learn the basic elements of Android Application Development
Android Application Development is a growing at a high pace. And in order to keep up with the programming world, it is always advised to keep learning new things as soon as they come. But remember that learning everything is not possible. You have to be selective on what you want to learn and master […]
3 Phases in your Application Development Process
Application or Software Development is a very tedious and rigorous process. Based on which software life cycle model you choose to develop your application, you will encounter various phases of development. The various models in use these days include the RAD (Rapid Application Development) Model, Waterfall Model and Prototype Model to name a few. But […]