@SurgeGrowth_IO Thank you for the response. Sad to hear. The Pricing Location tool was amazing and I couldn't find any tool that would allow me to apply localized pricing with such ease. It solved a huge problem developers have.
Hopefully sometime in the future this product will come back 🙂
Hey @SurgeGrowth_IO, is the pricing localization tool still being supported? I'm getting error 502 (saw it from the Chrome console) and getting stuck at loading pricing when trying to apply an index.
@danielcranney I think what makes coding fascinating is orchestrating and watching a bunch of small tasks become something cohesive, useful and beautiful. Even when it goes wrong, code does exactly what you wrote so you constantly learn from your own mistakes.
@androidstudio Gemini on Android Studio has been really nice and improving fast. One improvement I want is better contextual suggestions. The suggestions try to infer the parameters and sometimes they infer classes/parameters that are completely different from what I have on my project.
@VasiliyZukanov As a Dev I just want good APIs for animations that makes them easy to implement. It's hard to justify doing something that's non-essential if it's gonna take a lot of time that can be used elsewhere.
@VasiliyZukanov Animations and transitions do have value from an UX perspective. They can tell users where things went, influence their attention, and bring delight to UI. When poorly executed they can be annoying, adding unnecessary delays and achieve the opposite of delight.
@riggaroo@lifem578@josue211999 I followed the official docs sample. No customization was needed. I used sharedBounds to transition between the real widget and the preview one on the second screen. They are both inside a pager and I didn't have to do anything else. https://t.co/R6JujjjulR
Just tried out out #JetpackCompose new Shared Element transition API. I'm really impressed. 5 minutes to implement and it looks amazing! Can't wait for its stable release.
Thanks @riggaroo for the incredible work.