protected bool StringVal(string tag, out string val)
 {
     return(currentActivity.GetString(tag, out val));
 }