ghiottolino / android-quiz-template

An android library project to use for different types of multiple-answer quiz applications. In particular the templates provides 2 kind of quiz mode (educational games or trivia), a quiz domain model and logic and a lot of extensible UI elements.
161 stars 102 forks source link

Nonexisting classes in AndroidManifest.xml #2

Open hkarakose opened 10 years ago

hkarakose commented 10 years ago

Hello, There are 2 class references which don't exist in project source:

  1. com.nicolatesser.androidquiztemplate.QuizActivity
  2. com.nicolatesser.androidquiztemplate.SettingsActivity

These classes actually exist but not inside com.nicolatesser.androidquiztemplate. They reside under com.nicolatesser.androidquiztemplate.activity.

Is this a bug or there is something I miss?

Vlusion commented 8 years ago

I have that problem to, I think we miss something