Code for sending ArrayAdapter to another activity?
问题 As we can send String type to another activity like this public static final String EXTRA_MESSAGE = "com.example.android.twoactivities.extra.MESSAGE"; what should be the code for this private static final ArrayAdapter LIST_OF_CUSTOMERS = P.S.- I am writing this code in MainActivity and want to send Database in the form of ListView to another activity named saveScreen 回答1: My first suggestion would be why cant the second activity simply query the database itself? Other then that if you must I