Click here to Skip to main content
15,888,243 members
Articles / Mobile Apps / Android

Send and Receive JSON between Android and PHP Web Service

Rate me:
Please Sign up or sign in to vote.
4.54/5 (61 votes)
12 Oct 2011CPOL 760.5K   62.4K   106  
Set and get data via PHP Web Service between Android and PHP
  • HttpRequest.zip
    • HttpRequest
      • HttpRequest
        • .classpath
        • .project
        • AndroidManifest.xml
        • assets
          • fonts
            • .svn
              • all-wcprops
              • entries
              • prop-base
                • DroidSansArabic.ttf.svn-base
                • DroidSansFallback.ttf.svn-base
              • text-base
                • DroidSansArabic.ttf.svn-base
                • DroidSansFallback.ttf.svn-base
              • tmp
            • DroidSansArabic.ttf
            • DroidSansFallback.ttf
        • bin
          • classes.dex
          • com
            • hamdyghanem
              • httprequest
                • Main$Data.class
                • Main$User.class
                • Main.class
                • R$attr.class
                • R$color.class
                • R$drawable.class
                • R$id.class
                • R$layout.class
                • R$string.class
                • R.class
                • RestClient.class
          • HttpRequest.apk
          • resources.ap_
        • default.properties
        • gen
          • com
            • hamdyghanem
        • proguard.cfg
        • Release
          • .svn
            • all-wcprops
            • entries
            • prop-base
              • HolyQuran.apk.svn-base
              • HolyQuran.svn-base
            • text-base
              • HolyQuran.apk.svn-base
              • HolyQuran.svn-base
            • tmp
          • ChangeNumbers.apk
          • HolyQuran
        • res
        • src
  • phpWebservice.zip
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package com.hamdyghanem.httprequest;

public final class R {
    public static final class attr {
    }
    public static final class color {
        public static final int black=0x7f040001;
        public static final int blackblue=0x7f040003;
        public static final int white=0x7f040000;
        public static final int whiteyellow=0x7f040002;
    }
    public static final class drawable {
        public static final int icon=0x7f020000;
    }
    public static final class id {
        public static final int Button01=0x7f060004;
        public static final int Button02=0x7f060005;
        public static final int TableRow01=0x7f060002;
        public static final int lbl=0x7f060003;
        public static final int searchTableLayoutHeader=0x7f060001;
        public static final int searchTableLayoutMain=0x7f060000;
        public static final int searchTableLayoutResult=0x7f060006;
    }
    public static final class layout {
        public static final int main=0x7f030000;
    }
    public static final class string {
        public static final int Button01=0x7f050002;
        public static final int Button02=0x7f050003;
        public static final int app_name=0x7f050000;
        public static final int hello=0x7f050001;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Egypt Egypt
Hamdy Ghanem
Senior Software Engineer / System Architect
Experience: +11 years
http://www.linkedin.com/in/hamdyghanem
hamdy.ghanem@gmail.com
Graduated from Munifia University, faculty of science, Math and computer science department May 1999

Experience Brief
11+ years of experience in software development field.
In these years I used most of common software developing tools of Microsoft, And with many nationalities and cultures.
I worked in large scale projects of client side, desktop, web application and mobile phones that involved integration with other system using different technologies I've been working using .NET technologies for 8 years.
Currently, I work as a senior software engineer for CogWin as well as a testing/QA consultant. We develop large scale applications for a high profile customer.
Beside developing and managing, I worked in the last year as a professional tester from developer point of view and applying software evaluation metrics on source code and reverse engineering.
I worked as a team leader more than four years
My experience involved using agile methodology using team foundation server
from 1year I am very interested in Android development
I have a published some applications in the Android Market

Strong skills troubleshooting and debugging production systems are essential
My key skills
High performance, hard worker and new technologies enthusiast
Specialties
C#,VB.net, C++, Java ,php, Python , OOP SQL Server (2000, 2005, 2008),Oracle, Mysql , Java , SSRS ,Source safe, Ontology, Android, ASP.NET ,Ajax, • WPF,WCF, Entity Framework, LINQ, CFG , state machine , Ontology, Decision Tree , Cloud Systems, CRM ,JavaScript, XML, UML, Crystal report , LINQ, Silverlight

Comments and Discussions