• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Apps no operation is performing when clicking on savedata button

    this is my SaveData.java when i was clicking on savedata button it is not saving the image(i have selected the desired image) and its not doing anything i have saved some images in sdcard while retrying the images it works fine public class SaveData extends Activity implements...
  2. A

    error message while clicking on checkdata on android emulator

    public class CheckData extends ListActivity { TextView selection; public int idToModify; DataManipulator dm; List<String[]> names1 =null ; String[] stg1; protected void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState)...