godmode2k / web_examples

Web Examples (+ Mobile App)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Examples

Summary

The sources show you how to make a simple Web page for
manage the account(sign-in/up) and schedule.
And handle JSON response in PHP/Android (Currently login/logout, account info and sign-up only).
In Android, you can see how to keep PHP session.

Environment

tested on

GNU/Linux: Ubuntu 11.10
Apache: 2.2.20
PHP: 5.3.6
MySQL: 5.1.63

Files

as following or you should make whatever you want

./reg {
  // Login
  - login.php
  - login_chk.php
  - logout.php
  -
  // Account
  - account_sign_up.php
  - account_commit.php
  - account_confirm_url.php
  - account_commit.php
  -
  - account_info.php
  - account_info_commit.php
  - account_remove_commit.php
  -
  // Manage the schedules
  - reserv.php
  - reserv_register_modify.php
  - reserv_register_commit.php
  -
  /include
    - commons.php
    - namespaces.php
    - auth.php                    // Authentication and most actions
    - mysql.php                   // Database (MySQL) actions
  -
  /js
    - util.js                     // some JavaScript for 'form' tag action
  -
  /db
    - db.sql                      // Database schema
  -
  /Mobile {
    /Android
      - http_test_activity.xml    // HTTP Test Layout
      - HttpTestActivity.java     // HTTP Test Activity
  }
}

Note

For Mobile App,
You have to set <User-Agent> to "mobile_app" for JSON response.
Currently login/logout, account info and sign-up only.

Screenshots

Login

alt tag

Reserv

alt tag

Modify

alt tag

Profile

alt tag

Sign-up

alt tag

Sign-up: Confirm URL (Verify)

alt tag


> Android

Login / Logout

alt tag

Account info

alt tag

Sign-Up

alt tag

About

Web Examples (+ Mobile App)

License:Apache License 2.0


Languages

Language:PHP 54.8%Language:Java 43.2%Language:JavaScript 2.0%