Bharat Kumar MaheshwariAndroid Dialogs : What, When and HowDialogs in Android App, are something, that we can’t avoid, be it Confirmation dialog, Alert dialog or even calendar. Doing it the wrong…Oct 28, 2020Oct 28, 2020
Bharat Kumar MaheshwariRegular Expressions — Grouping, Quantified Repetition and AlternationIn the previous articles, we have already covered basic Notations, some Meta Characters, Character Ranges and Repetitions etc.Oct 25, 2020Oct 25, 2020
Bharat Kumar MaheshwariRegular Expressions — Part 3In the previous articles, we had covered below topics to get started with Regular Expressions.Oct 7, 2020Oct 7, 2020
Bharat Kumar MaheshwariRegular Expressions — Part 2In the last article, we got some basic knowledge about Regular Expressions. We covered below topics:- 1.) Notation 2.) Flags or Modes in…Oct 2, 2020Oct 2, 2020
Bharat Kumar MaheshwariGetting Started with Regular ExpressionsRegular Expressions are an essential skill for any developer. We can do various tasks with them, whether to define a text pattern or search…Sep 26, 2020Sep 26, 2020
Bharat Kumar MaheshwariHow MediatorLiveData can help you to react on LiveData changes.Many a times, we come across situation, where we need to observe single or multiple LiveData objects and update data on our activity ui…Sep 19, 2020Sep 19, 2020