X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Fsamples%2FREADME.md;fp=bindings%2Fsamples%2FREADME.md;h=587da22b41cf30b39b8caa25c23f9e2f835a9f61;hb=7916ea9258ce0a9d4951462836c5c06f2e227db3;hp=0000000000000000000000000000000000000000;hpb=e84fc44c47b42651fef17405f5bc09e5079d4a72;p=src%2Fapp-framework-binder.git diff --git a/bindings/samples/README.md b/bindings/samples/README.md new file mode 100644 index 00000000..587da22b --- /dev/null +++ b/bindings/samples/README.md @@ -0,0 +1,14 @@ + +This directory contains several examples of writting bindings with C. + +To get tutorial examples, you should check the directory ../tutorial. + +The provide examples here are: + +* AuthLogin (auth): shows how to manage the session +* DemoContext (context): as AuthLogin with use of LOA +* DemoPost (post): shows how to use HTTP to transfer files +* tic-tac-toe (tictactoe): example explain in the documentation +* hello3 (hello3): toolset for exhaustive use of the binder API v3 +* hello2 (hello2): toolset for use of the binder API v2 (legacy) +