Earlier this week I mentioned to a colleague that for the longest time enums
were discouraged in Android Development. To developers new to Android this fact
is apparently pretty mind-boggling — just look at
Trade Me is an old company, about 20 years old. Throughout its time it’s been
one of the largest eCommerce sites in New Zealand, allowing kiwis to connect and
trade goods in
Dependency Injection (DI) is a common pattern used in all forms of development
for a number of reasons. Thanks to the Dagger project, it’s taken off as a
pattern used in Android
Have you ever wanted to implement swiping on your RecyclerView items, only to
find that you’ll have to draw graphics on a canvas to reveal anything behind the
view? The Material Design