Skip to content Skip to sidebar Skip to footer

Android: Calendar With Events

I have some issue regarding calendar in android. I want to add events which is on database. What I basically want is when i open my calendar fragment it will call web service and f

Solution 1:

  1. This is because your passed date is not in current format. See your PHP script.
  2. Your varibleresponse.length() returns value more than two so it will point to more than one events in last date. Try using JSONArray.size() to find the length of response.

Post a Comment for "Android: Calendar With Events"