Photo by Jamie Davies on Unsplash
Read More

Integrating Google Pay to Android App

Google Pay is Google’s mobile payment service. We can use Google Pay make a tap-to-pay in physical stores, and we can also purchase goods in apps. In addition, Google Wallet can manage credit cards, so we don’t need to carry several credit cards.
Read More
Photo by Jonathan Francisca on Unsplash
Read More

Android Room: Entity Relationships

When using a database, the data we query may be associated with multiple tables. Android Room allows us to define relationships between objects. When querying data, Android Room will automatically read it together with the relevant data.
Read More