Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Shared Preferences in android

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

jQuery Equal Height

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 using TabActivity in android

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.

How to find the current time and timezone using JavaScript?

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

Storage classes in C++

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

How to get the first class from multiple class of an element using js with demo

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

Google Map integration in PHP to Calculate Latitude and Longitude

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

Opensearch Integeration

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

Python TypeError: object of type 'NoneType' has no len()

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

python Blockchain code hashes transfer

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

1 361 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: