
Search In
To maintain the data integrity sometimes we need the changes to database to occur when all of the actions have successfully finished. One of the examples is funds transfer from one account to another. One account should be debited and another a
Hi All,
Sometime we have to pick an image/video from device gallery and to open gallery/photos of your device and pick any image , we have to follow these simple steps.
1) Ask permission to access user gallery. Add these key and value in yo
Hi All,
Sometime we have to take a picture using camera and use that image , we have to follow these simple steps.
1) Ask permission to access camera and microphone. Add these key and value in your project plist:-
<key>NSMicrophoneU
There are too many libraries available to read qr code like Zbar and zxing library. Here we are showing how to use Zxing lib to scan qr code :
First of all add dependency in app gradle file :
compile 'me.dm7.barcodescanner:zxing:1.8.4
Hello Readers,
Using below jQuery methods, you can make ajax calls.
load(): It's a jquery method and simple method in jquery and the most powerful AJAX method.Load method load the data from the server and returned the data and this return data put
The fundamental differences between crowdsource testing and Software testing outsourcing is that, in crowdsource testing, testers/analyzers might fit in with diverse work environments. In outsource testing, the testers are from the same organization
In openerp you make a request to read the assets while the transaction creating is not done and As the assets are generated during the same transaction and the rendering of the templates will call them. There is a scenario where the assets are unreac
A histogram,
You might have seen after you open Photoshop, using camera raw. Its a graph playing with color highlights and tones of an image.
While it may be intimidating looking, histograms are nothing really all that complex. What they represent ar
When we are working on a shared database multiple users will made changes to it simultaneously.
So in that case when any update is being performed by one person does not gets reflect to the other person using the same table.
So mainly the p
Metadata can be described as data about data here the metadata of an image we will fetch by using code in IOS9 . Metadata of an image includes resolution,gps location,creation date,modification date etc. here we will discuss a very simple way to find
