Recent posts

Langur Language Translation Bot

1 minute read

Since, I am living in Germany. I have to learn the German language. Somewhow, I came up with this idea of translating text messages of whatever you type into...

Auto Update Android Sqlite Database Version

1 minute read

You may be familiar with the onUpgrade(SQLiteDatabase, int, int) method of the SQLiteOpenHelper class, which is called in your database helper class whenever...

Hello World

less than 1 minute read

Hello World. The first letters you usually type when you begin some new program, to test it is working properly.