Replying back to the whole group.
On Wed, Feb 15, 2012 at 12:06 AM, sai bot <[email protected]> wrote:
>
> That's a hostile way of explaining things Sir / Madam.
>
I'm not sure what was so hostile about my response. Um ... sorry?
> But I will make sure I use the Y-O-U spelling ok.
>
Good. You will find that when posting to public forums you will be taken
more seriously and will receive better responses when you (at least attempt
to) use proper spelling and grammar. I'm trying to help you get help, no
hostility intended.
I need to develop an application which would be obviously an APK file and I
> need to encapsulate a tag reading/ scanning app within my application such
> that it should appear to be a part of my application (or the APK for the
> matter of fact ). I have to use the tag application by which I mean the tag
> reader apk within my application. I need to know what and how I should use
> the tag reader apk.
>
I hope you can see how much clearer this explanation is compared to your
original question. That makes a whole lot more sense.
Well, you cannot really insert another app ("APK") within your own. You can
either:
1) Build the logic into your own app, by using the code from some open
source project.
-OR-
2) Use Android's beautiful Intent mechanism to do exactly what it was
designed to do: let you use another app to do the specific work you don't
want your own app to do in a generic way. This of course requires that the
user have such an app installed. It's trivial to check that such a thing
exists and to then prompt the user to get one if they need to.
-------------------------------------------------------------------------------------------------
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 [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