Sunday, August 17, 2014

Android development with Java

Here is a nice introduction of how to develop android apps using Java

Please copy paste the link given below.

www.linuxuser.co.uk/tutorials/android-development-with-java

Saturday, August 16, 2014

Keyboards on Android

Hi All

I am currently being able to write this post using keyboard that comes with Keepass2Android, which is smallest still typable keyboard on android. Other keyboards take up too much space.


Friday, August 15, 2014

C, C++, Java programming on Android

Hello folks, recently I've been trying to do some programming on my tablet galaxy tab 2. For that I installed couple of apps whose list I am presenting here for those who are looking to learn programming on tablet.

1. AIDE
For android and Java programming look no further. You can also pay to get guided tutorials. Excellent app, free for expert coding.

2. CPPDROID
For C, C++ programming on your tablet. Excellent source editor; write, save, compile. Its as easy as one two three. Unfortunately it's better to pay and get rid of ads to reclaim screen estate. Along with that I use terminalide keyboard which itself is great app for programming but lacks smoothness of CPPDROID. This app also has nice tutorials and examples.

Other app worth mentioning are SAND ide, DroidEdit and SourceReader. Please look for them on Google play. Hope this helps. Thanks for stopping by n reading.

Tuesday, August 5, 2014

Legendary Indian cartoonist Pran passes away

His greatness was in his simplicity not sophistication or elaboration. May his soul rest in peace.

http://m.jagran.com/news/Homevishesh-11535638.html

http://www.ndtv.com/article/india/cartoonist-pran-creator-of-chacha-chaudhary-dies-571434?site=classic

Wednesday, October 30, 2013

Build essential package on Ubuntu

There had been lots of time during installation of packages on Ubuntu or other derivatives of it, when I used to install development packages separately. Like gcc g++ etc individually. However the is a easier way to do it. Just install "build-essential" package and this meta package will install those quintessential packages for you. No need to separately select and install those packages anymore.

Thanks.

Clear data in your Android device before going for reinstall

Hi,

I used to have this phenomenon that I reinstall line after I take a backup change ROM and restore. Line always used to misbehave after restore and I used to reinstall it. Later I learned that a cleanup of data in settings is almost as good as reinstall and it saves time if app is a huge one.

Try it out next time if any of your app misbehave.

Thanks