Hi,
I want to write native views for xblocks in android app and I've found out that I should use student_view_data in course api which is a json object. so far so good ha :D
Let's see what the problem is...
I have a button in my custom-block which in desktop mode sends ajax request with url that runtime provides it. How should I do the same thing in mobile? (I was thinking about sending the provided url with student_view_data)
Thanks,
Siavash Kavousi