@ItayMeir
Nothing here yet.
Nothing here yet.
No blogs yet.
I'm trying to run every minute a refresh for the UI. I wrote this code where I have an handler and a runnable with postdelay. Inside my runnable I have a call for a function that is returning a Map object. But every time, my runnable continues to the...
I have this HTML text input as below: <label style="color: white;" for="id">ID:</label> <input type="text" onkeypress="return event.charCode >= 48 && event.charCode <= 57" maxlength="9" name="id" id="id"> Now, in the onkeypress I successf...
I wrote this code and I'm not sure how to get it to work. I want to get the 3 last indexes, titles and comments, all in different variables. I want index1, title1 and comment1 to get from the last row in the table, index2, title2 and comment2 to get ...
I have this code but whenever I run it I'm getting this error: W/System.err: org.json.JSONException: Value < br>< table of type java.lang.String cannot be converted to JSONObject CODE: import android.content.Intent; import android.support.v7.app.Al...