Insert data from one database into another database in ORMLite

I am using ORMLite in my Android project. I want to copy the same data from one database to another database. Can I use ORMLite? ORMLite can work with several databases. Any idea?

+3
source share

All Articles