Hi, All:

I want to Support Res/Skin Update in my android App by OTA, and i am not very 
clear about Android's Res Manage/Access mechanism, so is hard to implement it. 
then i have below questions:

1.  in Run-Time, How Android App access its Res? Will Android unZip the APK 
file into some Directory which including the Res, and then access the Res?
2. For Res Access, Android use the ResID,  and it is an Integer value, Then How 
does Android differentiate the ResID is in own package, Or in another Package? 
For example:


SetText(,,R.string.xxxx)
SetText(,,android.R.string.xxx)


3. I found that some developer use Res.apk to support App's Res Update, then 
how about its mechanism, how to do it?  Package all the new Res into the 
Res.apk, and then install it, Android will auto override the old res for my 
app???


Thx a lot



nicefuture

-- 
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

Reply via email to