AppModule

@Module
class AppModule

Constructors

Link copied to clipboard
fun AppModule()

Functions

Link copied to clipboard
@Provides
fun provideCategoryNetworkService(retrofit: Retrofit): CategoryNetworkService
Link copied to clipboard
@Provides
@Singleton
fun provideDaoSession(context: Context): <Error class: unknown class>
Link copied to clipboard
@Provides
@Singleton
fun providePicasso(context: Context, httpClient: OkHttpClient): Picasso
Link copied to clipboard
@Provides
@Singleton
fun provideSharedPreferences(context: Context): SharedPreferences