parse-community / ParseUI-Android

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

Please provide callbacks to custom the behaviors #141

Open vokvince opened 8 years ago

vokvince commented 8 years ago

Hello,

I already pulled up the issue but the library doesn't provide callbacks in order to customize the behaviors when you signin, sign up or whatever. We need many callback like for the errors on the fields and we don't want an old school toast.

Also, we need more setter to customize the UI like give a font.

I can give you more details and even push a solution but it seems that the library didn't improve since a long time...

Thank for your response,

code2be commented 7 years ago

+1

mmarshak commented 7 years ago

This will be great addition. In the iOS version there are call backs for the various state of the login, Facebook login/signup, etc. But in the Android version there is nothing.

nicktmro commented 7 years ago

@vokvince I can't help you with the callbacks but I was able to customise the UI quite easily by providing my version of the login, signup, and form layout files. As long as you use the same name for the layouts you should be able to do pretty much whatever you want to the way things look.