
Search In
NSUserDefaults is used to save the data for as long as the app is installed. When you write data to NSUserDefaults, it automatically gets loaded when your app runs so that you can read it back again.
In NSUserDefaults we use key to save the data and
The quantifiers describes the number of event of a character to match against. For ease of use we divide three types of quantifier:
Greedy
Reluctant
Possessive
1. Greedy quantifier:
With the help of greedy quantifier match
In asp.net, there are different ways to retain scroll position on postback. After Postback vertical scrollbar leave its position and access the same position on the page so to resolve this problem asp.net gives a property: “MaintainScrollPositi
In jQuery there are three most essential filtering techniques used these are first(), last() and eq(), which permit you to choose a particular element in respect of its position when there are more than one element or have group of elements.
jQ
Firebase is a Google product for the mobile platform that helps us developing High-quality apps quickly, it also helps us to create our own userbase & earn more money. Google's FireBase provides us cloud & back-end services. Firebas
Hey Guys! I made the twitter account in 2010 while I graduated from college. Back then, Twitter wasn’t that cool, neither hyped nor important so I stuck to FB and Orkut. But now, I’m in an immediate need to get my Twitter channel fl
<?php $time=time();
$time_out=$time-60*24;
if($userInfo['deleteTime'] < $time_out){
$countTime=$userInfo['deleteTime'] - $time_out
?>
<
Hey!
I am stuck in a weird problem for some 2 days,kindly help if someone knows what exactly it is.
Problem being, I have an app with tab view (3 swipe tabs somewhat like watsapp's tabs). Tab1 , Tab2 ,Tab3 .
Tab1 has edittext
There hasn't been any other time in history that technology has advanced as fast as it has in the past century. From the invention of the radio to that of the internet, many things have been simplified in ways unimaginable. Even the way we do bus
In the below example I have created a multiple fragment images use in common Frame .
In first step, First I have created a fragment_common.xml layout , here I have added four ImageView. After then I have created four new xml layout -(fragmen
