parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

Allow pass extras to target activity #99

Closed wangmengyan95 closed 8 years ago

wangmengyan95 commented 8 years ago

Currently, if we use ParseLoginDispatchActivity, we build an empty intent to start the target Activity. This changes allow us to pass extra bundle to the target Activity. #15.

Test with ParseLoginSampleWithDispatchActivity sample app.

grantland commented 8 years ago

LGTM!