Re: [android-developers] Application's resource files' protection
Duygu, kısacası uygulama kurulduğunda cihazın içerisinden ulaşılabilen, drawable dosyalarımın kullanıcı tarafından ulaşılabilir olmamasını istiyorum. Bunun için nasıl bir yaklaşım izlenebilir?
@Mark, application must work offline correctly, so it is not a good approach for us.
--
Göksel GÜREN
www.gokselguren.com
www.likeornot.me
www.getitandroid.com
-- 2012/5/31 Mark Murphy <mmurphy@commonsware.com>
Don't put the images on the user's device. Download them from the
Internet only on demand, and only ever hold them in RAM.
On Wed, May 30, 2012 at 5:59 AM, Göksel Güren <goksel7332@gmail.com> wrote:
> Hi everyone,
>
> We developed an application which create it's views using drawables. Every
> page swapping operation brings next page to screen. We must protect our
> drawable files/pages when application installed. At device's file system, it
> must be hard to access our files. How can we do that?
>
> Regards.
>
> --
> Göksel GÜREN
> www.gokselguren.com
> www.likeornot.me
> www.getitandroid.com
>
> --Mark Murphy (a Commons Guy)
> 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
--
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
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
Göksel GÜREN
www.gokselguren.com
www.likeornot.me
www.getitandroid.com
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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home