immadisairaj / CodeforcesApp

An android application which uses Codeforces Api.
Apache License 2.0
15 stars 7 forks source link

View the submission also along with problem #10

Open immadisairaj opened 5 years ago

immadisairaj commented 5 years ago

Describe the feature you'd like

When a submission is pressed in the "recent submissions" it normally directs to the problem question. Now can implement also to show the problem submission code along with the problem question. Like a dialog box to choose question or submission code.

Additional context

It can be done by using the submission id retrieved from the API.

Would you like to work on the issue?

No

abhinandhari commented 5 years ago

I would like to work upon this?

abhinandhari commented 5 years ago

I tried , and have found that there is no method of getting the submitted code from the given API.

immadisairaj commented 5 years ago

there is a submission id. Try using that