Subversion Repositories SmartDukaan

Rev

Rev 20979 | Rev 20984 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20979 Rev 20983
Line 520... Line 520...
520
							if(itemObj.getInt("estimate") > maxEstimate){
520
							if(itemObj.getInt("estimate") > maxEstimate){
521
								maxEstimate = itemObj.getInt("estimate");
521
								maxEstimate = itemObj.getInt("estimate");
522
							}
522
							}
523
						}
523
						}
524
						itemObj.put("imageUrl", pp.getImageUrl());
524
						itemObj.put("imageUrl", pp.getImageUrl());
525
						itemObj.put("imageUrl", pp.getCategoryName());
525
						itemObj.put("categoryName", pp.getCategoryName());
526
						itemObj.put("title", pp.getTitle());
526
						itemObj.put("title", pp.getTitle());
527
					}
527
					}
528
					
528
					
529
					ArrayList<JSONObject> listdata = new ArrayList<JSONObject>();     
529
					ArrayList<JSONObject> listdata = new ArrayList<JSONObject>();     
530
					if (arr != null) { 
530
					if (arr != null) {