ATAndroid Tutorialsinandroid-tutorial.hashnode.dev·Sep 11, 2020 · 6 min readEvent Bus in Android with ExampleEventBus is the number 1 event library for android and java. EventBus uses the publisher and subscriber pattern for loose coupling which means the possibility of errors will be less. EventBus simplifies the communication between different components ...00
ATAndroid Tutorialsinandroid-tutorial.hashnode.dev·Sep 9, 2020 · 31 min readFirebase Cloud FireStore Database in AndroidHello World, today we are going to see how we can make a todo app using a firebase cloud firestore database. The Firestore database is a very flexible and scalable NoSQL database to make our development very fast. Firestore is very easy to use in an...00
ATAndroid Tutorialsinandroid-tutorial.hashnode.dev·Aug 1, 2020 · 11 min readHow to implement Dark Mode in Your AppHow to make Dark (Night) Mode Theme in Android Today we are going to see how we can implement a dark theme or night mode in our android application. This tutorial is going to be very simple and easy to understand. The dark theme is attractive to user...00
ATAndroid Tutorialsinandroid-tutorial.hashnode.dev·Jul 20, 2020 · 7 min readHow to make Custom Switch in Android?Hello World, Today we are going to make a custom switch. Why? Because the default one looks so boring and ugly. Why we use a switch? As the name suggests, the switch is used to trigger the value either it is on, or it is off. Let's see, how our custo...01D