
Search In
In this tutorial, I am going to show you how to Enable Twig debugging options in Drupal 8.
To enable twig debugging
1. Go to sites/default/services.yml file
2. Look for services.yml if it doesn't exist then copy it & rename to
The Google Location Services API, part of Google Play services, is the preferred way to add location-awareness to an android app.
Follow the below steps to get current position of an android device.
1. To use the location manager make the Google pl
In this Video Tutorial, I am aiming to send and receive message in the Enterprise Service Bus Queue(ESB) and routing the message using Logic App in Microsoft Azure.
Prerequisites:
1. You need an Azure account (Microsoft Account can also be us

To read data from Project Server 2013 and Project Online using CSOM
The Project Server CSOM includes three assemblies for development of client applicationsMicrosoft.ProjectServer.Client.dll
Microsoft.SharePoint.Client.dll
Microsoft.SharePoint.C
Hi,
Functions are chunks/module of code that can be reused in a program. Function in swift are unique and flexible enough to work with simple to complex style.
In this video we’ll be learning basics of functions, various function syntax&
Swift provides various Control flow and Conditional Statements. Although these are similar to Objective C but with improved enhancements and usability. These statements can be used to check, iterate over various conditions and values.
In this Swift V
Hello Friends,
Today, I am going to discuss about an abstract class and an interface.
What are the difference between Abstract class and Interface?
An Abstract is a class but an Interface is not a class. It is an entity. Both abs
Hi Reader’s,
This blog includes the concept of how to use custom sound for notifications when application is in foreground/active mode. Below is the code in objective C language for the same which you have to write in AppDelegate file :-
&nbs
In order to take a screenshot of a screen and save the captured screenshot to library, use the below steps:
Add the "Privacy - Photo Library Usage Description" key to info.plist
&nb
How can I divide an circular array into k group of contiguous element such that difference between maximum sum and minimum sum is minimum. Each group have contiguous element of array.
For e.g If the array is as follow.
[6 13 10 2] and k=2 then o/p s
