0

I have 2 apps like facebook and messanger. how i can get the first apps login detail in second app. is there any intent or something to acheive this.

Shahid Khan
  • 371
  • 2
  • 10

2 Answers2

1

This can be achieve with sharing of local DB (SQLite) this you can check.

Afsar edrisy
  • 1,985
  • 12
  • 28
1

I guess you can use contentProvider

Alexander
  • 511
  • 4
  • 14
  • can you share implementation guide? – Shahid Khan Jan 15 '20 at 09:53
  • I don't know all the details. Please, check the video https://www.youtube.com/watch?v=RePFTYd7t3w Room and content provider the sample has a source code https://github.com/delaroy/PersistenceContentProviderSample – Alexander Jan 16 '20 at 15:28