The stacktrace is complaining that the constructor needs to take android.app.Activity but instead is taking android.content.Context.
Dhanji. On Mon, Jul 26, 2010 at 12:41 AM, Laxs <[email protected]> wrote: > sorry, could you explain it to me please. > > the constructor for NotifyMeDatabase is following: > > @AssistedInject > public NotifyMeDatabase(@Assisted Context context){ > super( > context, > DATABASE_NAME, > null, > DATBASE_VERSION); > } > > NotifyMeDatabase inherit from SQLiteOpenHelper and Implements a > interface > > thanks > > Larry > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
