Skip to content

Commit

Permalink
project uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaShabrez committed May 1, 2012
1 parent 6a875ee commit 125eb14
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 1 deletion.
18 changes: 17 additions & 1 deletion 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/
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 <osamashabrez@live.com>
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.
17 changes: 17 additions & 0 deletions res/layout/main.xml
@@ -1,3 +1,20 @@
<!--
***********************************************************************
Copyright (c) 2012
Author: Muhammad Osama Shabrez <osamashabrez@live.com>
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.
***********************************************************************
-->
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
Expand Down
17 changes: 17 additions & 0 deletions res/values/strings.xml
@@ -1,3 +1,20 @@
<!--
***********************************************************************
Copyright (c) 2012
Author: Muhammad Osama Shabrez <osamashabrez@live.com>
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.
***********************************************************************
-->
<?xml version="1.0" encoding="utf-8"?>
<resources>

Expand Down
@@ -1,4 +1,21 @@
package com.osamashabrez.clientserver.json;

/******************************************
Copyright (c) 2012
Author: Muhammad Osama Shabrez <osamashabrez@live.com>
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;
Expand Down

0 comments on commit 125eb14

Please sign in to comment.