Dear, good morning!
I started to see a tutorial to develop a simple app in Xamarin with SQLite, but I'm having a problem with an object that calls DependencyService, it is always null, and I can not find the solution.
The following is the source code:
Connection class:
IConfigInterface:
Problem:
My config object, is null, how do I fix this? I came to read to add an attribute of [assembly: Depencendy (typeof (xxxxx))]. I do not understand about this, I do not know what I need to pass in typeof, whether to step my current class, or if I pass the DependencyService class.
I await answers.
Att.
Felipe Duarte