[android-developers] Re: onActivityResult not being called

2012-03-25 Thread Joey Selah
? On Mar 23, 9:04 am, Joey Selah josephsela...@gmail.com wrote: Thanks Matt! The resultCode == 0 is nothing really, I just quickly threw it in so I could set a breakpoint to test that the event handler was being called and the breakpoint isn't hitting.  but I'll definitely be changing resultCode

[android-developers] Re: onActivityResult not being called

2012-03-23 Thread Joey Selah
won't ship the result back to the other Activity without some additional work.http://developer.android.com/guide/topics/manifest/activity-element.h... I hope this helps! -Mattwww.sep.com/mcterry On Thursday, March 22, 2012 10:43:24 AM UTC-4, Joey Selah wrote: Actually excuse me, I've

[android-developers] Re: onActivityResult not being called

2012-03-22 Thread Joey Selah
Actually excuse me, I've mixed the classed up some how. Below is the correct code: public class BrewJournalEdit extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] onActivityResult not being called

2012-03-19 Thread Joey Selah
I'm having an issue where the onActivityResult() handler isn't being hit. I'm launching the activity with startActivityForResult() but onActivityResult() is never being hit. I'm partially wondering if it's launching as a new task instead of a sub task. And if I'm not mistaken, new classes won't

[android-developers] My app not showing in the launcher

2012-03-08 Thread Joey Selah
Hi, I am just learning android development and I'm encountering an issue where my application is showing up under settings-applications- manager applications but it's not showing up under the launcher (where I'd like it to appear). My suspicion is that my manifest file is set up wrong in some