You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1FYI, Android Enthusiasts is not for programming questions, unless I missed something (e.g. deleted questions). They should stay on Stack Overflow.Meta Andrew T.– Meta Andrew T.2016-01-27 18:12:36 +00:00Commented Jan 27, 2016 at 18:12
- @AndrewT. Other questions about Android might be on-topic on Android. Have you seen the OP's questions on Stack Overflow?wythagoras– wythagoras2016-01-27 18:15:11 +00:00Commented Jan 27, 2016 at 18:15
- Yes, all 8 questions are Android programming questions, which is off-topic on Android Enthusiasts.Meta Andrew T.– Meta Andrew T.2016-01-27 18:16:54 +00:00Commented Jan 27, 2016 at 18:16
- @AndrewT. Certainly they are not all eight, since one of the questions is about Facebook and nothing more than that. Also, how about this one: stackoverflow.com/questions/34756632/…wythagoras– wythagoras2016-01-27 18:21:01 +00:00Commented Jan 27, 2016 at 18:21
- 1The one about Facebook is using Facebook SDK which is programming question. Android Studio is an IDE for Android app development which is also programming question. Android Enthusiasts is for Android end-user (consumer, not producer).Meta Andrew T.– Meta Andrew T.2016-01-27 18:26:21 +00:00Commented Jan 27, 2016 at 18:26
- @AndrewT. I think I will trust you on that as you have 4.6k on Android. I removed that part.wythagoras– wythagoras2016-01-27 18:29:34 +00:00Commented Jan 27, 2016 at 18:29
- So can I or should I not post android-related programming questions on the Android Enthusiasts page?tccpg288– tccpg2882016-01-27 18:45:33 +00:00Commented Jan 27, 2016 at 18:45
- 1@tccpg288: Do not ask programming questions at Android Enthusiasts. They will be closed. The help center is very clear on that.ale– ale2016-01-27 21:01:39 +00:00Commented Jan 27, 2016 at 21:01
- @AlE. Thanks for the heads up. Just trying to make sure my question gets answered, as it is quite technical. Any other references?tccpg288– tccpg2882016-01-27 21:39:01 +00:00Commented Jan 27, 2016 at 21:39
- 1So, self-answering does help one get out of a question ban?Geremia– Geremia2016-01-28 17:21:41 +00:00Commented Jan 28, 2016 at 17:21
- 1Also, how do we know how deeply we're questioned-banned?Geremia– Geremia2016-01-28 17:21:55 +00:00Commented Jan 28, 2016 at 17:21
- This sort of sucks. I am in the top 33% of posters for this quarter, but deleting old under-viewed questions and asking moderators to delete ones with just a few answers and no votes also won't fix this. This is very frustrating for those of use who use Stack Overflow regularly.ggb667– ggb6672016-08-18 15:41:44 +00:00Commented Aug 18, 2016 at 15:41
- 1Apparently this is not a good "rule".diverger– diverger2018-04-09 04:41:04 +00:00Commented Apr 9, 2018 at 4:41
- 1Please also help me... I also have a question ban, but not for a day but since a whole month. How to remove that?? Here's my profile link: stackoverflow.com/users/11363434/abhay-salvi?tab=profile Any help would be appreciated...Roxanne– Roxanne2020-01-21 12:36:22 +00:00Commented Jan 21, 2020 at 12:36
- 1couple of useful links. meta.stackexchange.com/questions/164899/… stackoverflow.com/help/question-bansCodingMatters– CodingMatters2020-05-17 00:02:46 +00:00Commented May 17, 2020 at 0:02
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you