
Search In
Doing the integration with the google map we usually do all the things which we get from the google API.
But we can also make our customized events and functions if we want to create and use.
So for doing that the pr
While writing codes in javascript we have to declare variables but in the javascript we don't have the scope to declare multi data type variables .
Only var is available in the javascript that is treated as the common dat
While working with the google API we need to load that map into a container that can be used and called for the display and manipulation of the google map.
So for doing that, we need to use the div control that best suites to the dis
I followed this tutorial on youtube: Unity3D. Top-down 8 directions movement - YouTube[^]. It took me a while but I've almost converted from movement by arrows to mouse touch . but now I have this problem, there's flickering that occurs
While working with treeview you can bind it with fixed items or with the dynamic items using the database data .
HTML for Treeview
<h3>
Vehicle Details</h3>
<hr />
/* Defining treeview and its properties*/
Hi,
This is a short demo of how to use Facebook Graph API explorer tool. In order to use this feature you have to get registered with Facebook developer account. I have provide step and underneath an image example:
After Si
Converting image in base64 data url reduces the count of HTTP request and will increase the performance of the website because the load time to transfer data over the internet is too long and it will save the server request time.
There are many adva
Tester can test mobile application with manual methods or with automated scripts.
Please find the following automate testing tool below:
1.Appium :- It's an open-source testing tool for mobile and web application as well. Appium is good
Basic CRUD command in mongo are listed below:
1) To list all the databases
show dbs
2) To create a new database
use dbName
3) Check in the list of database that db created or not. Use cmd:
show dbs
But your recently created db will not app
Urban Airship api provides you better way to implement push notifications and also provide you facility to send messages on production without sending it to live users so you can even test in production phase.
This api supports gcm and amazon push n
