tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
510 stars 34 forks source link

Download the solution OFFLINE #85

Closed ghost closed 3 years ago

ghost commented 3 years ago

This add-on will solve the problem of using the Stack website from a computer Download the solution as a text file to copy into the IDE on the computer directly

tylerbwong commented 3 years ago

Hey @QuantumSoftwereSolution thanks for the feature request. Could you go into a little more detail as to what the use-case is? I'm a little confused as to why an Android app should include this specific piece of functionality for desktop computers. I think the desktop version of stackoverflow.com and other Stack Exchange websites already covers this use-case.

ghost commented 3 years ago

I mean, when you search for a specific code in the application and you find it and want to write it in the IDE instead of pressing the share button you make copies of the code and save it in a text file and then transfer it directly to the computer

بتاريخ الثلاثاء، 13 أكتوبر 2020، جاء من Tyler Wong <notifications@github.com

:

Hey @QuantumSoftwereSolution https://github.com/QuantumSoftwereSolution thanks for the feature request. Could you go into a little more detail as to what the use-case is? I'm a little confused as to why an Android app should include this specific piece of functionality for desktop computers. I think the desktop version of stackoverflow.com and other Stack Exchange websites already covers this use-case.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tylerbwong/stack/issues/85#issuecomment-707934768, or unsubscribe https://github.com/notifications/unsubscribe-auth/APTDKJYSJUAOE3ASMMCZQUDSKSNMFANCNFSM4SORWZVQ .

ghost commented 3 years ago

I started working on this update you will definitely like it

بتاريخ الأربعاء، 14 أكتوبر 2020، جاء من Quantum Academy < quantumltd48@gmail.com>:

I mean, when you search for a specific code in the application and you find it and want to write it in the IDE instead of pressing the share button you make copies of the code and save it in a text file and then transfer it directly to the computer

بتاريخ الثلاثاء، 13 أكتوبر 2020، جاء من Tyler Wong < notifications@github.com>:

Hey @QuantumSoftwereSolution https://github.com/QuantumSoftwereSolution thanks for the feature request. Could you go into a little more detail as to what the use-case is? I'm a little confused as to why an Android app should include this specific piece of functionality for desktop computers. I think the desktop version of stackoverflow.com and other Stack Exchange websites already covers this use-case.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tylerbwong/stack/issues/85#issuecomment-707934768, or unsubscribe https://github.com/notifications/unsubscribe-auth/APTDKJYSJUAOE3ASMMCZQUDSKSNMFANCNFSM4SORWZVQ .

tylerbwong commented 3 years ago

It's an interesting idea, however I'm not sure I see how this fits the use-case for an Android application. I always saw this application as a quick and easy way to view questions on-the-go. If I was planning on using Stack Overflow with the intention of pasting a code snippet into an IDE or text editor, I would visit the desktop website on my computer and copy-paste/read whatever I need from there.

Again, I think it is an interesting idea, but I am unconvinced that this use-case isn't already covered by the desktop site.

ghost commented 3 years ago

Sure, of course, but I kind of think out of the box, I mean imagining someone learning to program using the phone, for example, I started learning on the phone before I got a computer. It would be better if those in such a situation could copy the code directly from the application of the ide or the code editor in general, so that the matter would be more comprehensive, simpler and faster.

‫في الأربعاء، 14 أكتوبر 2020 في 2:18 ص تمت كتابة ما يلي بواسطة ‪Tyler Wong‬‏ ‪notifications@github.com‬‏:‬

It's an interesting idea, however I'm not sure I see how this fits the use-case for an Android application. I always saw this application as a quick and easy way to view questions on-the-go, but if I was planning on using Stack Overflow with the intention of pasting a code snippet into an IDE or text editor, I would visit the desktop website on my computer and copy-paste or read whatever I need from there.

Again, I think it is an interesting idea, but I am unconvinced that this use-case isn't already covered by the desktop site.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tylerbwong/stack/issues/85#issuecomment-708095590, or unsubscribe https://github.com/notifications/unsubscribe-auth/APTDKJZTTXNDSAKAOAEM6A3SKT34TANCNFSM4SORWZVQ .

tylerbwong commented 3 years ago

So in the app you can already select text and copy it to your clipboard to send to a computer. I think that covers your use-case pretty well already? There's no need to export it to a file. I'd like to avoid unnecessary complexity.

ghost commented 3 years ago

Yes, but this will give it more features and more acceptance by users who, once the name of Stack is mentioned, will use the computer

‫في الخميس، 15 أكتوبر 2020 في 12:14 ص تمت كتابة ما يلي بواسطة ‪Tyler Wong‬‏ ‪notifications@github.com‬‏:‬

So in the app you can already select text and copy it to your clipboard to send to a computer. I think that covers your use-case pretty well already? There's no need to export it to a file. I'd like to avoid unnecessary complexity.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tylerbwong/stack/issues/85#issuecomment-708708928, or unsubscribe https://github.com/notifications/unsubscribe-auth/APTDKJ3QYMJG3R7MMFZ7XXTSKYWEBANCNFSM4SORWZVQ .

tylerbwong commented 3 years ago

Hm, I still think that the ability to copy/paste or share directly from the question details page already covers this use-case pretty well. If a user wanted to reference Stack Overflow on their computer, they could use the website directly as well.

Also, if a user was not able to access a computer right away while browsing the app for questions, they could always bookmark a specific question to save for later (which is saved to their Stack Overflow account and also available offline).

Closing for now unless other use-cases are brought up. Thanks again for the suggestion! Will let you know if plans change.