Skip to content

Commit d9e38b7

Browse files
authored
Update README.md
1 parent a37eaed commit d9e38b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
- Web API Client apps in B4X (Android, iOS, Desktop)
33
- Demonstrate how to consume API from Web API server created by template
44

5+
B4J Web API server: https://github.com/pyhoon/webapi-b4j
6+
57
**Depends on following libraries:**
68

7-
**B4A:** B4XPages 1.10, B4XPreferencesDialog 1.73, Core 11.00, OkHttpUtils2 2.96, XUI Views 2.52+
9+
**B4A:** B4XPages 1.10, B4XPreferencesDialog 1.73+, Core 11.00, OkHttpUtils2 2.96, XUI Views 2.52+
810

9-
**B4i:** B4XPages 1.10, B4XPreferencesDialog 1.73, iCore 7.01+, iHttpUtils2 2.96, XUI Views 2.52+
11+
**B4i:** B4XPages 1.10, B4XPreferencesDialog 1.73+, iCore 7.01+, iHttpUtils2 2.96, XUI Views 2.52+
1012

11-
**B4J:** B4XPages 1.10, B4XPreferencesDialog 1.73, jCore 9.10, jOkHttpUtils2 2.96, XUI Views 2.52+, jFX 9.00
13+
**B4J:** B4XPages 1.10, B4XPreferencesDialog 1.73+, jCore 9.10, jOkHttpUtils2 2.96, XUI Views 2.52+, jFX 9.00
1214

1315
# Features:
1416
- CRUD based (CREATE, READ, UPDATE, DELETE)
@@ -28,9 +30,7 @@ Private URL As String = "http://172.20.10.3:19800/v1/"
2830
**Preview:**
2931

3032
<img src="https://github.com/pyhoon/webapi-client-b4x/raw/main/Preview/B4A.png" title="B4A" />
31-
3233
<img src="https://github.com/pyhoon/webapi-client-b4x/raw/main/Preview/B4i.png" title="B4i" />
33-
3434
<img src="https://github.com/pyhoon/webapi-client-b4x/raw/main/Preview/B4J.png" title="B4J" />
3535
<img src="https://github.com/pyhoon/webapi-client-b4x/raw/main/Preview/ubuntu-desktop.png" title="Linux" />
3636

0 commit comments

Comments
 (0)