Android Firebase Storage + Firebase Realtime Database Tutoriral. How to upload images and text to Firebase Database and Storage, then retrieve them and show them in a custom recyclerview, then show or delete them. We create a simple ...
Latest Concepts
Android Realm Tutorial. In this piece we explore Realm database, looking at it’s introduction as well as several examples. What is Realm database? It is a relatively new,fast, open source embedded database. Hence this makes realm an alternative to SQLite and Core ...
According to android documentation, shared elements transition determine how views that are shared between two activities transition between these activities. For example, if two activities have the same image in different positions and sizes, the changeImageTransform shared element transition translates and scales ...