Not really C/C++ related but I for the life of me can't figure out why this isn't working. I've looked all over the net and couldn't find anything that will shed any light as to what's wrong.
So I have two activity classes. the main one and one, and one that is called by it. I do some work with the second activity class and use the data inputed to update a list (an object of ListView) on the main activity.
Here's the problem. No matter how or where I add the item to the list, it crashes. Or if it doesnt crash it doesnt update the list. I'm hoping some other android developers can help me out.
Here's the code for the three classes that are used for this.