Byte Array To Integer And Integer to Byte Array Conversion using JAVA

If you are working in some network related data transfer like sending some commands over socket, then … Read more

How to compose Gmail on button Click in Android Java & Kotlin ?

If you are developing an android application where you want to have a mechanism wherein your users … Read more

How to check if Filepath is Normal File or Directory in JAVA ?

In our previous post, we seen how to identify if a file is present or Not using … Read more

How to generate random number between two numbers in Java ?

This post demos how you can get the random number between two numbers in a simple java … Read more

Working with Strings in Kotlin

The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more

C program for creating a text file from string in buffer

Create a str_to_file.c file as contents below, OR use from github Compile above source as, Test / … Read more