
Search In
It is now very easy to use the speech to text feature provided by Android. Please follow the following steps to know hoe to use this feature:
Create an activity and with a textview to show the text and a button to initiate the speech to text servic
Hi
I want someone make a code using python, this code relating to sensors management, read order, show the result, save the result and arrangement the results, that for 6-20 sensors at the same time.
If there is a programmer can do that, co
Suppose we have a string with full path with filename and we want to extract only the filename from the given path, then we can use Path.GetFileName method to extract only the file name.
Syntax: filename= Path.GetFileName(path);
Where path is par
In database, sometimes we have to insert the record with some NULL values. But at the time of displaying the data to the user, it doesn't make sense to display NULL values. In order to make the data more readable, we have to display values such as un
Hello All,
In this blog we will discuss about how to fetch the lat/long from the given address in PHP.
So we will be using curl request for fetching the same via using Google maps api.
Below is the code, you can use to generate lat/long :
public
Most of the apps requires the user to manually enable the gps setting which causes confusion with the user as they are redirected to the location services window outside the app. The below code will help you to seamlessly enable location/gps without
Passing date to the function and returning the time passed or elapsed when it was commented/posted. It is very useful when you have comment section in your website and you want to show how earlier comment was posted.
/**
* Creating the date differ
Hello friends, sometimes you come across with this very unexpected exception.
For eg: In the given code, after execution this exception occurs..
@RequestMapping(value = "addUser")
public String addUser(@ModelAttribute("userForm") UserForm userF
In today's online world it is necessary and essential to understand the term SERP.
SERP stands for Search Engine Result Page, which refers to the listing of the search result; returned or displayed by the search engine when user enter any query in th
WCF services are used to perform functionality that are commonly need by our web applications.
Like we need payment gateway integration in most of our websites so what we do is to create a service for that.
Ex: [ServiceContract]
public in
