How to pass database record one activity to another activity
-
Q : my requirement is my three activity in my app first activity only for personal records save in database and click next button second activity only for education records save in database and click next button third activity only for professional records save in database and click next button and final activity is submit records how to saved three activity records and submit to all records in final activity Please help me
-
Q : my requirement is my three activity in my app first activity only for personal records save in database and click next button second activity only for education records save in database and click next button third activity only for professional records save in database and click next button and final activity is submit records how to saved three activity records and submit to all records in final activity Please help me
Hi friend, Previoulsy i have also got same probelm,I have solve that probelm using sqlite database.store the records from firs activity to sqlite database table and again store records form second activity to same table in sqlite database and finally fetch data from database and store in any server database ie.mysql or anywhere else..