Re: [android-developers] Re: Android DRM Sample Tutorials.

2012-11-05 Thread bhaskar bommala
Hi ,, Can anyone help me out for encryption and decryption of images in Android , if any sample provide that would be great.. Thanks in Advance On Wed, Apr 25, 2012 at 8:50 AM, kunlamp kunl...@gmail.com wrote: hi did you get a encrypt jpeg/png file? I want do a sample about it ,but i

Re: [android-developers] Re: Android DRM Sample Tutorials.

2012-11-05 Thread bob
Sounds like you will want this function in *android.graphics.Bitmap*: public boolean *compress* (Bitmap.CompressFormat format, int quality, OutputStream stream) Added in API level 1 Write a compressed version of the bitmap to the specified outputstream. If this returns true, the bitmap can be

[android-developers] Re: Android DRM Sample Tutorials.

2012-04-26 Thread kunlamp
hi did you get a encrypt jpeg/png file? I want do a sample about it ,but i have such a test image. thanks. On Monday, April 2, 2012 11:15:01 PM UTC+8, animesh kumar bhadra wrote: Hi All, I wanted to make a simple DRM application just to learn how Android DRM works. My idea is, 1)

[android-developers] Re: Android DRM Sample Tutorials.

2012-04-18 Thread AnimeshKBhadra
Hi, I Had asked this question long time back, also did google but no specific example codes. Please help or provide some pointers. Regards, Animesh K. Bhadra. On Monday 02 April 2012 08:45 PM, AnimeshKBhadra wrote: Hi All, I wanted to make a simple DRM application just to learn how Android