alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Android example source code file (app.yaml)

This example Android source code file (app.yaml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Android by Example" TM.

Java - Android tags/keywords

The app.yaml Android example source code

application: 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

 

new blog posts

 

Copyright 1998-2021 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.