+ 3
Code and search simultaneously on Sololearn
I am trying to code on sololearn using Android and frequently need to go back to other material within app using search. Currently it seems I need to get out of code, search and then come back. Any thoughts on how to achieve this more conveniently? As of now I can think of two options 1. use web version of sololearn via chrome to search stuff 2. use clone app or similar to run additional instance of the app.. Any other ideas or tips?
6 Respuestas
+ 11
update
you can add this comment in your code comments:
https://www.sololearn.com/Discuss/?ref=app
this will redirect you to the Q&A (clicking back will return you to the code)
+ 9
of course your code must be already saved to have a comment section
and if it is privated (because it's incomplete) your followers will receive a notification on that comment and will be able to see your work before it is done
a way to migitate that (in web codes only) would be to place an anchor tag <a href="https://www.sololearn.com/Discuss/?ref=app">Q&A</a> somewhere on your code for quick access
+ 8
option 1 is similar to what i usually do for checking codes output correctness in quiz rating
have a browser open in your device on https://www.sololearn.com/Discuss (i redirect to code playground by clicking CODE PLAYGROUND)
you can search via the browser and entering the Q&A will redirect your app to that post.
but don't worry, once you click the BACK button on your device you will be redirected back to your code
+ 4
not sure what you mean there Adi G
0
thanks Burey for your help.. let me try that and let you know..
0
Burey , thanks for all the efforts, this is really helpful. Just a follow up query...
Is there a similar link to the search box on sololearn app home page?
in addition to the discussion link, search link also helps look up the topic directly at times. So adding that will help avoid having to go out of code..