Lazy Load
public class AppConfig {
. . .
// if you place data more than 200 items please set TRUE
public static final boolean LAZY_LOAD = false;
}public class AppConfig {
. . .
// if you place data more than 200 items please set TRUE
public static final boolean LAZY_LOAD = false;
}