is 180ms normal for one
db.update("table", values, "_id" + "=" + arg3, null);
command ?
and 70ms for one
db.insert("table", null, values);
command ?
Nexus S , Android 4
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...