containskey

  1. G

    Android Question Error occurs only in Release mode

    If I compile the following code in Debug mode, this executes fine. If I compile it as Release, I get the following error: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference If...
  2. FERNANDO SILVEIRA

    Android Question If Starter.kvs.ContainsKey("key") ==> "missing parameter"

    Hi there! I'm trying to check for an existing value stored before using it, according to the tutorial documentation, but the IDE points me a missing parameter. If the value is not stored I'm going to PUT it then. Any clues? BTW, the process was started on Sub Service_Create...
Top