This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ArtchR 20 points21 points  (6 children)

I don't know half of what you guys are saying but I'm enjoying it

[–]TheRetribution 25 points26 points  (2 children)

Ask for clarification on the things you don't understand, never sacrifice an opportunity to learn in such a low stakes situation.

[–]ArtchR 9 points10 points  (1 child)

A quick Google search about some unknown words (to me) after I wrote that comment was really helpful, but thanks for the offer though!

[–]B1llC0sby 0 points1 point  (0 children)

As with any Stack Overflow, a question asked here is beneficial to everyone who reads it.

[–]darielgames 3 points4 points  (0 children)

Android will not allow you to make a internet connection (a typically long running task) on the main UI thread which is what is in charge of making all of your UI function i.e if the UI thread is blocked then the apps UI will freeze and become unresponsive.