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


Monday, February 3, 2014

My funniest moment

Recently I had a funny experience with my friends that I wish to share with you. We were in hurry to get a train and one of my friend was busy with his call. Everyone pushed him to get into train. He had a tendency of losing things often. After settling down in the seat he suddenly asked me where is my mobile. Hearing that we all got shocked and puzzled, because he was still on the call with his mobile, this made us laugh continuously for minutes later.

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