parse-community / ParseUI-Android

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

Add ParseOnSignUpSuccessListener for sign up event #94

Closed wangmengyan95 closed 8 years ago

wangmengyan95 commented 8 years ago

This PR is the first step of #79. We need to add ParseOnSignUpSuccessListener and then expose it to public.

hallucinogen commented 8 years ago

Looking good!

hallucinogen commented 8 years ago

Btw is it possible to add tests for this?

wangmengyan95 commented 8 years ago

@hallucinogen, for the UI libarary, no. Right now we only have tests for the widget library.