
Search In
Hello guies,
As i was working on and speech recognition module i encountered a mysterious bug while the listener called for the second time to listen for voice input.
Bug detail :-
When you call the listener of the SpeechRecognizer instance for
Description : I have created a App with single tab and created a switch, List View. I have to show content of "ListView" say RSS Feed only when the switch is turned ON, and Hide the content of "ListView" when Switch is turned OFF.
Can you help me wi
You can change UISearchField text color in iOS. Use single line of code to do it.
[[UILabel appearanceWhenContainedIn:[UISearchBar class], nil] setTextColor:[UIColor whiteColor]];
Happy Coding!!!
If I'm using margin: 0 auto it will work as horizontally margin auto and vertically 0px.
Now question is if I'm using margin:auto why It is not working vertically.
Note:- No need alternate option, just want a solid reason behind it :)
ARRAY IN C
Arrays is a data structure that can store similar type of data. IN other words an array is a collection of homogenous data (same type of data), which are stored in contiguous memory locations. In an array the first element goes to the
We know that Strings are immutable or constants but String builder and String buffer are basically used to provide dynamic implementation of Strings.
But String Builder is not thread safe that means more than one process can access or modify the sam
Hello Readers,
To make full page background slide show I have used the below mention code. The code is very simple. If you want full background slide show in your website you can easily use this code.
Here is the demo for background images slide sh
Remove markers from Google MAPS API v3:
I was facing issues while removing all the markers from the Google map API. I know how to remove markers in Google Maps API v2 by :
map.clearOverlays();
Now the question is how to remove markers from Google
Multiple File Upload in cakephp by one user and save the images name in one column in database :
Hello readers, This is a small blog on how to upload multiple file in cakephp. This is very simple and useful code, hope this code will be
I want to open my application when user press power button 3 times or more.
I followed this http://stackoverflow.com/questions/22086349/press-power-button-twice-to-launch-activity URL from StackOverflow, and my application is opening but what i
