Android Open Source - Msquare-AndroidSDK Runtime Registers






From Project

Back to project page Msquare-AndroidSDK.

License

The source code is released under:

Apache License

If you think the Android project Msquare-AndroidSDK listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.appxcraft.msquaresample.Common;
//w  ww .  j  ava2  s  .  co  m
import java.util.ArrayList;

/**
 * Created by darrenso on 4/11/14.
 */
public class RuntimeRegisters {

    public static ArrayList<Entity> syncContent;
}




Java Source Code List

com.appxcraft.msquaresample.DetailsActivity.java
com.appxcraft.msquaresample.MainActivity.java
com.appxcraft.msquaresample.Common.Entity.java
com.appxcraft.msquaresample.Common.ListAdapter.java
com.appxcraft.msquaresample.Common.RuntimeRegisters.java