How to change last commit message and code for local and remote git ?
Sometimes, you commit some changes in git, as well as push those to remote server and later … Read more
Sometimes, you commit some changes in git, as well as push those to remote server and later … Read more
The following script Written by nabe@abk (Credit to author) displays the UPNP Simple Service Discovery Protocol (SSDP) … Read more
This post details about how you can search and identify the details about the UPNP devices available … Read more
This post details, how you can obtain the media encoder and decoder ( codec) information of your … Read more
What is Picture in Picture ( PIP ) mode in Android ? PIP is a special type … Read more
When we tried to run a python script to check upnp information from https://github.com/lynxbee/upnp_info/blob/master/upnp_info.py on Ubuntu, we … Read more
This post is in continuation with our previous post “Starting webserver using your first simple Django project” … Read more
To use google fonts into your website / html, you just need to follow below steps, To … Read more
If you are trying to develop new website for your domain and want to redirect all the … Read more
This post details about how you can integrate your Android application as part of Android OpenSource Build … Read more
When Android is booting ( Or you powered ON android first time or rebooted ), and when … Read more
A Service is an application component that can perform long-running operations in the background, and it does … Read more