i am getting a noclassdeffound exception, when running my app with the emulator:
@Override public void onCreate(Bundle savedInstanceState) { super.onCre
The problem is that you haven't defined any intent-filters for your "ActivityTable" as well...
This should help..