Android Open Source - KeyIndicatorsAndroid K I Globals






From Project

Back to project page KeyIndicatorsAndroid.

License

The source code is released under:

This software is copyright to Benjamin Johnson, and should not be redistributed or modified without my permission. For modification and redistribution inquiries please email bjohnson.lane at gmail dot...

If you think the Android project KeyIndicatorsAndroid 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.blanksketchstudios.keyindicators;

public class KIGlobals {
  public static final String LogTag = "KEYINDICATORS";
  public static final String idListFilename = "idList.dat";
}




Java Source Code List

com.blanksketchstudios.keyindicators.CategoryListView.java
com.blanksketchstudios.keyindicators.KIGlobals.java
com.blanksketchstudios.keyindicators.Model.DataMaster.java
com.blanksketchstudios.keyindicators.Model.Indicator.java
com.blanksketchstudios.keyindicators.Model.SaveIndicatorTask.java