lambdasoup

App update: Core Death Bell 1.5

Maximilian Hille / Juliane Lehmann / Sun, Oct 30, 2016

Core Death Bell got multiple updates recently, the most imortant changes being:

Available for free on Google Play

Find the source (GPL) on GitHub

AppBar synced FAB behavior available as a library

Juliane Lehmann / Wed, Jun 8, 2016

You can now get the FAB behavior shown in this post as a library. Go to the project on github to see the source, read the gradle instructions or file an issue. Comments are also well-liked on reddit or Google+!

There are already enhancements in place over the code as shown originally:

Near future plan is to include proper handling of AppBarLayouts that do not collapse completely.

Fabulous FABs - sliding in and out in sync with the AppBarLayout

Juliane Lehmann / Fri, Jun 3, 2016

Edit: The code from this post became a library and got significant enhancements. It’s open source, so just look it up on github for the source code and instructions on using it as a gradle dependency.

Just want the goods without explanation? See this gist.

Picture a list view, with a Floating Action Button (FAB) sitting on it, like this:

The FAB needs to be able to move out of the way, so that all parts of all list items are actually reachable. Also, it is good form in this situation to have the app bar scroll out of the way, to maximise the viewport area dedicated to the list. There’s a well-known ready-made solution for this; it looks like this

and has two disadvantages:

Here’s how to get the FAB to move in sync with the app bar.

QuickFit 1.2 released

Juliane Lehmann / Thu, Jun 2, 2016

QuickFit now features a beautiful wide layout, for use on tablets in landscape mode. See:

A post or two on how to implement this fabulous FAB behavior is to follow.

This release also fixes a bug; scheduled activities do now really get cleared by clicking on the notification and will not reappear together with the next alert.

QuickFit is free on Google Play, or be a beta tester

Find the source (Apache License 2.0) on GitHub

I’d be happy about feedback on reddit, or raise an issue on GitHub.

Automating play store screenshots for fun and additional testing

Juliane Lehmann / Tue, Apr 12, 2016

Taking screenshots for the play store is boring as hell: several locales, three form factors, setting up content data for the screenshots, possibly varying by locale… For the last release of QuickFit, I decided to automate.

xkcd says it was worth it

xkcd says it was worth it (xkcd)

What you get in this post

And because UI tests are needed and a happy byproduct of the process, it comes with

I’ll walk you through my journey on automating the screenshots for the QuickFit app. It’s open source, [on github][github-quickfit] and on the [play store][playstore-quickfit]. [github-quickfit]: https://github.com/strooooke/quickfit [playstore-quickfit]: https://play.google.com/store/apps/details?id=com.lambdasoup.quickfit


more posts ->