
Search In
In AngularJS, Filters are used to format data which is served to the user. Filters are added to expressions by using the pipe(|) character and followed by a filter method. There are a lot of in-built filters available in AngularJS
For example
Exceptions are the abnormal conditions which generated at the time any runtime error occurred.
To handle these exception is known as exception handling. The exception handling is done to maintain the normal flow of the program. In java there are diff
This is login tutorial using shopify sdk.
Shopify authenticate any customer based n email id and password and returns customer details if customer already exists in shopify or shop.
Mobile buy sdk is used to access all the methods of shopify login
In previous blog we learn how to login in shopify from android app, now we already have sample application class to maintain buy client session so in this blog we learn how to create a new user account in your shop.
xml layout file for registration
In our previous tutorial we learn how to configure vuforia for Cloud recognition, in this tutorial we will learn about how to set encryption technique while hitting rest apis of Vuforia and in our next tutorial we will share the basic http request.
We know that how to fetch categories from shopify store there we get each category id that we ll used further to get products.
1. Main activity class to get product list :
public class ProductsListActivity extends AppCompatActivity implements Shop
Using Vuforia we can scan any label and image from cloud database of Vuforia.
You need to create free developer account there and then you can create your own application.
Then you can create your database in develop tab where you have 2 part
Template matching with openCV basically works on matrix reading of searched image.
following is the example of Template matching using openCV :
xml file to show resulting image after image search :
<?xml version="1.0" encoding="


Versioning ASP.NET Core Web API using HTTP Header Approach
API versioning allows us to introduce new features in existing Web API and makes it more flexible and adaptable to the changes while keeping the existing functionalities intact. Imagine a
We know that linkedlist is type of Data structure using linked list we can store item of same type.
Queue can be also be implemented using linkedlist.
In this example we have two node that are head(Front) and trail(rear) where we can insert only at
