Re: [android-developers] Create an application which consists of another application

2012-06-27 Thread TreKing
On Tue, Jun 26, 2012 at 11:25 PM, Sandeep Venkat sand...@believecreative.in wrote: could you tell me briefly how to make an launcher app and how it works like? http://lmgtfy.com/?q=could+you+tell+me+briefly+how+to+make+an+launcher+app+and+how+it+works+like%3F

[android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Hi folks could anyone tell me the way to store the downloaded application from google play in my application -- ThanksRegards *Sandeep MNVVB* * * -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Justin Anderson
What? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 26, 2012 at 6:12 AM, Sandeep Venkat sand...@believecreative.inwrote: Hi folks could anyone tell me the way to store the downloaded application from google play in my application --

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Kristopher Micinski
This topic has come up before, typically in the context of a stumbleupon like service for apps., the answer is basically that you can't. kris On Tue, Jun 26, 2012 at 8:12 AM, Sandeep Venkat sand...@believecreative.in wrote: Hi folks could anyone tell me the way to store the downloaded

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Why can't we find the solution could anyone tell me briefly On 6/26/12, Kristopher Micinski krismicin...@gmail.com wrote: This topic has come up before, typically in the context of a stumbleupon like service for apps., the answer is basically that you can't. kris On Tue, Jun 26, 2012 at

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Justin Anderson
Why can't we find the solution could anyone tell me briefly We did... there is no solution. What you are trying to do is not possible. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 26, 2012 at 12:40 PM, Sandeep Venkat

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Justin Anderson
How about you explain in more detail what you are trying to accomplish... What are you wanting your app to do? There may be another way to go about it that will work for your needs... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 26, 2012 at

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Hi justin Let me explain you my app I want to download few applications from google play. the applications those were downloaded from the google play must be display in a grid format in my application.. Can we? On 6/27/12, Justin Anderson magouyaw...@gmail.com wrote: How about you explain in

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Instead empty view will be display for us as far as we download and install any new app that app must be display in my app.. -- ThanksRegards *Sandeep MNVVB* * **Mobile Application Developer Believe Creative **sand...@believecreative.in * M: 0091 8019585636 W: www.believecreative.in First

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Raghav Sood
Are you trying to make a launcher? Or a list of applications installed? Or something else entirely? Thanks On Wed, Jun 27, 2012 at 12:30 AM, Sandeep Venkat sand...@believecreative.in wrote: Instead empty view will be display for us as far as we download and install any new app that app must

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Kristopher Micinski
The other app can't run inside your app because of the security constraints of the platform. In general it is impossible to run other app's code inside of your app, for security reasons. There are always ways to emulate this, but you can't share the screen with another app. kris On Tue, Jun

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
ok can we implement it in any other platforms like ios On 6/27/12, Kristopher Micinski krismicin...@gmail.com wrote: The other app can't run inside your app because of the security constraints of the platform. In general it is impossible to run other app's code inside of your app, for

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
hi ragava i want to install other app's downloaded and installed to be displayed in my app -- 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

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Kristopher Micinski
On Tue, Jun 26, 2012 at 3:19 PM, Sandeep Venkat sand...@believecreative.in wrote: hi ragava i want to install other app's downloaded and installed to be displayed in my app I don't know about iOS, but I would assume you also can't do it there... In Android it's a definite no, just because of

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Thank you Kris.. -- 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

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Kristopher Micinski
Can you say why you need it inside your app, again? Why can't you simply jump to the other app, and then go back to your app? kris On Tue, Jun 26, 2012 at 11:43 PM, Sandeep Venkat sand...@believecreative.in wrote: Thank you Kris.. -- You received this message because you are subscribed to

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Kris..Its my idea to create an app like that which is similar to menu icon in our mobiles.. -- 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

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Kristopher Micinski
In that case, it sounds like what you actually want to do is write a launcher app. In this case, other apps won't run *inside* your app, they're just being started by your app, so you can simply launch the apps using an intent to them.. is that what you want? kris On Wed, Jun 27, 2012 at 12:16

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
could you tell me briefly how to make an launcher app and how it works like? -- 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