Showing posts with label sdk. Show all posts
Showing posts with label sdk. Show all posts

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..


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...