Sebastiano Gottardo

Results 15 comments of Sebastiano Gottardo

Have you tried using [Sofa](https://github.com/dextorer/Sofa) instead? This is just the source code that was written for the articles, while Sofa is a full fledged Android TV library.

OK. Back to your question, it depends on what you're trying to do. If it's mostly showing/hiding stuff, then using Reflection is sufficient for most of the cases. Otherwise yes,...

This was just a POC. For the reference implementation, please take a look at [Sofa](https://github.com/dextorer/Sofa).

Hi @thailemon , are you using 'episode 4' as a base for your project? If not, I suggest you to switch to that / update the components manually, since lot...

Yes, the issue is confirmed. But before I investigate it I would rather try and have something working for the library.

As promised, here goes the library! https://github.com/dextorer/Sofa

I have a new episode in the works, in a couple of days I'm going to upload the new project's code as well.

I haven't had the time to look into issues in these months, as I'm pretty busy with work/other projects. Any chance you can submit a PR?

Just got back from the holidays, will look into this in the next few days.

I confirm the bug. However, I still haven't figured out the cause. It appears that `FragmentManager`'s `BackStack` queue is null at some point, and for this reason the `HeadersFragment` is...