Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ParseUI contains user interface libraries for building apps with the Parse Android SDK.

License

NotificationsYou must be signed in to change notification settings

parse-community/ParseUI-Android

Repository files navigation

Join The ConversationBackers on Open CollectiveSponsors on Open CollectiveTwitter Follow

This project contains two libraries,login andwidget.

Thelogin library is used for building login and signup flows with the Parse Android SDK. You can easily configure the look and feel of the login screens by either specifying XML configurations or constructing an Intent in code.

Thewidget library provides several useful UI widgets which integrate withParse SDK seamlessly.

Dependency

Add this in your rootbuild.gradle file (not your modulebuild.gradle file):

allprojects {repositories {...maven { url"https://jitpack.io" }}}

Then, add the library to your projectbuild.gradle

dependencies {// for the widget dependency    implementation"com.github.parse-community.ParseUI-Android:widget:latest.version.here"// for the login dependency    implementation"com.github.parse-community.ParseUI-Android:login:latest.version.here"}

Usage

Please check the tutorial in ourwiki

Documentation

For complete details about this library project, please see ourdocumentation on the Parse website.

How Do I Contribute?

We want to make contributing to this project as easy and transparent as possible. Please refer to theContribution Guidelines.

License

Copyright (c) 2015-present, Parse, LLC.All rights reserved.This source code is licensed under the BSD-style license found in theLICENSE file in the root directory of this source tree. An additional grantof patent rights can be found in the PATENTS file in the same directory.

As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.

About

ParseUI contains user interface libraries for building apps with the Parse Android SDK.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors17

Languages


[8]ページ先頭

©2009-2025 Movatter.jp