
Search In
Facebook integration helps the user to login to your app with his/her Facebook account.
If you are looking for the procedure to integrate Facebook in your android then do follow the steps mentioned below:-
Step 1) In your
If you're applying to study in a native English country, chances are you would need to take an English exam so they would know your English speaking abilities. This is to ensure that you would be able to cope up and adapt well in the new environm
In the previous tutorial of Java Interview Questions and Answers Part 1, I have explained some basic coding problems of Java.This part is in continuation with the previous Java Interview Questions and Answers tutorial. In this part of the tutorial we
Hello friends,
This article demonstrates some helpful array functions which are used to remove duplicate values from an array, counting the number of occurrences of values, picking out one or more elements randomly from an array and to randomize the
Odoo-7 and Odoo-8 support the angularjs using Odoo Web Services but Odoo-9 and Odoo-10 does not supports angular js, the reason is that Odoo-9 and Odoo-10 supports back-bone.js.
Below are few steps how Odoo-7 and Odo
Android give facility to access the Wifi Network in your Application. You can access nearly every information of the connection.
Android have WifiManager API to handle all Wifi Connectivity.You can use it like this:
WifiManager wifiManagerObject;
The testing which can be performed in a document is known as Documentation testing and is part of non-functional software testing.
Documentation plays very important
role in the success of Software. If
you have proper documentation of
your project
It is basically the string function and its used to split the string into smaller strings but other than this we have also other string functions to split the string like explode (return the complete split string in an array).
But strtok is differen
Javascript length property is used to find out the length of characters or it may returns number of elements in an array
Every Character gets counted in this property.
JavaScript Array length Property
The length property returns the number of eleme
JavaScript min() Method
This method returns number with lowest value
Here is the example of math.min()
<p>Click the button to return the lowest number of 5, 10,2,0.</p>
<button onclick="myFunction()">result</butt
