Tuesday, March 20, 2012

Re: [android-developers] One application with different resources

Convert your application into an Android library project. Create
regular Android projects for each of your designs. Have the regular
Android projects reference the library project.

On Tue, Mar 20, 2012 at 3:30 AM, Dominic <domi1wa@googlemail.com> wrote:
> Hi,
>
> I have an application which will get different Designs. So I look for
> something where I can put the pictures in different "projects".
>
> So I could change the design by only change one package and I haven't
> store all pictures in my resource folder and have to change them
> programmatically.
>
> Is there a way to do this?
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment