https://kotlinlang.org logo
k

kevinmost

08/01/2016, 2:56 PM
np, Conductor is nice but I hated bumping up against API limitations because then you basically have to hack in some way for your Activity to interact with your Conductor View, because Conductor doesn't give you access to the standard API. Like, IIRC, last time I tried it, I got annoyed that there was no way within the View to intercept back button presses. You have to intercept in the Activity and funnel it back into Conductor somehow, I think?