https://github.com/ericafenyo/parse-user
A simple Android app that registers a user using the Parse server
https://github.com/ericafenyo/parse-user
Last synced: 12 months ago
JSON representation
A simple Android app that registers a user using the Parse server
- Host: GitHub
- URL: https://github.com/ericafenyo/parse-user
- Owner: ericafenyo
- Created: 2018-10-10T19:59:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T14:43:02.000Z (almost 8 years ago)
- Last Synced: 2025-02-05T01:31:14.369Z (over 1 year ago)
- Language: Kotlin
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Parse-user
Parse-user is a test application to showcase the creation of user accounts using a [Parse server](https://parseplatform.org).
### Checklist
- [x] Register a user with a valid email and a password requiring at least 6 characters.
- [x] Allow users to add a profile picture.
- [x] Create a login screen using email as key and password.
- [x] Ensure that the app runs smoothly with great UI/UX.
### Prerequisite
A [Parse server](https://parseplatform.org) with a server URL, an App Id and a Client Key.
### Basic Flow

### Screens
The app uses 6 different screens

### Dependencies
* [Android Support Libraries](https://developer.android.com/topic/libraries/support-library/)
* [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/)
* [Butter Knife](http://jakewharton.github.io/butterknife/)
* [Google Gson](https://github.com/google/gson/)
* [Picasso](http://square.github.io/picasso/)
* [Parseplatform-Android](https://docs.parseplatform.org/android/guide/)
### LICENSE
Copyright (C) 2018 Eric Afenyo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.