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

2010-11-24 Thread TreKing
On Tue, Nov 23, 2010 at 6:08 AM, Francesco Vadicamo f.vadic...@gmail.comwrote:

 Is there any way for doing it?


Nope, sorry.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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

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

2010-11-24 Thread skink


On Nov 23, 7:32 am, Kumar Bibek coomar@gmail.com wrote:
 You mean, 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.


you cannot embed external activities (like pdf reader) in your own
activity, but it is ok to embed your own activities: see
ActivityGroup, for example TabWidget is a good example of
ActivityGroup

pskink

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


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

2010-11-23 Thread Francesco Vadicamo
Hi Kumar and thanks for your reply!
Yes, I mean an Activity inside another - external - Activity..! I'd
like to show a PDF with two buttons, accept or reject, below.
Is there any way for doing it?
Any ideas?

Thanks,
Francesco

On Nov 23, 7:32 am, Kumar Bibek coomar@gmail.com wrote:
 You mean, 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 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
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-11-22 Thread Kumar Bibek
You mean, 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 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
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en