
Search In
Hello
Today's blog post highlights the use of Data Manager in MDM. It also gives an overview of the various tasks that can be carried out using the same in Informatica MDM hub.
Data Manager Overview
Data Manager is a component of
Instead of uploading files one by one, it is better to use multiple files upload in your application so that it can save user time and effort. In mvc, there is noneed to write javascript or jquery to ulpoad multiple files. There is a HttpPpostedFileB
Hello Readers,
In today's post we will learn about Cordova plugin to login with Google Sign-In on iOS. This plugin allow users with Google Sign-In on iOS application and you will get the user's profile information such as email, user
1- Place the JS files in js directory.
fullcalendar.min.js
jquery.min.js
moment.min.js
2- Place CSS files in CSS folder.
fullcalendar.css
fullcalendar.print.css
3- Paste the bellow javascript code inside the head tag.
&
Hello Readers,
Cordova camera plugin allows to take pictures with device camera. First of all we need to install the plugin.
We can install it through CLI simple run:
$ cordova plugin add cordova-plugin-camera
Thi
Append and Remove Method:
We can use append method to add a div using jQuery and using remove method we can easily delete added div.
Append Syntax:
$(selector).append(content,function(index,html))
Remove Syntax:
$(selector).remove(selector)
E
Theming allows you to change color of complete application from one place. In Angular Material , themes can be configured using $mdThemingProvider in application configuration.
Important terms used in Theming
1. Hues/ Sha
Some businesses have a nature that they can attain maximum benefit through freelancers with their services. A lot of experts from all the fields are now working as Freelancers, working as a freelancer does not bound you to work for any one
We can count steps in Android by using two sensors i.e. TYPE_STEP_COUNTER and TYPE_STEP_DETECTOR.
These two sensors were introduced in API level 19.
TYPE_STEP_COUNTER:- This sensor returns number of steps taken by the user since last rebo
There are certain conditions when you need to use nested gridview or gridview as an item of parent gridview.
Step 1:- Create an xml file.
A) xml that contain the parent_gridview_item.xml
<GridView
android:id="@+id/parent_gridv
