[android-developers] Proguard throws Error 1 with Loaders

2012-03-14 Thread Alex Curran
A while back I tried to create an implementation of CursorLoaders in my app, switching from managedQuery()s. I found that this resulted in my app failing to obfuscate when running it through ProGuard, returning with a dialog which references Error 1, but giving no other details. I surmised it

[android-developers] Re: Proguard throws Error 1 with Loaders

2012-03-14 Thread Alex Curran
There is an associated StackOverflow question here, which has more details but still no answer http://stackoverflow.com/questions/8762281/proguard-and-dalvik-error-code-1 On Wednesday, 14 March 2012 16:35:11 UTC, Alex Curran wrote: A while back I tried to create an implementation

[android-developers] Re: Creating step-by-step tutorial in app

2012-01-17 Thread Alex Curran
Having a look at the rest of the responses, this looks like it is probably a ViewPager with lots of ImageViews of screenshots. The ViewPager is found in the Android support libraries and there's plenty of source on the Android Developers website. The little circular things at the bottom can be

[android-developers] Dalvik error code 1 using ProGuard

2012-01-05 Thread Alex Curran
I'm trying to build my app ready for release but keep hitting the dreaded Dalvik error 1, and can't figure out why. I was hoping people here would be able to diagnose my problem! My app uses lots of libraries sort of daisy-chained into each other because some are dependent on others, and it

[android-developers] Uninstall survey results

2010-10-10 Thread Curran
When I uninstall apps from my phone, I get a survey come up asking for a reason as to why the app was removed. Is there any way I can get hold of these results for my app, because I think they'd be quite useful and it seems silly for the dev not to? -- You received this message because you are

[android-developers] Htc Legend as developer?

2010-08-25 Thread Ryan Curran
Hi, I recently got accepted to try out the app inventor but I was wondering about the driver I will need to use my HTC legend as a test phone. I have downloaded and installed htc sync which a lot of pages on the web have suggested, but I was wondering if that is sufficient? any help would be

[android-developers] regex error with splitting strings

2010-01-03 Thread Curran
I am currently trying to split a string of a mathematical function, which I am currently respresenting as: 4x2+3x4 (which means 4x^2 + 3x^4) and I need to split it into the individual terms, 4x2 and 3x4. Using a string.split(+) method I get the error: Syntax Error: U_REGEX_RULE_SYNTAX near