Billiusmaximus
Lurker
Hi Everyone,
I am relatively new to Android Development, though I have tinkered around quite a bit and taken a 3 day accelerated course on Android development.
With that being said, I am working on a simple but specialized calculator app to get my feet [more] wet. I have 2 activities, MainActivity in which a user inputs information, and ResultsActivity, in which the app takes that info, and runs some calculations. About six months ago, I wrote a Calculator class in C++, I converted it to Java in hopes of using it here.
I was able to integrate the Calculator class into my project and syntactically everything looks great. However, once I try creating a Calculator object in the ResultsActivity, my app no longer runs.
My question is that am I missing something in the Manifest? I realize I need to specify all Activities in the Manifest, but do I need to somehow specify this Calculator class as well? How would I do that?
Does anyone have any other ideas?
Thanks,
Billius
I am relatively new to Android Development, though I have tinkered around quite a bit and taken a 3 day accelerated course on Android development.
With that being said, I am working on a simple but specialized calculator app to get my feet [more] wet. I have 2 activities, MainActivity in which a user inputs information, and ResultsActivity, in which the app takes that info, and runs some calculations. About six months ago, I wrote a Calculator class in C++, I converted it to Java in hopes of using it here.
I was able to integrate the Calculator class into my project and syntactically everything looks great. However, once I try creating a Calculator object in the ResultsActivity, my app no longer runs.
My question is that am I missing something in the Manifest? I realize I need to specify all Activities in the Manifest, but do I need to somehow specify this Calculator class as well? How would I do that?
Does anyone have any other ideas?
Thanks,
Billius