GithubHelp home page GithubHelp logo

marceluphd / parseui-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from parse-community/parseui-android

0.0 1.0 0.0 7.42 MB

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

License: Other

Java 100.00%

parseui-android's Introduction

Parse UI for Android

This project contains two libraries, login and widget.

The login 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.

The widget library provides several useful UI widgets which integrate with Parse SDK seamlessly.

Dependency

Add this in your root build.gradle file (not your module build.gradle file):

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

Then, add the library to your project build.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 our wiki

Documentation

For complete details about this library project, please see our documentation 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 the Contribution Guidelines.

License

Copyright (c) 2015-present, Parse, LLC.
All rights reserved.

This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of 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.

parseui-android's People

Contributors

wangmengyan95 avatar rogerhu avatar stanleyw avatar grantland avatar jawnnypoo avatar afzalive avatar hramos avatar torfinnberset avatar netizen01 avatar joshzngf avatar lacker avatar liron-k avatar lukas1994 avatar nlutsenko avatar ricardo1980 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.