
Search In
This post will help you to attach the page information to URLs, lets assume that If you want to store a small fragment of information to the URLs in such a way that the information should be available to anyone who is accessing the page.
The informa
Imagine that your android app has been launched in Google Play Store for users to download and install it on their android phones or android tablet computers and the app has been doing well in the market. Your app has started to generate interest amo
What is being "trapped"? You've heard people describe this frequently as how they feel when they are either stuck or when they have made an undesirable turn in their expert/professional and personal journey excursion.
Are you exactly w
The C++ does not provide a valid date type. C++ inherits the functions for date and time from C.
To access date and time related functions you need to include <ctime> header file in your C++ program.
struct tm {
int t
Hello Reader's! Today in my blog I am going to explain about Price Slider. While shopping every time you see a price slider for filtering data from database. Price Slider is very common in modern website and mainly use of this of an eCommerce web
Here are step-by-step guide to obtain UIColor:
1- Firstly you need to do is to remove all spaces and new line character sets from the string and then covert the string to UPPER Case example AABBCC.
var cString:String = hexColorString.stringByTrimm
While writing API services you need to understand what nudge in that actually means if you come across that particular word.
Nudge is nothing but a general message that we sent to another user or group of users.
We can send single n
In the below example I have created set wallpaper app. Here I have added two button and ImageView in activity_main.xml layout. In MainActivity I have used setOnClickListener method , displayWallpaper() and Toast function, and I have also used BitMap
7 Strange Factors That Influence Online Conversions:-
The online client is an unusual creature. They are influenced by factors on your site or in your articles that shouldn't make a difference when they shop online. Some of these factors
Step 1:- Create a custom CanvasView class that must extend View class and includes below function.
1) Declare the required variables in CanvasView class
private Drawable mImage;
// width and height of original image
private flo
