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].
For more options, visit this group at
http://groups.google.com/group/google-guice?hl=en.