Wednesday, February 26, 2014

Liferay mobile SDK

Liferay has come up with mobile sdk to development mobile application which woks with lifery server.
This mobile application can access liferay services and custom service created using service builder.
So all the liferay data here after available in the mobile too..


No comments:

Post a Comment

Merging two sorted arrays - Big O (n+m) time complexity

 Problem :  Merge the two sorted arrays. Edge case :  Array can empty Arrays can be in different size let getMaxLength = ( input1 , input...