Dear Sir
I write a test program to input two set of data from two SQLite files. Each has 3 Array.
I find very strange conditions:
1. In the first run, some error message will appear like
“java.lang.RuntimeException: Object should first be initialized (Bitmap).”
But if I clear LOG and execute second run, everything just find. It is clear and no error msg.
2. When I operate the emulator, I find that two different set of data become the same. The second input data set will cover the first input data set.
3. If I execute first file input alone and show the data it is correct. Then I input the second one and show, It is correct. But if I combine them together, the former data set will be covered by the second data set.
4. The attached is the whole program and two png files to show error msg and screen output (Two different data set become the same)
Please help me to find out what's wrong with my testing. Thank you.
Andy
I write a test program to input two set of data from two SQLite files. Each has 3 Array.
I find very strange conditions:
1. In the first run, some error message will appear like
“java.lang.RuntimeException: Object should first be initialized (Bitmap).”
But if I clear LOG and execute second run, everything just find. It is clear and no error msg.
2. When I operate the emulator, I find that two different set of data become the same. The second input data set will cover the first input data set.
3. If I execute first file input alone and show the data it is correct. Then I input the second one and show, It is correct. But if I combine them together, the former data set will be covered by the second data set.
4. The attached is the whole program and two png files to show error msg and screen output (Two different data set become the same)
Please help me to find out what's wrong with my testing. Thank you.
Andy