I'm writing some android ics samples.  I'm trying to dig into the content 
loader.  In reading the android developer site, I get a reference to the 
content loader in an activity by calling:
LoaderManager lm = this.LoaderManager;

Once there, I should be able to initialize, via a call to:
lm.InitLoader(....) or sometype of similar call according to the android 
developer documentation

Unfortunately, I can't find anything that looks like an initloader method.  
What am I missing in this?  How do I create/initialize a loader?

Wally
                                          
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to