/[projects]/android/MarketStats/src/dk/thoerup/marketstats/AppsCallback.java
ViewVC logotype

Diff of /android/MarketStats/src/dk/thoerup/marketstats/AppsCallback.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1014 by torben, Thu Aug 12 09:25:52 2010 UTC revision 1015 by torben, Thu Aug 12 09:52:03 2010 UTC
# Line 29  public class AppsCallback implements Cal Line 29  public class AppsCallback implements Cal
29                                                    
30                          AppBean appBean= new AppBean();                          AppBean appBean= new AppBean();
31                          appBean.packageName = app.getPackageName();                          appBean.packageName = app.getPackageName();
32                            appBean.creator = app.getCreator();
33                            
34                          appBean.id = app.getId();                          appBean.id = app.getId();
35                          appBean.title = app.getTitle();                          appBean.title = app.getTitle();
36                          appBean.version = app.getVersion();                          appBean.version = app.getVersion();
37                          appBean.versionCode = app.getVersionCode();                          appBean.versionCode = app.getVersionCode();
38                            
39                          appBean.downloadsCount = app.getExtendedInfo().getDownloadsCount();                          appBean.downloadsCount = app.getExtendedInfo().getDownloadsCount();
40                          appBean.downloadsCountText = app.getExtendedInfo().getDownloadsCountText();                          appBean.downloadsCountText = app.getExtendedInfo().getDownloadsCountText();
41                            appBean.website = (app.getExtendedInfo().hasContactWebsite() ) ? app.getExtendedInfo().getContactWebsite() : "";
42                            appBean.description = app.getExtendedInfo().getDescription();
43                                                    
44                          appBean.ratingsCount = app.getRatingsCount();                          appBean.ratingsCount = app.getRatingsCount();
45                          double rating = Double.parseDouble( app.getRating() );                          double rating = Double.parseDouble( app.getRating() );

Legend:
Removed from v.1014  
changed lines
  Added in v.1015

  ViewVC Help
Powered by ViewVC 1.1.20