
Search In
Cordova push plugin with firebase is used to send notifications in both android and iOS devices. This plugin can be used for Cordova applications with Google Firebase FCM. You can send notifications to one or multiple devices with this plugin.
This blog will help you in getting geographical information of any location by using latitude/longitude.
By using Java API Geocoder, it is easy to get geographical information of any location. The response will be in JSON or XML format.
Write the f
Some times we click picture from ios camera but it does not return us the same image as appears inside the camera frame. Use below function to get an image of exact size which was visible through camera.
Follow these Steps:-
Step 1. First of all se
In order to write a unit test case for model in rails 4, Let's suppose that we have a model city.rb which has some validations and associations.
#Rails 4.1.14.2 & ruby-2.1.7
Model path: my_app/app/models/city.rb, like...
class City < A
Hello Friends,
This tutorial will help you to implement "drag & drop" and "swipe" functionality with Recyclerview items. There are many different ways to implement this features but we are using really a simple way to a
FIELD(str,str1,str2,str3,...)
FIELD function is used to get the index (position) of str in the str1, str2, str3, ... list and it returns 0 if str is not found. In the field list if all arguments are strings then all arguments are compared as strin
The accessibility and affordability to the internet have provided countless entrepreneurs the opportunity to finally put their dream to the test. More and more people are not realizing that the chances of being their own bosses as well as making a de
As a beginner blogger, you have a lot of learning to do. How long that takes depends on your motivation and how dedicated you are. Here are a few basic concepts that can make your learning both short and fun:
Learn SEO basics
As a blogger,
While resetting password of users you need to email link to the registered user for changing their passwords
For doing that you have to perform the following line of codes
/* To send mail function is being created  
1. It is must to import “NoticationCenter” so that we can use “notificationCenterVibrancyEffect”
import NotificationCenter
2. At the time of cell selection do following code in delegate method of UITable
