-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom ParseUser example needed #2
Comments
What are you doing that requires subclassing [EDITED] Previously I said here that subclassing |
I have a new field called
There isn't any ParseSignupFragment example on how to do it. Thanks, |
Thanks for this feedback. You don't have to subclass Please take a look at how the |
Hi,
could you please provide an example on how to extend ParseSignupFragment for adding a custom user, for instance,
public class CustomUser extends ParseUser
, to the server.Thanks!
The text was updated successfully, but these errors were encountered: