[android-developers] Re: How to embed an external Activity inside one of mine?

2010-11-23 Thread Francesco Vadicamo
, Activity inside an Activity? No way. At the most, you can setup an Activity inside a ViewGroup, but activity of another application?, that's too complex, have never even thought about it. On Nov 22, 4:14 pm, Francesco Vadicamo f.vadic...@gmail.com wrote: Hi all, I need an Activity

[android-developers] How to embed an external Activity inside one of mine?

2010-11-22 Thread Francesco Vadicamo
Hi all, I need an Activity showing a specified PDF and two buttons. Is possibile to embed an external PDF viewer - showing a specified URI - inside the view of my application? How can I do it? Thanks in advance, Francesco -- You received this message because you are subscribed to the Google

[android-developers] How to properly use PreferenceActivity.addPreferencesFromIntent(Intent)

2009-09-29 Thread Francesco Vadicamo
Hi all! Does anyone know how to properly use the PreferenceActivity.addPreferencesFromIntent(Intent) method?! Android reference (http://developer.android.com/reference/android/ preference/PreferenceActivity.html) says: To specify an Intent to query Activities that each have preferences, use