
Search In
This blog is about how to show Popup for enable Location setting.
1. Add below dependency to app gradle file.
compile 'com.google.android.gms:play-services:9.6.1'
2. Implement GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFaile
If we create a user website in Liferay, we find that it creates a 'Welcome' page on the user dashboard. Liferay creates this page by itself. And for every user, it looks similar, default layout, default color codes, default theme an
Hey Readers!
We visit uncountable web pages in a day. We read reviews, news, blog posts etc.
In many of these pages, you might have seen a star rating.
A star rating consists of a series of stars. A star rating is required to know the user’s
Sometimes we are required to upload multiple images in our CakePHP application and at the same time to show them on that page.
Let's see how we can do it.
In our view file like as we have done in post add file of view. In our form of type =>
We have different types of data structures like array, linked list, tree etc but which one is better so this is basic question that comes in mind every time when we have large data set.
In this post we can find out the best data structure type in va
Filters are used where we want to execute code before Action Call and after Action call. Filters are custom classes that provide pre-action and post-action behaviour to controller actions.
Types of Filters:
ASP.NET MVC provides foll
Cordova provides cordova-plugin-network-information that checks the cellular and wifi connection of the device and also it can check the internet connection.
Installation:
To install this plugin run the following command
cordova plugin add
These are the following differences between Angular JS expression and JavaScript expression :
Used in HTML : Angular expressions can be used inside HTML while JavaScript expressions do not.
Filters : Angular expressions works
Today we are going to learn toggle method in jQuery with example.
Toggle method() is used to hide and show the particular selected element.
Syntax of toggle method() is:-
$(selector).toggle(speed,easing,callback)
We can pass three
Ransomware is a type of cybercrime that is very much a psychological challenge. Psychology is involved in each and every aspect of ransomware attack, from the moment of infection and to the moment when people pay the ransom.
As far
