hyperlab / TiMixpanel

Mixpanel integration for Titanium Mobile
22 stars 12 forks source link

Android version #3

Closed jonatansberg closed 9 years ago

jonatansberg commented 10 years ago

Module stub currently available in the android folder.

There's probably a better way to include the different components of the Mixpanel API though..

joeatwork commented 10 years ago

Have you considered using the Mixpanel pure-java library? (It's here: https://github.com/mixpanel/mixpanel-java ) - It should work in a lot of different Java environments, and might save you a bit of trouble since we maintain it directly.

jonatansberg commented 10 years ago

Could you please elaborate a bit on that?

Isn't the mixpanel-android module also maintained by your company? And how would we go about supporting notifications and what not if we use the pure mixpanel-java lib?

jonatansberg commented 10 years ago

(Also, hello! Really nice to see you here @joeatwork.)

joeatwork commented 10 years ago

It would be great to use the mixpanel-android lib! It's full featured, supports notifications and surveys, and is generally better for Android! I may have misunderstood the project a bit, I thought you needed a lower level interface to Mixpanel. Sorry for the distraction!

jonatansberg commented 10 years ago

No worries! If you do have any ideas on how to better integrate the mixpanel-android lib I'd be happy to hear them.

Right now the module builds and basic stuff appears to be working. I haven't tested any of the UI parts yet though, but I'm suspecting they wont work since I'm not at all sure about the bundling of the included assets/resources.

jonatansberg commented 10 years ago

Basic support implemented in #6.