
Search In
Hello Readers,
In today's post we will learn about $broadcast(), $emit(), $on() methods. In AngularJs application communication between controllers is very important. Communication might be to pass data or to send notification between co
To generate an excel file in core php we can use PHPExcel library.
download library from the following link here - Download PHPExcel library
Lets cut the chase and see how can we do it :
First of all extract the .zip folder of the l
In our previous blog we know that how to generate signature to perform valid api request. Now we ll see how to get target image id from vuforia database.
We know that how to find the path of an image after taking it from camera or gallery so we have
Communication between Directives can be done the following ways:-
1.Using require and directive controllers to communicate and share functionality
2.EVENTING -more defined way of communication.
3.using scope obj
Please check the code below and provide a solution for this:
package Gui;
import java.util.Scanner;
public class Board {
public static void main(String[] args) {
// TODO Auto-generated method stub
Many a time we need to take a screenshot of a screen on an iOS device. So In this blog, we will discuss how to capture a screenshot of a particular screen through an application and with the help of an example this concept can easily be understood.
@Override
public View onCreateView(final LayoutInflater inflater, final ViewGroup container,
Bundle savedInstanceState) {
Bundle args = getArguments();
double lats = args.getDouble(LATS, Lats);
double logs = args.g
Hello,
I was reading through this post http://findnerd.com/list/view/Problem-in-Google-map-rotation-in-Android/23827/
and was searching for a solution of rotation issue. I want to implement same as in uber app. https://drive.google.co
The world of business is changing every day and technology continues to influence the way people run their enterprises. Whether it's the use of social media for learning or engaging customers and prospects, tech advances have gripped th
Without a doubt, running a business is one of the hardest things anyone can do. In the same breath, it is a goal that virtually everyone wants to achieve. Having and running a successful business is one of the reasons many people flock to America. Si
