From 125eb143cc84f184dcffdcc1b44c3b044914887f Mon Sep 17 00:00:00 2001 From: Muhammad Osama Shabrez Date: Wed, 2 May 2012 00:09:05 +0500 Subject: [PATCH] project uploaded --- README | 18 +++++++++++++++++- res/layout/main.xml | 17 +++++++++++++++++ res/values/strings.xml | 17 +++++++++++++++++ .../json/ClientServerJSONActivity.java | 17 +++++++++++++++++ 4 files changed, 68 insertions(+), 1 deletion(-) diff --git a/README b/README index 2370e31..c454e2b 100644 --- a/README +++ b/README @@ -1,3 +1,19 @@ Client Server Communication In Android through JSON Objects. -The details of this project can be viewed here at: http://www.hashincludetechnology.com/client-server-communication-android-json/ \ No newline at end of file +The details of this project can be viewed here at: http://www.hashincludetechnology.com/client-server-communication-android-json/ + + +*********************************************************************** +Copyright (c) 2012 +Author: Muhammad Osama Shabrez +Web: http://osamashabrez.com + +Licensed under the Apache License, Version 2.0 (the "License"); you may +not use this file except in compliance with the License. You may obtain +a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/res/layout/main.xml b/res/layout/main.xml index be1c4e7..813b0d2 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,3 +1,20 @@ + +Web: http://osamashabrez.com + +Licensed under the Apache License, Version 2.0 (the "License"); you may +not use this file except in compliance with the License. You may obtain +a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*********************************************************************** +--> diff --git a/src/com/osamashabrez/clientserver/json/ClientServerJSONActivity.java b/src/com/osamashabrez/clientserver/json/ClientServerJSONActivity.java index ad882d8..d18512c 100644 --- a/src/com/osamashabrez/clientserver/json/ClientServerJSONActivity.java +++ b/src/com/osamashabrez/clientserver/json/ClientServerJSONActivity.java @@ -1,4 +1,21 @@ package com.osamashabrez.clientserver.json; + +/****************************************** +Copyright (c) 2012 +Author: Muhammad Osama Shabrez +Web: http://osamashabrez.com + +Licensed under the Apache License, Version 2.0 (the "License"); you may +not use this file except in compliance with the License. You may obtain +a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +******************************************/ + import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader;