Closed CoolCapri closed 11 years ago
ResultsActivity now handles the case. Wait for the first bug to be fixed so I can test my scrollable button lists.
I'll work on this issue now. Basically, we accidentally started using live JSON before it was ready. I'll switch it back to the dummy JSON.
OK. the dummy code is now in doRequest(). I made a separate method (doLiveRequest()) for testing only. Please continue to use doRequest.
Does this fix the problem for you?
@dutchscout Yes, now it works. Both problems are fixed. Thanks
I pull the latest snapshot of our repo and, as Sam said, I got crash information when I press find button. The workflow of this button is:
The currently there are 2 problems that causes crashes pressingFind button:
So, @dutchscout @coreyh3: Could you guys try to press this button and find the reason for NullPointerException?
@csmengwan: Could you handle the null case when I send it via intent?
I will be working on re-designing layout for SearchActivity and please tell me any changes required for my code so that I can adapt SearchActivity to your bug-fixed code.