1
1
<img src =" media/ic_app.png " height =" 100px " />
2
2
3
+ Random Notes
4
+ =======================
5
+
3
6
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-site-brightgreen?style=flat-square )] ( https://android-arsenal.com/details/3/7906 )
4
7
![ Open issues] ( https://img.shields.io/github/issues-raw/fartem/parse-android-test-app.svg?color=ff534a&style=flat-square )
5
- ![ Last commit] ( https://img.shields.io/github/last-commit/fartem/parse-android-test-app.svg?color=51539c&style=flat-square )
6
- ![ Repo size] ( https://img.shields.io/github/repo-size/fartem/parse-android-test-app.svg?color=02778b&style=flat-square )
7
- [ ![ License] ( https://img.shields.io/github/license/fartem/parse-android-test-app.svg?color=7ea4b0&style=flat-square )] ( https://github.com/fartem/parse-android-test-app/blob/master/LICENSE )
8
8
9
- ## About
9
+ About
10
+ -------------------
10
11
11
12
Test Android application for [ Parse test server] ( https://github.com/fartem/parse-test-server ) .
12
13
13
- ## Information
14
-
15
- ### Features
14
+ __ Features__
16
15
17
- - managing the simple entity (Note);
18
- - sync data with the server;
19
- - restore data from the server;
20
- - sign up from the application with email address or Facebook account;
21
- - sign in to the server with email or Facebook.
16
+ * managing the simple entity (Note);
17
+ * sync data with the server;
18
+ * restore data from the server;
19
+ * sign up from the application with email address or Facebook account;
20
+ * sign in to the server with email or Facebook.
22
21
23
- ### Not handling exceptions
22
+ __ Not handling exceptions __
24
23
25
- - Internet connection unavailable status;
26
- - Parse Server connection unavailable status.
24
+ * Internet connection unavailable status;
25
+ * Parse Server connection unavailable status.
27
26
28
- ## Facebook install
27
+ Facebook auth
28
+ -------------------
29
29
30
- ### Resources
30
+ __ Resources __
31
31
32
- - [ Official Guide] ( https://developers.facebook.com/docs/facebook-login/android )
33
- - [ Get hash with openssl in Windows] ( https://github.com/magus/react-native-facebook-login/issues/297#issuecomment-433816732 )
32
+ * [ Official Guide] ( https://developers.facebook.com/docs/facebook-login/android )
33
+ * [ Get hash with openssl in Windows] ( https://github.com/magus/react-native-facebook-login/issues/297#issuecomment-433816732 )
34
34
35
- ### Usage
35
+ __ Usage __
36
36
37
37
In ` preferences.xml ` replace this values to own analogues:
38
38
@@ -41,17 +41,17 @@ In `preferences.xml` replace this values to own analogues:
41
41
<string name =" fb_login_protocol_scheme" >fb[APP_ID]</string >
42
42
```
43
43
44
- ## Permissions
45
-
46
- ``` xml
47
- <uses-permission android : name =" android.permission.INTERNET" />
48
- ```
49
-
50
- ## Screenshots
44
+ Screenshots
45
+ -------------------
51
46
52
47
<p align =" center " >
53
48
<img src =" media/screenshot_01.png " width =" 200 " />
54
49
<img src =" media/screenshot_02.png " width =" 200 " />
55
50
<img src =" media/screenshot_03.png " width =" 200 " />
56
51
<img src =" media/screenshot_04.png " width =" 200 " />
57
52
</p >
53
+
54
+ Contributors
55
+ -------------------
56
+
57
+ * [ @fartem ] ( https://github.com/fartem ) as Artem Fomchenkov
0 commit comments