[android-developers] Core Image equivalent on Android

2015-08-24 Thread Paulo Cesar
I'm mainly a iOS developer, and I have this app that applies a series of transformations and blend filters on images, all using Apple Core Image library. And I now that I have to port it to Android, is there any equivalent to Core Image in Android? -- You received this message because you

Re: [android-developers] Core Image equivalent on Android

2015-08-24 Thread Paulo Cesar
Well, I translate, scale and crop one image according to user gestures and then blend it (CILightenBlendMode) with another image. It seems that Android officially doesn't have anything remotely similar to Core Image, but I found some thirty party libraries, like

Re: [android-developers] Core Image equivalent on Android

2015-08-24 Thread Paulo Cesar
-feira, 24 de agosto de 2015 21:04:59 UTC-3, TreKing escreveu: On Mon, Aug 24, 2015 at 5:11 PM, Paulo Cesar puelo...@gmail.com javascript: wrote: is there any equivalent to Core Image in Android? I don't know what Core Image is or what it entails, but if you want to manipulate images

Re: [android-developers] Google banned AdSense account, and will not pay money earned with Paid App

2013-12-06 Thread Paulo Cesar
$10? The account is verified by the end of each month, in you had in there more than $10 you could get the PIN. What might happen is that it may not be sent right away. -Nando Sent from my Sinclair ZX81 On 26 November 2013 16:16, Paulo Cesar puelo...@gmail.com javascript:wrote: Hi

Re: [android-developers] Google banned AdSense account, and will not pay money earned with Paid App

2013-11-28 Thread Paulo Cesar
2013 18h41min12s UTC-2, TreKing escreveu: On Tue, Nov 26, 2013 at 10:16 AM, Paulo Cesar puelo...@gmail.comjavascript: wrote: Anything I can do? Get a lawyer? - TreKing http://sites.google.com

[android-developers] Google banned AdSense account, and will not pay money earned with Paid App

2013-11-26 Thread Paulo Cesar
Hi everybody, I have a app published for more then one year, Lumiè, for photo enchantments. So, early in Android, payments were sent to AdSense, before they migrated to Google Checkouts. Thing is, I had more then $4.000,00 in Google AdSense, but never was able to receive the money. Last month,

Re: [android-developers] Re: In-app gives This version of the application is not configured for billing through Google Play - But it shouldn't

2013-11-14 Thread Paulo Cesar Ferreira
...@astralvisuals.com escreveu: Have you got it to work now? On Thursday, November 14, 2013 3:02:31 PM UTC+1, MobileVisuals wrote: I have the same problem. This process is extremely messy! On Friday, January 25, 2013 5:44:19 PM UTC+1, Paulo Cesar wrote: Ok, I'm having the This version of the application

[android-developers] In-app gives This version of the application is not configured for billing through Google Play - But it shouldn't

2013-01-25 Thread Paulo Cesar
Ok, I'm having the This version of the application is not configured for billing through Google Play on one of our apps. Sorry to ask this again, but I read more then 20 answers about this, and they always say the same things that I already checked: - The apk installed is signed with the

[android-developers] Re: In-App subscription, using PayPal is against Android Market rules?

2011-11-18 Thread Paulo Cesar
...@gmail.com wrote: On Thu, Nov 17, 2011 at 2:59 PM, Paulo Cesar pueloce...@gmail.com wrote: Currently, Android Market doesn't support In-App subscription. Let's say you have a magazine, and want to by a subscription that will debt 9.99 every month until the user quits or the contract expires

[android-developers] In-App subscription, using PayPal is against Android Market rules?

2011-11-17 Thread Paulo Cesar
Currently, Android Market doesn't support In-App subscription. Let's say you have a magazine, and want to by a subscription that will debt 9.99 every month until the user quits or the contract expires. Currently, this isn't possible using Android Market. The problem is, I was researching about

[android-developers] Re: Rich UI Development

2011-04-07 Thread Paulo Cesar
If you find a professionaly designed toolkit for Android tell us, because I know none of them. But here is two nice links about UI design on Android: http://www.mutualmobile.com/wp-content/uploads/2011/03/MM_Android_Design_Guidelines.pdf and http://www.androidpatterns.com/ On 5 abr, 13:08,

[android-developers] Disable sound effects on Spinner

2011-04-06 Thread Paulo Cesar
Hi, I have to disable the click sound on all my interface, but I can't get it to work on Spinner items. No matter what I do, I always get the sound when I select a item on a Spinner: That's what I tried: Spinner android:id=@+id/selecao_ordem *** android:soundEffectsEnabled=false / My

[android-developers] Temporary Lock Screen

2011-04-06 Thread Paulo Cesar
Hi everybody, I'm having a problem with Android 2.2 and screen orientation. I have checkbox on my interface that when checked, the orientation must be locked on the current orientation, so I did the following code: Activity a = (Activity) getContext(); if (isChecked) { if