How would i go on connecting my Android application with my local database?
            Asked
            
        
        
            Active
            
        
            Viewed 1,012 times
        
    1 Answers
1
            Probably the easiest way is to use something like PHP as a middle layer, then send HTTP requests from your Android application to it. Take a look at this for more information
Also read this: how-to-connect-android-to-a-database-server
Hope this helps.