Subversion Repository Public Repository

Nextrek

Diff Revisions 697 vs 703 for /Android/SmartCharging/SmartCharging/app/src/main/java/it/fedeloper/smartcharging/Controller/FullInfoFragment.java

Diff revisions: vs.
  @@ -68,12 +68,6 @@
68 68
69 69 c = getActivity();
70 70
71 - /*
72 - ((TextView) v.findViewById(R.id.textView16)).setText(b.getString("nome"));
73 - ((TextView) v.findViewById(R.id.textView17)).setText(b.getString("tipologia"));
74 - ((TextView) v.findViewById(R.id.textView23)).setText(b.getString("indirizzo"));
75 - ((TextView) v.findViewById(R.id.textView19)).setText(b.getString("descrizione"));
76 - ((RatingBar) v.findViewById(R.id.ratingBar2)).setRating(b.getFloat("stelle"));*/
77 71 idlocale = b.getInt("idlocale");
78 72
79 73 mainLayout = (LinearLayout) container.findViewById(R.id.main_layout);
  @@ -194,7 +188,7 @@
194 188 ((RatingBar) child.findViewById(R.id.ratingBar3)).setRating(jdata.getLong("voto"));
195 189 ((LinearLayout) v.findViewById(R.id.commentiView)).addView(child);
196 190
197 - final JSONArray jArray1 = jdata.getJSONArray("imgs");
191 + /* final JSONArray jArray1 = jdata.getJSONArray("imgs");
198 192 for (int i = 0; i < jArray1.length(); i++) {
199 193
200 194 final String filename = (String) jArray1.get(i);
  @@ -255,7 +249,7 @@
255 249
256 250 }
257 251 }).start();
258 - }
252 + }*/
259 253 } catch (JSONException e) {
260 254 Log.e("errore", "1111" + e.getMessage());
261 255 }