|
Android example source code file (app.yaml)
The app.yaml Android example source codeapplication: samplesyncadapter version: 1 runtime: python api_version: 1 handlers: - url: /auth script: main.py - url: /login script: main.py - url: /fetch_friend_updates script: main.py - url: /fetch_status script: main.py - url: /add_user script: dashboard.py - url: /edit_user script: dashboard.py - url: /users script: dashboard.py - url: /delete_friend script: dashboard.py - url: /edit_user script: dashboard.py - url: /add_credentials script: dashboard.py - url: /user_credentials script: dashboard.py - url: /add_friend script: dashboard.py - url: /user_friends script: dashboard.py Other Android examples (source code examples)Here is a short list of links related to this Android app.yaml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.