Back to project page InfoWallpaper.
The source code is released under:
MIT License
If you think the Android project InfoWallpaper listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.andreashedin.infowallpaper; /* w w w. j a v a 2 s.c om*/ import java.util.ArrayList; public class SaveLoadData { public ArrayList<InfoData> infoDataList; public String backgroundImageSrc = ""; public int backgroundColor1 = 0xffffffff; public int backgroundColor2 = 0xffffffff; public boolean useWeather = false; public String weatherLocation = ""; public int updateFrequence = 0; public int iconSize = 0; public String iconSet = ""; public String temperatureType = ""; }