Android Resources

How to change color of alternate rows | Recyclerview | Android
https://stackoverflow.com/questions/46127942/in-android-recyclerview-how-to-change-the-color-of-alternate-rows


Solution to WARNING: Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’ and ‘api’.
https://stackoverflow.com/questions/48709870/still-getting-warning-configuration-compile-is-obsolete-and-has-been-replace


How can I fix “Design editor is unavailable until a successful build” error?
Go to File > Sync Project with Gradles Files.


How to get the directory of the sqlitedatabase?

String currentDBPath = getApplicationContext().getDatabasePath(sqLiteHelper.getDatabaseName()).toString();

How to capitalize every character of an edittext?
android:inputType="textCapCharacters"