inorichi

Results 18 comments of inorichi

I also have some doubts when subscribing in `onTakeView` method. All the examples I've seen here use `onCreate`, but what if you need some data from the view to make...

This is what I was looking for. Thanks!

I would just copy `NucleusAppCompatActivity` to your project and only include `info.android15.nucleus:nucleus:2.0.5` as dependency.

It doesn't matter that you compress the image with lower quality. When it's decoded it has the same size on memory. The only proper solution is to split the images...

Yes, but I don't think it'd be easy to implement.

Wait, that's not what I had in mind. I was talking about splitting the images into several, smaller portions. The problem is that we are given a fixed amount of...

Let me explain the problem better. When a page is 2000x20000, the subsampling library will load them in 10 pages of 2000x2000. The problem is that the RecyclerView will bind...

I'm starting to look into this on 1.x with compose, and it's promising. So, the best solution is to retrieve the image size with the region decoder, and then calculate...

> In 0.x we use different buttons for Latest and Browse. Yes, I know, the square sections are changes for 1.x. > Not sure exactly how you mean but an...

> Source entry getting duplicated (image below) .. They're not duplicated on this implementation, they are moved. I'll implement the section expand/collapse (feedback gathered from the other issue) and I'll...