[android-developers] Screen order controller

2018-04-30 Thread Allan Sorenson
I am tasked with building an app that does not have a fixed screen order. When started the app will contact a server an get a list of actions to perform. So one launch could be screen 1 - screen 5 - screen 7 next time screen 3 - screen 5 - screen 9 I tested a simple app that does that; my Main

[android-developers] Re: Binding list views to large data sets

2016-12-22 Thread Allan Chesarone
I know this almost a 6 year old post, but I am experiencing the exact issue that you have measured in a production application, and am wondering if anything more ever came of your research? I have a custom cursorAdapter that is handling a cursor with ~10k rows in some instances. While scrolling

[android-developers] Deploy to App Engine - You must be logged in to perform this action

2015-12-06 Thread Allan Nielsen
hed the internet, but found no one else with the problem before. Best Regards Allan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to a

[android-developers] Deploy to App Engine - You must be logged in to perform this action

2015-12-06 Thread Allan Nielsen
hed the internet, but found no one else with the problem before. Best Regards Allan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to a

Re: [android-developers] Re: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2012-11-08 Thread Mugabi Allan
I am having the same problem and after following some of the threads, I still have no success I get the following in my Console [2012-11-06 22:31:23 - GoogleMaps] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2012-11-06 22:31:23 - GoogleMaps] Please check logcat output for more

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Allan Kaliel
Ya it hasn't updated for me either. On Saturday, July 28, 2012 10:00:46 AM UTC-6, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July 25. Is there a problem with Google Play or did I miss a memo? Thanks!

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Allan Kaliel
Yup, me too On Saturday, July 28, 2012 10:00:46 AM UTC-6, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July 25. Is there a problem with Google Play or did I miss a memo? Thanks! -- You received this

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Allan Kaliel
Hasn't updated for me either. And I'd just pushed out a big update. Kinda really want to see my numbers... On Saturday, July 28, 2012 10:00:46 AM UTC-6, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July

[android-developers] AbsListAdapter.setAdapter() api 11 but why does it exists on api 8?

2012-07-11 Thread Allan Gregor Guevarra
? AbsListView absListView = (AbsListView)findViewById(R.id.listView); absListView.setAdapter(existingAdapter); R.id.listView is a ListView. so.. yeah.. the heck is happening?! thanks - allan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Android samples command line build error

2012-01-10 Thread Allan
I used the following command to create the ant build.xml file for the SoftKeyboard sample: android update project -s -n MyKeyBoard -t 10 -p K:\DEV\Andriod\samples \android-15\SoftKeyboard I run ant debug install, but I get BUILD FAILED? -- You received this message because you are subscribed

[android-developers] Email settings and device admin

2011-12-22 Thread Allan Miller
. Unfortunately, this is already convenient on the iPhone so it's a bit of an issue for the Android platform. Is there any way to find out if there is a definite plan for this, even if it is under NDA? Thanks in advance for any help / advice, Allan -- You received this message because you are subscribed

[android-developers] Re: ADT 10.0.0 Issues

2011-03-14 Thread Allan Pedersen
: msvcrt.dll Base: 7FEFDBD Size: 651.264 InMem: 339.968 Build Time: 2009-07-14 03:30:38 Version: 7.0.7600.16385 (win7_rtm.090713-1255) Description: Windows NT CRT DLL Company: Microsoft Corporation Signer: Verified: Microsoft Windows Full Path: C:\Windows\system32\msvcrt.dll -- Allan -- You received

[android-developers] Zooming on a custom overlay

2010-11-17 Thread Allan Valeriano
Hi all, does anybody knows if it is possible to zoom in and out on a custom overlay and enlarge the image? I'd like to do something like that: http://geoserver.nima.puc-rio.br/puc-rio/ If you zoom in, you'll notice that the image gets bigger. -- You received this message because you are

[android-developers] Installing adobe air runtime timeout ??

2010-08-25 Thread Allan hansen
Hello everyone, I am new to developing with the android SDK, that is I have just installed the plugin to develop in eclipse made a virtual device which runs fine when trying the adb devices however when trying to install the adobe air runtime for the android emulator with the command adb install

[android-developers] Re: WARN/ActivityManager(60): Unable to start service Intent

2010-06-07 Thread Allan Valeriano
Anyone has a clue about it? On 31 maio, 17:30, Allan Valeriano allvaleri...@gmail.com wrote: Hi all, I'm having this problem for a while and today I found out this warning on my logcat. I'm trying to run 3 apps that work together. The first one has a component repository, which should

[android-developers] Re: Documentation of MediaPlayer error codes

2009-01-23 Thread Allan Beaufour
On 20 Jan., 18:22, Dave Sparks davidspa...@android.com wrote: We are working on improving media player error codes for the next major SDK release. Cool. Could you reveal what some of them are though until then? I'm getting -1 and -4 a lot, and -44 iirc occasionally. -- Allan Beaufour

[android-developers] Documentation of MediaPlayer error codes

2009-01-19 Thread Allan Beaufour
Hey Do anybody know if there is some documentation of the MediaPlayer error codes somewhere. The docs only has two of them, and I'm getting at least four other ones :) -- Allan Beaufour --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Convert GeoPoint to ScreenCoord

2008-11-14 Thread Allan Valeriano
), (int) (172.5940 * 100)); this might help Allan Valeriano wrote: Is there a way to convert from GeoPoint to screen coordinates without using MapView.getProjection().toPixels() ? This method just doesn't work! I have this code on my overridden Overlay.draw method

[android-developers] Convert GeoPoint to ScreenCoord

2008-11-13 Thread Allan Valeriano
Is there a way to convert from GeoPoint to screen coordinates without using MapView.getProjection().toPixels() ? This method just doesn't work! I have this code on my overridden Overlay.draw method: mapView.destroyDrawingCache(); Point point = new Point(); Point lastPoint = new

[android-developers] TabWidget drawables?

2008-10-14 Thread Allan Hsu
Can anybody (Jason? :) give me any information on how to format my own TabWidget indicator and background drawables, preferably in xml? -Allan -- Allan Hsu allan at counterpop dot net --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: format for progressbar drawable xml?

2008-10-07 Thread Allan Hsu
Thanks Jason! This worked great, except that the clip elements I used looked like this: clip android:drawable=@drawable/myProgressDrawable / -Allan -- Allan Hsu allan at counterpop dot net On Oct 4, 2008, at 10:08 AM, Jason Parekh wrote: I believe so, see my inline comments below

[android-developers] format for progressbar drawable xml?

2008-10-03 Thread Allan Hsu
Does anybody know the proper format for declaring custom horizontal progressbar drawables in xml? I've searched and searched, but the only documentation/discussions I can find are for custom button graphics, which seem to work via a different system. -Allan -- Allan Hsu allan

[android-developers] HttpClient thread safety?

2008-09-08 Thread Allan Hsu
and configuration of the specific client. disclaimer. -Allan -- Allan Hsu allan at counterpop dot net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Supported Media Player / Media Recorder Formats

2008-09-05 Thread Allan Hsu
support in ffmpeg. Hopefully somebody on the Android team can shed light on the problem, as it's hard to debug without the OpenCORE source available for debugging. -Allan -- Allan Hsu allan at counterpop dot net On Aug 26, 2008, at 5:25 AM, Eric wrote: You mean this page? http