Wednesday, May 24, 2017

3D-flip Animation

1. FlipListener.java import android.animation.ValueAnimator; import android.view.View; public......

Get the height of soft keyboard of device

I. AdjustResize and AdjustPan You can get the height of soft keyboard that......

Wednesday, May 17, 2017

Volley with HTTPS

1.Add volley to build.gradle dependencies dependencies { ... ......

RadioGroup in ListView

1.activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout......