Giter Club home page Giter Club logo

parse-android-test-app's Introduction

Random Notes

GitHubActions Codebeat Codecov Android Arsenal

About

Demo Android application for Parse test server.

Google auth

Resources

Usage

In preferences.xml replace this value to own analogue:

<string name="google_web_app_token_id">[APP_ID]</string>

Facebook auth

Resources

Usage

In preferences.xml replace this values to own analogues:

<string name="facebook_app_id">[APP_ID]</string>
<string name="fb_login_protocol_scheme">fb[APP_ID]</string>

Screenshots

How to contribute

Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ ./gradlew clean
$ ./gradlew build
$ ./gradlew connectedCheck

If you don't see any error messages, submit your pull request.

Contributors

parse-android-test-app's People

Contributors

fartem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

parse-android-test-app's Issues

Add support for LiveQuery

In CloudDataSource class add methods for subscribing and unsubscribing from LiveData (the abstract name). Subscribe in onResume() and unsubscribe in onPause() on MainActivity.

Replace all exceptions from Cloud module with true/false pair

Right now all Cloud methods provide callbacks with an exception as a result. This is a bad approach because it is showed Cloud SDK specificity (why the client does know about Parse Exception? It is just handling success or error result of the operation). Replace it with true/false values were true - success and false - error values.

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.