ipa oru new project vanthuruku athu fulla data entry type totally 15 field ku mela iruku ipa enaku ui design epadi pannanu nu theriya la can u help me ....:)
i want to create pie chart for my db values i fetched db values and stored into some array i create pie chrat my db values mUrl = urlGoogleChart+"chl="+urlyear[0]+"|"+urlyear[1]+"|"+urlyear[2]+"|"+urlyear[3]+"|"+urlyear[4]+"&chd=t:"+urlvalues[0]+","+urlvalues[1]+","+urlvalues[2]+","+urlvalues[3]+","+urlvalues[4];
wen i created url i passed array index of database values but i want to pass it runtime hw?
The error is complaining that the second argument to execSQL(String sql, Object[] bindArgs) is null.
public void onStopTrackingTouch(SeekBar seekBar) {
progress2=progress1;
System.out.println("seek bar value---->"+progress2);
sampleDB.execSQL("UPDATE "+SAMPLE_TABLE_NAME+ "SET Valu...
i want to create pie chart based on db values and while adhusting the slider i ve to cahnge pie chart i created it pie chart and got slider adjustable value but i pass db values manually nw i resovled this nw
I have developed 5 android applications and generated the 5 apk files with same keystore. Of the 5 apps, one app is the home app which contains a common database. All other apps are accessing the database using the content provider.
Now, I want the user to download the all 5 apk files through th...
on ur MainActivity, uncomment db.insertTitle("2001","1"); db.insertTitle("2002","2"); db.insertTitle("2003","3"); db.insertTitle("2004","4"); db.insertTitle("2005","5");