[android-developers] SQLite case insensitive matching

2015-04-18 Thread Doug Gordon
Similar questions have been asked, but many are old and it's not clear to me exactly what the resolution is. I have a list filter with a local db query that is matching columns against user input (uses MATCH, but that is probably not significant). Both the contents of the columns and the user

Re: [android-developers] Signing App

2015-04-18 Thread Rahul Kaushik
tx justin may be my english not that good i asked export signed application package vs export android application both are way to signed the app but which one is better tx RK On Fri, Apr 17, 2015 at 6:51 PM, Justin Anderson magouyaw...@gmail.com wrote:

[android-developers] Re: SQLite case insensitive matching

2015-04-18 Thread Nobu Games
There rings a bell with your problem description. It's a while ago, but I remember now that I'm having similar problems with one of my apps and non-ASCII characters. Since you are using the MATCH operator I assume you are also using the FTS3 extension. I just found this piece of information on

[android-developers] Receive Callback from Service

2015-04-18 Thread abhi
Is there any mechanism to receive a callback from service through AIDL without any client intervention.Already i have implemented a two way communication through AIDL, but still i couldnt figure out how to sent a callback without a client call.Any insights into this will be very helpfull. --