sockeqwe / mosby-conductor

Plugin for conductor to integrate Mosby
Apache License 2.0
131 stars 22 forks source link

Code Sample in JAVA? #6

Closed sirvon closed 8 years ago

sirvon commented 8 years ago

Thanks for the lib!

Is there a code sample on how to implement mosby with conductor in java?

sockeqwe commented 8 years ago

Not yet ...

@sirvonthomas notifications@github.com schrieb am Mo., 8. Aug. 2016, 10:27:

Thanks for the lib!

Is there a code sample on how to implement mosby with conductor in java?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sockeqwe/mosby-conductor/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjnrqHSP8laVA9-g_tmCieAsjQJS0Meks5qduh6gaJpZM4Jez_A .

sockeqwe commented 8 years ago

But you can have a look at code samples from Mosby repository. There are plenty written in java, and there is no difference between using i.e. a fragment or conductor controller. Mosby offers the same api for both

Hannes Dorfmann hannes.dorfmann@gmail.com schrieb am Mo., 8. Aug. 2016, 16:47:

Not yet ...

@sirvonthomas notifications@github.com schrieb am Mo., 8. Aug. 2016, 10:27:

Thanks for the lib!

Is there a code sample on how to implement mosby with conductor in java?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sockeqwe/mosby-conductor/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjnrqHSP8laVA9-g_tmCieAsjQJS0Meks5qduh6gaJpZM4Jez_A .

sirvon commented 8 years ago

and that said it all...a fragment is equivalent to a conductor controller! thanks!