Tag: database
-
Understanding the need of Automation in Testing
Large scale software products are written for a hundreds and millions of users and customers all over the world. You want your product to succeed, continuously thrive for it to make a brand name in the market and making sure it is exceptional in quality. And for that, best development practices are adopted and talented…
-
Implementing Room in an Android Project
Persistence being a vital part of an application as you don’t want your users local data to be lost when they close your application. It only results in poor app experience. But a library called Room, built on top of traditional SQLite provides more robust and efficient way to store and retrieve that local data…