Skip to content

Instantly share code, notes, and snippets.

@brunofarache
Created December 13, 2013 01:06
Show Gist options
  • Save brunofarache/7938432 to your computer and use it in GitHub Desktop.
Save brunofarache/7938432 to your computer and use it in GitHub Desktop.
import com.liferay.mobile.sdk.MobileSDKBuilder;
MobileSDKBuilder.build(
MobileSDKBuilder.ANDROID, "http://localhost:8080",
"calendar-portlet", "com.liferay.calendar.mobile",
"/folder/destination");
public static void build(
String platform, String url, String context, String packageName,
String destination);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment