Android: Using onStart() method in Bluetooth application
- by Nii
Hello,
I am getting a nullpointer exception when my onStart() method is called. Here is the breakdown of my Android app:
Opening the app brings a user to the homescreen:
The user is then presented with the first 6 icons to choose from. When the user presses the "Sugar" icon it takes them to the SugarTabActivity.
The SugarTabActivity is a…