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:
- This is because your passed date is not in current format. See your PHP script.
- Your varible
response.length()
returns value more than two so it will point to more than one events in last date. Try usingJSONArray.size()
to find the length of response.
Post a Comment for "Android: Calendar With Events"