Inserting data to database from Android
        Posted  
        
            by 
                Angel
            
        on Programmers
        
        See other posts from Programmers
        
            or by Angel
        
        
        
        Published on 2014-05-29T12:38:58Z
        Indexed on 
            2014/05/29
            15:52 UTC
        
        
        Read the original article
        Hit count: 475
        
I have to build an application where the requirement is that my clients will send data from their Android device and I have to save that data to a database.
I have done the part of coding that inserts data from Android emulator to my XAMPP database on localhost, now I have to implement the real thing.
How can I connect the devices where my application will be installed to the XAMPP database I have created so that the data they send can be inserted into it?
© Programmers or respective owner