Back to project page Swinedroid.
The source code is released under:
GNU General Public License
If you think the Android project Swinedroid 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.legind.swinedroid.xml; //from w w w . jav a 2 s . c o m public class OverviewXMLElement extends Object { public int all_time_high; public int all_time_medium; public int all_time_low; public int last_72_high; public int last_72_medium; public int last_72_low; public int last_24_high; public int last_24_medium; public int last_24_low; }