Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Queue implementation using Array in java

Queue is a kind of Abstract data structure that holds items in same order. Queue follow FIFO mechanism for operations like insertion and deletion of items. Note : - One end is always used to insert data called enqueue. - Other end is always used t

Stack implementation in java

Stack is used to store particular type of data. Stack is a memory area where we can store all local variables and parameters used in our functions. In Stack we can perform three operations that are : Push - to add something in stack with complexity

Http request to search Image using Vuforia Rest api

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

Working with 3D in ActionScript

WORKING WITH 3 DIMENSION The 3D is a new feature of ActionScript. 3D basically stands for Three Dimensinal space. The major difference that comes between Two Dimension and Three Dimension is the addition of an extra dimension. With 2D we used to work

How to add openCV sdk and native libs in your project?

OpenCV is an open source project that provides OpenCV android SDK to match one template against other. These are the following steps to add OpenCv in your project : 1. First of all download Android studio from this link - https://developer.android.

Binary search tree insert item implementation in java

Binary search tree is an extension of linked list data structure that contains node. Insertion in tree is easy. This tree contains a root and child node where left hand sided node always lesser than parent node and right hand sided node always have g

How to fetch Collections or Categories list from shopify ?

Shopify sdk provides interface to get the saved categories of store on shopify and you can get that in your android app. you can show lots of information in list view like image of product, name, date, price etc. 1. Activity class to show categories

How to change auto logout in liferay

Hello Guys, Liferay provide default auto log-out functionality when you are inactive 30 minutes on website, it will log-out from website. You can change this functionality according requirement. Auto log-out functionality depends on session tim

traverse and reverse double linked list in java

Traverse and reverse a linked list takes time complexity of O(n). Traverse a double linked list requires only node next reference until it reach to trail or null value : public void traverseLinkedList(){ Node<T> tempNode = start; w

What is Thread pool in Android and how to use it ?

Thread pool basically manages the pool of worker thread or it manages the collection of runnable and worker threads execute Runnable from queue. Here is an example of creating threads 20 times and calling its runnable methods like this : public cl

prev 1 3 4
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: