Example #1
0
 public void onClick(View v) {
   navigate(RhodesAppOptions.getOptionsUrl(), 0);
 }
Example #2
0
 private static void init() {
   File f = new File(RhodesAppOptions.getBlobPath());
   if (!f.exists()) f.mkdirs();
 }