
Search In
SEO articles were primarily about technical optimization. Today, the sites are put in order, and thanks to modern software, technical errors become rare. That is why the content is the most vital thing in SEO nowadays. Find out how to create decent c
Not everyone is good at finding locations. However, the vitality and the necessity of the location tracking app can be observed when you will get stuck at an unknown place. Then, “the location tracking app” becomes the guiding hand
Put Your GIF image in /raw folder and put the below code in your project
public class CustomGifView extends ImageView {
Movie movie;
InputStream inputStream;
private long mMovieStart;
public CustomGifView(Context context, Attribute
Here is the example for making a search box with a matched case which shows the searched text with the highlighted matches available. You have to paste your paragraph text in the text-area and enter the searching keyword in input box given below the
Functional field is a field which gets its value on the basis of a function, for example an amount can be calculated using the various others values of the invoice like taxes, discounts, labor charges, extra charges etc, you will need a function that
This is a function to send Email from Azure Server Using Send Grid.
public Dictionary FogotPassword(String Email)
{
Dictionary row = new Dictionary();
string Password = string.Empty;
DataTable dt = new Dat
0 width html character
The 0 width character ('#8203;') is displayed on database as "". Event if we do replace or index of , we wont be able to see this character.
This can be seen if you paste it in notepad++.
To Handle this :
private static str
0 width html character
The 0 width charcter (​) is displayed on database as "". Even if we do replace or index of , we wont be able to see this character.
This can be seen if you paste it in notepad++.
To Handle this :
private static st
Repository in MVC project is used to store and perform the crud database operations.
It is folder in which there is class file that contains definitions of functions performing the operations
So we are explaining the function insert
Hi all ! If we want to show the glowing effect on the UIButton i.e when you are selecting the UIButton then the titleLabel will glow and when its not selected the titleLabel will again come to its original color.
Here is an example which shows this
