1.listbox_bg.xml
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"......
Thursday, May 10, 2018
ListView custom item with RadioButton
Creating ListView that has RadioButton in ListView custom item.
Here are the......
Friday, June 16, 2017
Save List<Object> to SharedPreferences
You can use GSON to convert Object -> JSON(.toJSON) and JSON -> Object(.fromJSON).
1.build.gradle
dependencies......
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
RadioGroup in ListView
1.activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout......
Subscribe to:
Posts (Atom)