[android-developers] Android how we can generate apk file from Android application.

2014-05-25 Thread 12169
Hi, I want to make an application which has some ui template and in each template user can change the icon and text messages and after it there is a button on the bottom of the application that will generate the apk of the that template. i want to get some guidence on this topic. -- You

[android-developers] Mocking ContentResolver

2014-05-25 Thread Muhammad Ichsan
Dear All I want to test my activity which uses media ContentResolver. Is there any way to test it without using real ContentResolver but, only mock? From http://dtmilano.blogspot.com/2009_12_01_archive.html#MockContextWithMockContentProv, it is said that I have to use

Re: [android-developers] Help with native exception: ScriptIntrinsicBlur.create() throws RSRuntimeException: Internal error: Object id 0

2014-05-25 Thread Chang Sheng-Dean 章聖典
I call this method two consecutive times because I needed a blur radius of 40px, but the SDK limitation was only 25px, so I thought I would just blur it twice with 20px. On Fri, May 23, 2014 at 1:18 PM, Harri Smatt har...@gmail.com wrote: Hi, How frequently do you call this method? I mean,