ParseUI-Android
ParseUI-Android copied to clipboard
ParseUI contains user interface libraries for building apps with the Parse Android SDK.
I have followed the steps on https://github.com/ParsePlatform/ParseUI-Android to use the ParseLoginUI library in my project. Here is exactly what I have done in steps: 1. I added the following code...
**When will version v0.0.2 be available for import via gradle?** @wangmengyan95 and @grantland any updates?
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...
Hi, it's just a suggestion. I am using a ListView and ParseQueryAdapter with custom rows, and each of this rows includes an image. The problem when using ParseImageView was that...
Above SDK 19, `Spinners` seem to require a view type count of 1. As far as I can tell, only one view type will ever be returned if `paginationEnabled` is...
Translation not appearing when using the library as a gradle dependencie. I'm using a device in Portuguese language and the texts are in english.
We need to be able to set `isParseSignupNameFieldEnabled` from `ParseLoginBuilder` so that we could disable the 'name' field on the signup screen.
Hi, i'm new to coding and i'm trying to build an app that contains a parse adapter , but there is no method such as **isLocalDatastoreEnabled()** in Parse library that...
I know you can set the text of the login buttons and such via XML or when building an Intent, but is there a way to change the background color...
Currently, I don't see any way to style the progress dialog that pops up when the user is logging in. I started work at https://github.com/torfinnberset/ParseUI-Android/commit/dea2ec494d966ec4c904ae6405a4e9f00f45dbdb for this issue, but my...