Identify Android API version, Device, Build Information programmatically
When you are developing an application which is dependent on device / platform hardware you will need … Read more
When you are developing an application which is dependent on device / platform hardware you will need … Read more
As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more
If you are working in some network related data transfer like sending some commands over socket, then … Read more
In our previous post, we seen how to identify if a file is present or Not using … Read more
If you want to add google map on your website, so that you can show your exact … Read more
This post demos how you can get the random number between two numbers in a simple java … Read more
The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more
If you are compiling some recipe which you have written recently, you might seen an error like … Read more
If you are developing some native C application based on curl API’s ( https://curl.haxx.se/libcurl/c/ ) , you … Read more
If you are developing some native C application based on openssl API’s ( https://www.openssl.org/docs/ ) , you … Read more
atexit – register a function to be called at normal process termination The atexit() function registers the … Read more
Sometimes we want to display certain things only on certain category of pages, for example, on this … Read more