Android Button Morphing Animation

Mr Umbrella
Level Up Coding
Published in
4 min readJul 14, 2021

--

How to create a button morphing animation

Introduction

ProgressDialog is deprecated.What is the alternate one to use?

Well, ProgressDialog is a model dialog, which prevents the user from interacting with the app. Instead of using this class, you should use a progress indicator, which can be embedded in your app’s UI. In this post, I will show you…

--

--