Back to project page UnitConverterUltimate-Studio.
The source code is released under:
GNU General Public License
If you think the Android project UnitConverterUltimate-Studio listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.physphil.android.unitconverterultimate.util; //from w ww .j av a2s . c o m import java.util.HashMap; public final class Globals { /** * Contains global variables to be accessed throughout application */ public static HashMap<String, Double> conversions; }