Android app development is not difficult if you know how to code in Java. You can develop the apps using various frameworks out there or simply use android sdk tools with eclipse. Though frameworks online are restricted to the web apps, If you wish to develop app for the native system, you have to go with the android SDK instead of all those HTML5 and other respective frameworks out there. [Read more…]
Developing C/C++ programs under ubuntu
I already covered how to write c++ programs in linux. But in that article, i didn’t mentioned about how to install compilers and stuff. So this post will cover how to install compilers in ubuntu and to write, compile and run program. [Read more…]
C++ under linux
There are plenty of ways with which you can do C++ programming under linux. You can use mdern IDE’s or use VI/Emacs to create C++ program files then can even use gcc on terminal to compile and execute C++ files.Let’s discuss the simple way to create programs under linux. [Read more…]