
Search In
Android provides some features to store and retrieve data of an application. SharedPreferences is one of the simple and easy way among them.We save data in key, value pair.
We have to call getSharedPreferences(), It returns the SharedPrefrence ins


Suppose you have various list items in one or more rows with different amount of data i.e each list item has a different height due to this your layout will not look good,so you can resolve that issue with jquery easily by picking the height of highe
TabHosting can be used to explore and switch between different views or functional aspects of your app.
In this tutorial we will make an activity and host three activities to its tab by using tab hosting . Tab layout is used for this purpose.
If you want to find the current time and timezone using JavaScript, you can use below example.
In this example, moment.js api has been used.
Code:
<!DOCTYPE html>
<html>
<title>TimeZone</title>
<script type="text/javascr
A storage class defines the scope (visibility) and the life time of the variable in the program or in the class.
There are following storage classes:
auto
register
static
extern
The auto Storage Class
It is the defau
There are certain cases when, we want to get the class of a particular element from multiple classes in that element, you can use the following code:
HTML:
<div id="gettingClass" class="firstClass secondClass">Click o the following button to
This code will calculate the latitude and longitude of the place in background on entering the place name.
For integration of Google map to calculate Latitude and Longitude major script is :
<script src="https://maps.googleapis.com/maps/api/js?v
sometimes you found the search engine of website in browser drop-down list. to add you own website search in that drop-down search engine list. you need to use opensearch format.
OpenSearch is a collection of simple formats for the sharing of search
I was unable to find what is wrong in the following code, The error msg is "object of type 'NoneType' has no len()"
My Code ------>
A=[31,22,14,15]
def merge(list1,list2):
output=[]
i=0
j=0
length1=len
Hi, I am a beginner in python. I am working on blockchain and I am trying to transfer hashes through socket programming but on the client-side, I am receiving nothing. Can anyone please help me if this work can be done through a database like i can s
