You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't use ViewPager. User RecyclerView with SnapHelper or ViewPager2
Use static imports where possible (e.g. enums, string or drawable resources). This improves readability. It makes writing / copy pasting a bit annoying but reading is more frequent. Place cursor over code and press ALT+ENTER. AS will offer the import.
Use auto format.
Use sealed classes (for example to model different cell types in a RecyclerView).