Code and search simultaneously on Sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

29th Mar 2018, 2:44 AM
Adi G
Adi G - avatar
6 Answers
+ 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)
29th Mar 2018, 6:15 AM
Burey
Burey - avatar
+ 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
29th Mar 2018, 6:35 AM
Burey
Burey - avatar
+ 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
29th Mar 2018, 6:10 AM
Burey
Burey - avatar
+ 4
not sure what you mean there Adi G
16th Apr 2018, 5:03 AM
Burey
Burey - avatar
0
thanks Burey for your help.. let me try that and let you know..
29th Mar 2018, 6:20 AM
Adi G
Adi G - avatar
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..
16th Apr 2018, 4:00 AM
Adi G
Adi G - avatar