Caderno 2.0 – Ready for tablets
The new version of Caderno is published. What's new?
- Tablet layouts
- Buttons design and placement
- Spanish translation ¡Olé!
Some screens:
And now, what's next?
Like most side project apps, mine is suffering from the god-like, does everything including waffles, MainActivity. Right when I was convinced to try Fragments out, I found this article by the Square Android team: Advocating Against Android Fragments. So I'll try Custom Views first.
But not before tests. First I must write some tests for Caderno, to make sure I don't break anything. Then comes the refactoring.
A good starting point is this Android testing guide: Android Unit and Integration testing.