>> Is it best to have a separate activity for the initial and each secondary
screen and use startActivity on each initial screen button and secondary
screen back button to navigate between them?

Sounds like a normal use case to me.  My Fantasy Football app has a similar
flow, although it's not returning data to the main activity.

Honestly, I would spend even just a short period of time understanding Java.
 Not saying you should know the kitchen sink before getting into Android,
but I couldn't imagine how difficult it would have been to build an app
having to learn both on the fly.

Regards,
Chris Stewart

Fantasy 
Football<http://chriswstewart.com/android-applications/fantasy-football/>-
Android app for fantasy football fanatics and MFL owners
Social Updater<http://chriswstewart.com/android-applications/social-updater/>-
An easy way to send your status blast to multiple social networks



On Mon, Aug 9, 2010 at 4:39 PM, TreKing <treking...@gmail.com> wrote:

> On Sun, Aug 8, 2010 at 6:19 AM, FrinkTheBrave <pete.mon...@gmail.com>wrote:
>
>> I am new to Android development (and new to Java)
>>
>
> Oh boy. I'd suggest you focus on learning Java, Android-less, first. But
> anyways ...
>
>
>> Is it best to have a separate activity for the initial and each secondary
>> screen and use startActivity on each initial screen button and secondary
>> screen back button to navigate between them?
>>
>
> "Best" is debatable and hard to determine, particularly when you've offered
> no other options. But sure, that sounds pretty standard. And the "back"
> button is needless as there's a dedicated back button.
>
>
>> What about startActivityForResult? would that be better? if so, why
>>
>
> What about it? Do you need a result back? Then it's not "better", it's
> "required".
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to