Android Studio 3.1 is officially live in the stable channel, and it brings a wealth of new features and optimizations, including a new Android Emulator that can use custom frames or no frame at all, ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Erik Steiger discusses the operational pain ...
Google has released an update to Android Studio version 4.1, bringing a new Database Inspector tool, some improvements to Material Design, and a more deeply integrated Android Emulator. Android Studio ...
Google launched version 4.1 of Android Studio, its IDE for developing Android apps, into its stable channel today. As usual for Android Studio, the minor uptick in version numbers doesn’t quite do the ...
Sometimes, you need to store more complex data in your app than just simple key/value pairs saved with a text file or Shared Preferences. Databases are ideal for storing complex data structures and ...
I recently published a tutorial describing the different available methods to store data locally in an Android app. However, due to article length constraints, I could not adequately cover creating ...