Agustín Tomas Larghi

Results 7 issues of Agustín Tomas Larghi

First of all, amazing library! 🚀 The API is super straightforward and the whole library is a pleasure to work with. I'm actually using this library to implement some modals...

I have two screens (activities) working under A/B tests. They should share the same deeplink, the only difference is that if a feature flag is enabled, it should show one...

- Using a regex to replace all unicode characters in the getContentWithoutUnicode method. - Reusing the getContent method in the getContentWithoutUnicode instead of doing it all over. - Made one...

Hi :wave:! Nice library! Quick question, is this library just comparing latitudes? It doesn't take longitudes into account, right? ![image](https://user-images.githubusercontent.com/2055468/83147290-dc1f4c80-a0cd-11ea-91ea-88c77142a44e.png) Thanks!

Hi there! I try add a `WebCachedImageView` programatically in the `instantiateItem` method of my `PageAdapter` like this: @Override public Object instantiateItem(ViewGroup container, int position) { WebCachedImageView imageView = new WebCachedImageView(context);...

Sorry if this is a little offtopic with the Repo contents. I'm coding an Android App, and I'm using the same pattern that you're using here to get stuff from...

Hi, I'm using this library in my project and recently I needed to implement a hide/show password toogler, I found that the library doesn't have an option to do this,...