
Search In
This is how we can extract the audio from Video :
First import the video from libaray using imagePickerController delegates methods.
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictio
Hi Team,
Today I will explain Lazy Loading and Eager Loading.
Firstly we will explore Eager Loading.
Eager Loading is the process of loading the related data. We will use Include keyword to load the related data.
Let us take an example of entity
While working with internet in home or at organization we know that we take internet connection and it works.
But inside that we don't know actually how it goes like we talk about organization perspective several users using th
Image courtesy of Pixabay
Entrepreneurship is the foundation for the future. This can be easily tied in with a fundamental knowledge regarding reality that has swayed and influenced the evolution of labor and workplaces for many decades &n
While making requests to a server you never thought how that request gets fulfilled .
For ex : If you are accessing the Gmail its main server will be out of India so if its out of india how the processing is so fast that we get data in less
Who does not want to become a top earning professional?
It is the dream of every single person to not just make millions of dollars but also to become the most famous person in the world.
Though both things are not as easy as we say
I just compiled an andriod app and its working fine via emulator and also tried using my device 7.0 but after trying to use the app on andriod 4.4 it crashed after clicking on a particular button..I have testes on firebase lab to get errors..test iss
If you want to Sending Email in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 Go to sales Menu
Step-2 Go to sales Orders and click on create button.
Step-3 after clicking Create Button, fill in the above Quotation in below figure.
Output of most of the commands in Linux can be modified by using options/switches. ls command is also not an exception.
ls command is used to list the contents of a directory. It has lots and lots of switches to customize its output.
Switches are c
Often it is required to integrate the iPhone's camera in the app to take pictures and photos to be used by the app. This is made possible by UIImagePickerController.
The UIImagePickerController gives the programmer the capability to integrate the ph
