Binds a view within an Activity to the given property. @param activity the parent Activity. @param targetId the resource ID of the target view. @param targetProperty the property path on the target view to bind. @param sourceObject the source object for the binding. @param sou
(Activity activity, int targetId, String targetProperty,
Object sourceObject, String sourceProperty)