5

In the google now app when the search button is pressed (or you say "okay, google") then a small card pops up with a fluctuating circle representing the volume of the audio it's receiving and a decoding-type animation as it translates from speech to text. Is there such a way to replicate the animation? I can't find any tutorials on how to achieve a similar effect.

Example: enter image description here

Alexis Pigeon
  • 7,423
  • 11
  • 39
  • 44
ThatGuyThere
  • 365
  • 2
  • 10
  • 23
  • My suggestion is to use the `animateLayoutChanges` being true on parent `View`, when you change the target `View` height, it will be animated. And to hide others `Views` use a alpha animation. – Wakim Aug 20 '14 at 00:40
  • @ThatGuyThere Did you achieved this mic fluctuating animation? I wanna implement similar effect in one of my project. – Nitesh Kumar Sep 07 '15 at 10:59
  • @ThatGuyThere Did you implemented this mic animation? I want to implement the same in one of my project. – Nitesh Kumar Jan 20 '16 at 11:02

0 Answers0