My first android app stores all data in an SQLite database and acts as a backend/admin panel. What I require is to have this data accessible(readable) by my 2nd android app.
Is it possible via Data Binding or Content Providers? If yes then how, please provides example code.
Looking forward to credible guidelines.