I have been able to successfully load and run my app on both a Samsung phone and the Kindle Fire. The same app with the exact same code via the BABridge.
With the Kindle, I get an "Object should be first initialized (ImageView)" error about 20% of the time.
The error occurs for the first panel screen loaded with an imageview (created in the designer). I load about 12 of these panels and the error occurs on the first panel, no matter the loading order. I am loading the panels in Activity_Create.
This also seems to occur after I hit the "BACK" Kindle button and then reload the app from the icon, again about 20% of the time.
Is their something I should put in the Activity_Pause section? I have tried Activity.Finish in an attempt to fully close out of the app.
With the Kindle, I get an "Object should be first initialized (ImageView)" error about 20% of the time.
The error occurs for the first panel screen loaded with an imageview (created in the designer). I load about 12 of these panels and the error occurs on the first panel, no matter the loading order. I am loading the panels in Activity_Create.
This also seems to occur after I hit the "BACK" Kindle button and then reload the app from the icon, again about 20% of the time.
Is their something I should put in the Activity_Pause section? I have tried Activity.Finish in an attempt to fully close out of the app.
Last edited: