A fragment can't be referenced outside it's Activity/APK. It's just like any other class: it is local to its application.
The only way to publish behavior between applications is to use Intents. -blake On Aug 30, 11:12 pm, vellanki <[email protected]> wrote: > Hi > This is regarding usage of a UI fragment from one apk inside an > activity of another APK on HC. > > We have 2 different APK. > > APk1 > - Activity 1 > o Fragment 1 > > APK2 > - Activity1 > o Fragment 2 > > What we want to achieve? > > APk1 > - Activity 1 > o Fragment 2 // basically launching the Fragment 2 in the activity > 1 on APK 1 > > Thanks > Siva -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

