Hello,
    Can some one please help me understand the setString function in
RemoteViews?
public void  setString  (int viewId, String methodName, String value)

Can I pass any method name to setString ? I have a custom view in my
xml layout file. I'm passing the view id of my custom view, name of a
method in my custom view class and a string parameter for the method.
It doesn't seem to be working. Is there is a limitation on the methods
that can be passed to setString? Or is there something fundamentally
wrong in what I'm doing?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to