Android Designing

Thursday, May 10, 2018

Change background of custom drawable

›
1.listbox_bg.xml <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.androi...

ListView custom item with RadioButton

›
Creating ListView that has RadioButton in ListView custom item. Here are the key ideas when a  RadioButton  is checked we must call  ...
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 { ... compi...
Wednesday, May 24, 2017

3D-flip Animation

›
1. FlipListener.java import android.animation.ValueAnimator; import android.view.View; public class FlipListener implements ValueAnim...

Get the height of soft keyboard of device

›
I. AdjustResize and AdjustPan You can get the height of soft keyboard that use  windowSoftInputMode= "adjustResize|adjustPan...
2 comments:
Wednesday, May 17, 2017

Volley with HTTPS

›
1.Add volley to build.gradle dependencies dependencies { ... compile 'com.android.volley:volley:1.0.0' ...

RadioGroup in ListView

›
1.activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas...
›
Home
View web version
Powered by Blogger.

About Me

Butterfly Idea
View my complete profile