Getting into open source programming

Ever since I wrote my first line of Java for Intro to Programming 232 in 2010, I’ve asked the question, how can I get better at this? I google it, ask people, read proggit, read hackernews, read books. The answers are, in order, 1) study on your own 2)...
Fix My Bug

Fix My Bug

After wrestling with a stupid syntax error for several days, I got sick of staring at the same code for ages and started working on this. Fix my bug! Sometimes it’s more fun to help someone else with their code than work on your own. That’s what fixmybug...

How to Dynamically Add Radio Buttons

Haven’t seen a tutorial for this that isn’t badly spelled and hard to grok, so I’ll try it. First, include the radio group widget and and declare one. You’ll also need LayoutParams and RadioButton, so include those as well....