You should have no problem. I've included the latest HTTP from Apache, and redeployed the TabHost in my application. Hasn't caused any problems.
On Apr 5, 11:44 pm, shaddu <[email protected]> wrote: > Hi Dianne, > > As we are copying the code and resources from platform into our > application, those will get compiled into our application apk. When we > install this apk, will it not create any problems related to duplicate > definition of packages/classes? > > For exaple : If I copy apache http stack into my app and build apk out > of it. Then when I try to install it on emulator or phone will it > succeed as there are duplicate occurences of http stack in my apk and > on platform. > > BR, > Shaddu > > On Mar 18, 7:43 am, Dianne Hackborn <[email protected]> wrote: > > > You need to copy the code (and resources you want) out of the platform and > > in to your app, and make any changes necessary to get it to build against > > the SDK. Sorry there isn't an easier answer. > > > On Tue, Mar 17, 2009 at 7:36 PM, mongd <[email protected]> wrote: > > > > Hi, I'm trying to use some widgets under com.android.internal.widget > > > from my app. > > > I found some basic apps like Settings use those widgets, so I think > > > there is a way to import those widget into my app, but I can't find. > > > > I'm using Eclipse under Windows XP, meaning that I have sdk only. > > > To do the import thing, do I need a linux environment? I mean whole > > > source code? > > > > If I have the source code, how can I do that? > > > > One more question: > > > There are several activities in basic apps, such as ConfirmLockPatterm > > > in settings. I want to use that activity from my app. I mean start > > > that activity from my app. Can I do that? > > > Since that activity doesn't have any intent filter, I guess I have to > > > explicitly specify the name in Intent, but since I can't import any of > > > those activities, it just doesn't work. > > > > help me~~!! > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > Note: please don't send private questions to me, as I don't have time to > > provide private support. All such questions should be posted on public > > forums, where I and others can see and answer them. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

