Check if its tag page or category page in WordPress

As we have seen in our previous post “How to display WordPress Categories on home page of … Read more

adb shell getprop

As we have seen in our another post “commands to Identify Product Model, Serial Number ( Device … Read more

How to center views in LinearLayout and RelativeLayout ?

Recently while developing one of our application, we wanted to have center aligned buttons, while in one … Read more

Solved: No value has been specified for property ‘lintClassPath’

While I was developing small code for checking device information, after I edited our sample code downloaded … Read more

Reddit

How to create your own reddit community ?

Note: By following this steps, we could create community on Reddit and post our first post but … Read more

How to use image placeholders in HTML ?

In this post, we will use holder.js javascript to demonstrate how you can use default image placeholders … Read more

How to configure static IP address on Ubuntu Linux ?

Sometimes when you are accessing one machine remotely or from same LAN but from another machine and … Read more

Read the contents of a file into character buffer using C program

Lets say we want to read the contents of some file and want to operate on these … Read more

Receive http get response JSON to buffer using curl API – C program

Below C program provides API’s for receiving http GET response JSON to C buffer which you can … Read more

How to upload JSON using curl http PUT request ?

For uploading JSON using curl http PUT request, we have written a simple script as below. You … Read more

How to fix – error: package R does not exist

When I was compiling one of our previously written android application, I got following error, This is … Read more