Having some issues working out how to pass my SQL Data to another activity when I tap on an entry. For example entering the values of the data base into a Edit Text box so its auto filled. Is there a way that you can do that in Android Studio?
            Asked
            
        
        
            Active
            
        
            Viewed 29 times
        
    0
            
            
        - 
                    Simply pass the search arguments to the new Activity. There you will query the database helper class with those parameters. – Phantômaxx Mar 25 '17 at 10:50
- 
                    The thing is that I don't know where to get the data from? From the Cursor or from somewhere else. – AgentEddie99 Mar 25 '17 at 10:53
- 
                    Then you should follow some tutorial on android database management. – Phantômaxx Mar 25 '17 at 10:55
- 
                    1Cool thanks for the tip – AgentEddie99 Mar 25 '17 at 11:08
