Martin Marconcini

Results 13 comments of Martin Marconcini

I do, It was added in 1.1.0 (as seen here: https://developer.android.com/jetpack/androidx/releases/fragment#version_110_3): > **FragmentActivity LayoutId constructor**: Subclasses of FragmentActivity can now optionally call into a constructor on FragmentActivity that takes an...

Take a look at my fork: https://github.com/Gryzor/TimelineGallerySample Some devices (notably API level 16 and 17) issue a requestLayout when any of the views are changed (so when the library does...

@falnatsheh Nah, I just want the gallery to disappear from the face of the planet ;) I have used it for a while until I managed to make the ViewPager...

Unless you have a very good reason to use a gallery, I suggest you use a ViewPager.

I have hacked around the Gallery long enough to know how bad the code is (and I can imagine why Google engineers saw the code and said, well we gotta...

I think you're supposed to recycle aquery… as in in your `getView() { final AQuery aq = mListAq.recycle(convertView); // use this local aq instance. }` and mListAq you initialize as...

What part is missing? It looks the same to me in Firefox (on the right): ![image](https://user-images.githubusercontent.com/15253/167637818-2213b33d-ad12-46b2-9263-54b3aeddb012.png)

@mcclure I took a quick look at this, I'm interested in what you (and/or @connyduck / @charlag ) think about it? Perhaps you folks have better ideas. BTW, I could...

> and the responsibility will be on the instance admin. I'd be careful with these things, as you don't want to impose on other admins to maintain something they may...