Android Open Source - salary-calculator Common Utils






From Project

Back to project page salary-calculator.

License

The source code is released under:

MIT License

If you think the Android project salary-calculator 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 nl.changer.salarycalculator;

public class CommonUtils {

  public static final  String PATH_ASSESTS_WWW = "file:///android_asset/www/";
  
}




Java Source Code List

nl.changer.salarycalculator.AndroidWebActivity.java
nl.changer.salarycalculator.CommonUtils.java