
Search In
Draw radius around a point in Google Map
I want to add 10 miles radius around each marker. This is a very good example which will explain you how it works : https://www.freemaptools.com/radius-around-point.htm . This example will show you that how t
Hello Guy's
This Blog will guide how to create DLL file from java using JNI.
Please follow the below instructions.
First create a java file that contains the native method and it loads the DLL file.
Create TestDLL.java and put below code :
public
Texture Packer is a wonderful program to create Sprite Sheet with in seconds for different data format like, cocos2d & Unity3D.
Its not a free program but Texture packer's demo version works pretty well too.If you are a 2d animator & creating
To map the URL controller action the feature that is used is routing and in CakePHP to make URLs more configurable and flexible routing is introduced. So in this tutorial we will see the process of Administration Prefix Routing with Cakephp 3.
In Ca
Hello Friends,
In my last blog I have explained about how to create floating action button using CoordinatorLayout, LinearLayout, TextView and FloatingActionButton. But in this tutorial I have created a new floating action button layout using single
After we have learned how to create an Admin Panel for a project in cakephp see the link. Now in this tutorial we will learn how to enable/disable different actions such as add,view ,edit, delete, records in a table say “posts” or increase/decrease t
If you would like to disable word-press updates please follow the below process:
Open your current selected Theme folder.
Open under this folder function.php and
put the below code at the end of this file
//To Disable Theme Updates # WP Version 3.0
Sometimes we need to make existing column as first column. For example you created a table and added column "id" after creating the column. Now you want to make "id" column as first column, then you can do this easily by using ALTER command as below:
If you want to make a functionality that can be used anywhere in the code. For example, you want some method that can be called on the jquery selection and it can perform number of operations on the selection. For this, you can write a plugin.
For e
Hello friends , To create UIAlertView in swift ->
UIAleartView is deprecated in iOS 9,
so you need to use UIAlertController instead .
let alertController = UIAlertController(title: “test alert”, message: “this is a test alert”, preferredStyle: