Giter Site home page Giter Site logo

jgeovani / parseui-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from parse-community/parseui-android

0.0 2.0 1.0 8.77 MB

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

License: Other

Java 100.00%

parseui-android's Introduction

Parse SDK for Android

This project contains two libraries, ParseUI-Login and ParseUI-Widget.

The ParseUI-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 ParseUI-Widget library provides several useful UI widgets which integrate with Parse SDK seamlessly.

Import to your project

  1. Clone this repository onto your machine.

  2. Configure Parse SDK by following this tutorial.

  3. Import ParseUI-Login and ParseUI-Widget as modules into your app's Android Studio Project

    • File > Import Module in Android Studio
    • In the New Module pop-up, set the source directory to the ParseUI-Android/ParseUI-Login and ParseUI-Android/ParseUI-Widget folder within the cloned repo.
  4. Add the following to the dependencies section of your app's build.gradle.

    // Module dependency on ParseUI libraries sources
    compile project(':ParseUI-Login')
    compile project(':ParseUI-Widget')
    
    // Uncomment if using Facebook Login (optional Maven dependency)
    // compile 'com.facebook.android:facebook-android-sdk:4.0.1'
    // compile files('YOUR_PROJECT_LIBS_PATH/ParseFacebookUtilsV4-1.10.0.jar')
    

Usage

Please check the tutorial in our wiki;

Documentation

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

Contributing

See the CONTRIBUTING file for how to help out.

License

Copyright (c) 2014, Parse, LLC. All rights reserved.

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, and distribute this software in source code or binary form for use in connection with the web services and APIs provided by Parse.

As with any software that integrates with the Parse platform, your use of this software is subject to the [Parse Terms of Service] (https://www.parse.com/about/terms). This copyright notice shall be included in all copies or substantial portions of the software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

parseui-android's People

Contributors

afzalive avatar hramos avatar liron-k avatar lukas1994 avatar nlutsenko avatar ricardo1980 avatar stanleyw avatar torfinnberset avatar wangmengyan95 avatar

Watchers

 avatar  avatar

Forkers

cordlesswire

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.