[android-developers] Job Opportunity: Greenbelt, Maryland

2019-07-17 Thread Christine Reed
We are looking to hire a senior software developer who can hit the ground running and help us in developing new features for an existing Android application, CSPro Android. CSPro Android has currently more than 50,000+ installs on Google Play and by the end of 2019, the data collection app

[android-developers] Re: My android studio suddenly has changed the editor font to enormous.

2014-10-20 Thread Christine
Pinch? My computer doesn't have a touch screen. On Monday, October 20, 2014 12:29:08 AM UTC+2, Phil Bayfield wrote: You can pinch to zoom. On Thursday, 16 October 2014 16:03:45 UTC+1, Christine wrote: My android studio suddenly has changed the editor font to enormous. I'm on Ubuntu

Re: [android-developers] Re: My android studio suddenly has changed the editor font to enormous.

2014-10-20 Thread Christine
desired Size Look for the Save as... button Create a new color scheme. Select the new profile on the dropbox menu, if it's not selected already. Apply or Ok I hope one of them works for you. Marina On Mon, Oct 20, 2014 at 4:11 AM, Christine wrote: Pinch? My computer doesn't have

Re: [android-developers] My android studio suddenly has changed the editor font to enormous.

2014-10-17 Thread Christine
Eclipse? On Thursday, October 16, 2014 5:17:45 PM UTC+2, RKJ (Android developer) wrote: Goto windows menu in eclipse, then preferences, then type font in search box at top left corner , then change font size and color accordingly Rakezh On Oct 16, 2014 8:38 PM, Christine christin

[android-developers] My android studio suddenly has changed the editor font to enormous.

2014-10-16 Thread Christine
My android studio suddenly has changed the editor font to enormous. I'm on Ubuntu, changing font size in settings (of android studio) doesn't change the font. The way it is now, it's unusable. What can I do? Christine -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to get support for your Android app in Google Play? Any Developer Support Manager in this group?

2013-04-22 Thread Christine Fawcett
file and have still not heard back. How do we get them to fix this? Appreciate any advice you can give Christine On Friday, October 26, 2012 9:50:31 AM UTC-7, LL wrote: Let me try to provide detailed description of the problem - hopefully it'll help to explain my situation. My company

[android-developers] Persistence of complex Java objects (SQLite, Serialization, JSON) and client-server app architecture

2011-11-24 Thread Christine Daunique
I'm working on an Android application which is fetching data from internet among other things. Actually, the project was started by someone else which is not here anymore, and now that I have to turn it into a light client application and implement the server side (in Java), I'm wondering what

[android-developers] StackView (Android 3.0+) and OnItemSelectedListener

2011-11-03 Thread Christine Daunique
Hello, In Stackview, it seems that OnItemSelectedListener (from superclass AdapterView) is never called... How can I trigger some event when the view on top of the stack is changed by the user ? I want to display some text to show the position of the current item inside the stack. so the

[android-developers] Buttons position for AlertDialogs in Android 4.0/SDK 14

2011-10-20 Thread Christine Daunique
Hello, I was wondering why the position of ok and cancel buttons on AlertDialogs are switched in the new Theme of Android Ice Cream Sandwich ? If I look in the API demos, if Traditional theme is used for Dialogs and not Holo Theme, Dialogs display ok and cancel from left to right, as usual (and

[android-developers] Re: Service Implemenration

2011-08-02 Thread Christine
http://developer.android.com/guide/topics/fundamentals/services.html http://developer.android.com/guide/developing/tools/aidl.html There is an example of a service in the api demos. On Aug 2, 1:34 pm, Sivaprakash sivaprakashshanmu...@gmail.com wrote: Hi I have a back ground service which is

[android-developers] Skinning an app

2011-08-01 Thread Christine
I have tried whitelabeling an app, so I can use the same codebase for a number of customers. What's different in the apps is the graphics, styles and layouts, not the code. The best way I could think of is have an ant script that copies the res folder and the manifest file into a separate project,

[android-developers] Re: ninepatch

2011-07-15 Thread Christine
First read docs, then ask here. http://developer.android.com/guide/developing/tools/draw9patch.html On Jul 15, 10:34 am, arun kumar arun.kata...@gmail.com wrote: Hi how to make background image as nine patch image. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: android service

2011-07-15 Thread Christine
What exactly do you want to achieve? When the user stops your service, they have a reason to do so, so I don't think the app should automatically restart it. On Jul 15, 9:31 am, yanamala siddaiah siddaiahforj...@gmail.com wrote: If service stopped by user or any other situation . I want to

[android-developers] Re: how can i set up my Nexus one as external device to develop under Debian 5.0?

2010-05-12 Thread Christine
Did you update your rules.d file? dit you put in the right vendor code? The vendor code is different from the one for other HTC devices. On May 11, 1:33 pm, Luis Clemente Morera luisclementemor...@gmail.com wrote: Hello, I'm trying to set up my Nexus One under Debian 5.0 to use it as testing

[android-developers] Re: how can i set up my Nexus one as external device to develop under Debian 5.0?

2010-05-12 Thread Christine
Did you update your rules.d file? dit you put in the right vendor code? The vendor code is different from the one for other HTC devices. On May 11, 1:33 pm, Luis Clemente Morera luisclementemor...@gmail.com wrote: Hello, I'm trying to set up my Nexus One under Debian 5.0 to use it as testing

[android-developers] Re: accessing sqlite db

2010-05-12 Thread Christine
1. where you open and close depends on your app. You can keep the db open, and close and re-open in onResume and onPause, or you can open and close before and after you access the db. 3. just retrieve the data that you need in the getView of your list adapter, don't retrieve complete tables if

[android-developers] button background hangs, or disappears

2010-03-16 Thread Christine
hi, I have a button that shows exactly as it should, until I have clicked it, then it doesn's show it's background any more. The funny thing is that all other buttons of the same style loose their backgrounds as well. Sometimes the opposite happens: all backgrounds in my app get the button

[android-developers] style problem in 1.5

2010-03-01 Thread Christine
I'm missing something, a simple typo I'm overlooking, but for now, I'm at a loss... dagdag Christine -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: where to store files?

2010-02-26 Thread Christine
I put them on the sdcard so my app doesn't use more memory than necessary and the user can see the files and they can delete them if they don't like them. On Feb 26, 9:47 am, kavitha kavith...@gmail.com wrote: Hi All, I am in confusion,where to store my data files. Which is convenient?

[android-developers] Re: why I can't see google's nexus one from eclipse

2010-02-25 Thread Christine
I don't see the Nexus One in DDMS on my 64bits Ubuntu Linux, while all other HTC phones do show up. I added vendor code 18D1, for some reason the Nexus uses a different vendor code. Linux does see the Nexus for file transfer, so the problem is in the adb, not in linux. On Feb 25, 8:39 am,

[android-developers] Re: How to drag and drop items of ListView?

2010-01-28 Thread Christine
On Jan 28, 12:28 pm, pink 444 pnk...@gmail.com wrote:     I have to drag and drop items of ListView,which typically have an image and text.     How can i implement this. There's no built-in drag and drop, you have to implement it yourself. If you want to have a graphic representation of the

[android-developers] Re: sdk setup.exe and windows 7

2010-01-27 Thread Christine
A coworker told me that he had to create a symlink from the adk folder on C: to D: or vice versa before he got the sdk to work on windows 7. On Jan 27, 9:01 am, Droidy billr...@gmail.com wrote: Run the SDK from a command line prompt that you have made yourself or type command in the start box

[android-developers] Re: unit testing

2010-01-26 Thread Christine
Hi Diego, thanks for the link. I had already given them a link to your blog, I'll send them the slideshare link too. dagdag Christine On Jan 26, 2:32 am, Diego Torres Milano dtmil...@gmail.com wrote: Hi Christine, This presentation is very brief but could help:http://www.slideshare.net

[android-developers] RoboGuice

2010-01-25 Thread Christine
I'm using RoboGuice, for a few days now, and so far I like it. Does anyone else use RoboGuice? http://code.google.com/p/roboguice/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] unit testing

2010-01-25 Thread Christine
I need a reference to an introduction to Android unit testing for a coworker, but the SDK docs don't seem to provide an introduction. I myself used the apidemos and the api docs, but I was wondering if there's a concise intro to Android unit testing? -- You received this message because you are

[android-developers] Re: unit testing

2010-01-25 Thread Christine
...@gmail.com wrote: you can only use those mocks supplied by google Sdk..not mockkit.. What areas are you getting stuck at? On Jan 25, 1:33 pm, ko5tik kpriblo...@yahoo.com wrote: On Jan 25, 5:38 pm, Christine christine.kar...@gmail.com wrote: I need a reference to an introduction to Android

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Christine
in the market app that checks the min SDK and even IF the user has the app, if their OS is not 1.6, don't show it. Very bad design of the market app developers/designers. On Sun, Jan 17, 2010 at 2:03 PM, Christine christine.kar...@gmail.comwrote: On Jan 17, 9:26 pm, Kevin Duffey andjar

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Christine
class to use. As far as I have seen, you can have 2.1 classes in a 1.6 app, as long as you don't instantiate them. On Jan 18, 10:26 am, Christine christine.kar...@gmail.com wrote: What I said is that you _can_ specify that a user sees only the one relevant version of your app in the mp. The mp

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Christine
It's good to see Google staff take this issue seriously :-) I'll repeat my personal opinion that fragmentation will not be so much of an issue, unless you desperately need 2.x features in your app, in which case you'll have to accept a 1% market share of your app. On Jan 18, 9:45 pm, Dianne

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-17 Thread Christine
On Jan 17, 9:26 pm, Kevin Duffey andjar...@gmail.com wrote: First.. let me ask for those of you that have apps in the market.. if I have a 1.5 version out there.. it shows up on any device that is 1.5 or later, right? Now..if I update it to run on 2.0.. will the update be made available or

[android-developers] open sourcing an app

2009-12-29 Thread Christine
I haven't seen many open source android apps yet. Can I make my app gpl open source just like that? Or do I have to include legal statements regarding the Android code that my app is using? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: open sourcing an app

2009-12-29 Thread Christine
Thanks for pointing that out, I should have done a search first :-) On Dec 29, 11:52 pm, Greg Donald gdon...@gmail.com wrote: On Tue, Dec 29, 2009 at 4:39 PM, Christine christine.kar...@gmail.com wrote: I haven't seen many open source android apps yet. There are quite a few actually: http

[android-developers] Re: Spinners

2009-12-29 Thread Christine
Just a piece of advice, when you have so many seemingly identical textviews and spinners, it may be convenient for you to put the attrebutes in a style and associate the styles with the spinner and the textview. That way, you can change the layout and settings of all spinners and textviews in one

[android-developers] Re: Service thread priority

2009-12-17 Thread Christine
PM, Christine christine.kar...@gmail.comwrote: I have two apps that use a service to upload and download files and data. I've noticed that when the service gets very busy, it can cause the UI to block, up to the point that Android shows a force quit/ wait popup. In order to avoid that, I

[android-developers] Re: Why are onCreate() onStart() etc. called when handset orientation is changed?

2009-12-17 Thread Christine
There's a reason for onCreate(), onStart(), etc. to be called when they are called. If there's code that you don't want to have executed when onCreate() is called, don't put it in onCreate(). In onCreate() you can check what the situation is, and act accordingly, like take different actions

[android-developers] Service thread priority

2009-12-16 Thread Christine
I have two apps that use a service to upload and download files and data. I've noticed that when the service gets very busy, it can cause the UI to block, up to the point that Android shows a force quit/ wait popup. In order to avoid that, I run tasks in a service at a lower priority. This way,

[android-developers] Re: ListView

2009-12-16 Thread Christine
On Dec 16, 11:40 pm, Dirk Vranckaert dirkvrancka...@gmail.com wrote: I'm trying to use a ListView but can't get it to work. Is there any good example? Actually, the Android samples that are available on the Android developer web site contain a number of good examples. In using a List view,

[android-developers] Re: ADT installation on Ubuntu 9.10

2009-11-28 Thread Christine
I don't think you need gef for the adt plugin, but if you want it, how about eclipse.org/gef? There are some problems with Karmic Koala and Eclipse regarding the GUI. These should be fixed in Eclipse 3.5.2. On Nov 27, 7:13 am, boyjunkie ganesh.vija...@gmail.com wrote: Hi, I have installed

[android-developers] Service stops?

2009-10-24 Thread Christine
of a service. dagdag Christine --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Service stops?

2009-10-24 Thread Christine
On Oct 24, 6:13 pm, Mark Murphy mmur...@commonsware.com wrote: What is a task scheduled via a handler? new Handler().postDelayed(someTask, someTime); An activity binds to the service and makes it work, but after unbind it can't bind again. Why unbind before the activity is going

[android-developers] Re: 1.6: GPS location provider stop unexpectedly (exceeded MIN_FIX_COUNT), bouncing back and forth

2009-10-24 Thread Christine
On Oct 24, 6:11 pm, JP joachim.pfeif...@gmail.com wrote: By mapping multiple objects (listeners) with different attribute values to a single one (location provider), you never know what you will get. The documentation says that you can't be sure what you'll get. You will probably get location

[android-developers] Re: Service stops?

2009-10-24 Thread Christine
() in the service to get called. But I'll keep looking, I know I'll find it :-) dagdag Christine -- Mark Murphy (a Commons Guy)http://commonsware.com|http://twitter.com/commonsguy Android App Developer Training:http://commonsware.com/training --~--~-~--~~~---~--~~ You

[android-developers] Re: Service stops?

2009-10-24 Thread Christine
On Oct 24, 7:52 pm, Dianne Hackborn hack...@android.com wrote: From what I have heard so far, my suspicion is that whatever the original code is, it is really not using these things correctly at all. If you mean that I shouldn't rely on side effects, you're totally right. I'm now looking for

[android-developers] Re: Google wave invitations...?

2009-10-21 Thread Christine
They promised us access to Google Wave at GoogleIO, but I never received an invitation. Did anyone else who was at GoogleIO? On Oct 21, 9:06 pm, Michael Cheselka chese...@gmail.com wrote: Hello, Yup, me too! I you recieved an invite and can pass any on, please do. Regards, Michael

[android-developers] Re: Logging in Android

2009-10-17 Thread Christine
. Is there a mechanism for setting the log level as with Log4J and java.util.logging and commons logging?   You can use java.util.logging. It's in the Android API. Christine I haven't been able to get the Log.isLoggable() method to do anything useful.  It returns true for INFO and false

[android-developers] Re: ACTION_GET_CONTENT and Gallery

2009-09-27 Thread Christine
thanks. On Sep 24, 9:04 pm, Justin (Google Employee) j...@google.com wrote: Take a look athttp://developer.android.com/reference/android/media/MediaScannerConn... Cheers, Justin Android Team @ Google On Sep 24, 6:55 am,Christinechristine.kar...@gmail.com wrote: My app takes a picture

[android-developers] ACTION_GET_CONTENT and Gallery

2009-09-24 Thread Christine
My app takes a picture and stores it either on the flash card or in the MediaStore. When retreiving the gallery content with an ACTION_GET_CONTENT intent doesn't show the new picture in either case. However, after switching the phone off and on again, they do show up. How do I force the Gallery

[android-developers] Re: Using Picasa Web Albums Data API in Android

2009-09-24 Thread Christine
You can use httpclient to access any api. On Sep 24, 10:00 am, Raman raman86...@gmail.com wrote: I do not want to use an existing Activity for Picasa related tasks, like showing the Picasa albums and creating new albums. Rather I want to develop a new application where it would directly

[android-developers] Re: htc Hero networking

2009-09-20 Thread Christine
you know you're not the only one with Hero networking woes. - Dan On Sun, Sep 13, 2009 at 6:51 AM, Christine christine.kar...@gmail.comwrote: I have an app that uploads files to a server. It works perfectly on ADP1 and HTC Magic, but it doesn't on HTC Hero. Does anyone know about

[android-developers] htc Hero networking

2009-09-13 Thread Christine
I have an app that uploads files to a server. It works perfectly on ADP1 and HTC Magic, but it doesn't on HTC Hero. Does anyone know about differences in the way networking works on the Hero that prevents my app from working? I use httpClient in my app.

[android-developers] magic?

2009-09-11 Thread Christine
I was explaining to my friend Martijn how something works in one of my apps, and I was wondering why it worked on my G1 and Magic phones but not on a Hero: I start the camera, than a lot of magic happens, then I get a link to the picture and I work from there. Martijn says ah, that's the problem.

[android-developers] Mediastore thumbnail refresh

2009-09-09 Thread Christine
I use the image_capture intent to take a picture. But when I subsequently access the gallery from within my app, the picture doesn't show up. Apparently the thumbnails aren't refreshed in the mean time? How can I force a refresh of the gallery thumbnails? I couldn't find a method to do so -

[android-developers] Re: audio video inconsistency

2009-08-30 Thread Christine
the api. it works like a charm :-) Cheers, Justin Android Team @ Google On Aug 12, 7:32 am, Christine christine.kar...@gmail.com wrote: In my app, a user picks video content with    Intent i = new Intent(Intent.ACTION_GET_CONTENT);    i.setType(video/*);    startActivityForResult(i

[android-developers] Re: Ubuntu Jaunty and adb not playing well together

2009-08-30 Thread Christine
Renaming the rules file to -51- worked for me on my desktop computer, but not on my laptop. On my laptop, I renamed to 99, then it worked. There's a bug in Ubuntu, the software for one of the lower number rules does something that's not finished when rule 50 gets fired. I guess the slower your

[android-developers] Re: how to know my app is running backgroud ?

2009-08-30 Thread Christine
On Aug 30, 5:42 am, Android中国开发者团队google groups jin.tu...@gmail.com wrote: i want to excute same action when my app is running backgroud Err, when your app is in the background, it does not run. If you want your app to continue doing something when the UI is not visible, you need to create a

[android-developers] Re: Activity timeout on WebView load

2009-08-15 Thread Christine
() { @Override public void run() { // do stuff in background first // then call UI thread mHandler.post(runInUIThread); } }.start(); } On Aug 4, 3:12 am, Christine christine.kar...@gmail.com wrote: I take

[android-developers] Re: Google Dev Phone unavavailable! will they extend ADC II deadline..who to ask?!

2009-08-15 Thread Christine
There will be an ADP2, I was told. I have no clue as to when that will happen. On Aug 15, 12:39 pm, Chris Stratton cs07...@gmail.com wrote: I wish magic were out in a developer version... It's called the GoogleIO phone. And I think you'd prefer the Hero. It's impossible to make the right

[android-developers] Service performance

2009-08-15 Thread Christine
I have an issue with a service that makes the UI freeze for a couple of seconds. My app does the following: The user starts a file upload. The Activity starts or binds to a Service passing it the filename of the data. The Service then uploads the file. After initiating the upload by pressing a

[android-developers] Re: Service performance

2009-08-15 Thread Christine
On Aug 15, 1:49 pm, Mark Murphy mmur...@commonsware.com wrote: Christine wrote: The Service then uploads the file. In a background thread? In its own thread. The activity just kicks the Service using AIDL, basically just handing it a filename, then continues with handling the UI. The AIDL

[android-developers] Re: Service performance

2009-08-15 Thread Christine
On Aug 15, 1:49 pm, Mark Murphy mmur...@commonsware.com wrote: Christine wrote: The Service then uploads the file. In a background thread? In its own thread. The activity just kicks the Service using AIDL, basically just handing it a filename, then continues with handling the UI. The AIDL

[android-developers] Re: Service performance

2009-08-15 Thread Christine
On Aug 15, 2:55 pm, Mark Murphy mmur...@commonsware.com wrote: By posts a task, do you mean executes an AsyncTask, or something else? I postDelayed a Runnable in a Handler. One should never assume. To assume makes an ASS of U and ME. I assumed that a Service would run at a lower priority than

[android-developers] Re: Service performance

2009-08-15 Thread Christine
On Aug 15, 2:55 pm, Mark Murphy mmur...@commonsware.com wrote: By posts a task, do you mean executes an AsyncTask, or something else? I postDelayed a Runnable in a Handler. One should never assume. To assume makes an ASS of U and ME. I assumed that a Service would run at a lower priority than

[android-developers] audio video inconsistency

2009-08-12 Thread Christine
In my app, a user picks video content with Intent i = new Intent(Intent.ACTION_GET_CONTENT); i.setType(video/*); startActivityForResult(i, MEDIA_SELECTED); and they start recording video with Intent i = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); startActivityForResult(i,

[android-developers] Re: left handed user

2009-08-04 Thread Christine
Good point! Christine - left handed developer On Jul 31, 11:47 pm, Sophie shkass...@gmail.com wrote: Thanks, Yusuf, I will! On 31 jul, 16:51, Yusuf T. Mobile yusuf.s...@t-mobile.com wrote: You have a point, Illegal Sophie. I would recommend you post an Android issue, saying landscape

[android-developers] Re: ACTION_GET_CONTENT audio, video

2009-08-04 Thread Christine
(you can use LauncherActivity to help with presenting the list or do it yourself). On Sun, Aug 2, 2009 at 8:18 AM, Christine christine.kar...@gmail.comwrote: I was wondering, when you do an intent with ACTION_GET_CONTENT and type video/* you get just the media browser showing you stored

[android-developers] Re: Activity timeout on WebView load

2009-08-04 Thread Christine
I take it you don't already have a bg thread, or you wouldn't have the problem? The cute way of loading data in the background is to use a service. The simple way is to use a Handler, as Peter suggested. In the handler task, you create a new thread that does the http stuff. If the user needs to

[android-developers] ACTION_GET_CONTENT audio, video

2009-08-02 Thread Christine
I was wondering, when you do an intent with ACTION_GET_CONTENT and type video/* you get just the media browser showing you stored video's from which you can pick one, while with type audio/*, you first get a chooser which lets you choose between recording audio or selecting from the media

[android-developers] Re: json serializer / deserializer

2009-08-02 Thread Christine
On Aug 2, 12:26 pm, Premier a.grum...@gmail.com wrote: Hello do you know a library or method to serialize / deserialize java bean to json in android? You can use XStream for serializing from/to xml, I'm not sure if XStream works well for json on android. how i can introspect a javabean and

[android-developers] Re: TextView changing from other thread

2009-08-02 Thread Christine
Only one activity with one view is active at any time. If you want to update the score in real time from both the logic view and the game view, the only way to do that is to put both in one activity and one view. Otherwise, afaik the view in the background would only update soon as it becomes the

[android-developers] Re: How can you prevent somebody from calling in Android ?

2009-08-02 Thread Christine
I tell my kids what they can and can't do. If that doesn't work, their phone bill is the least of your problems. On Jul 30, 9:17 am, e-satis info.ksam...@googlemail.com wrote: I want to write a software to allow the parents to set a limit to their children phone calls. I need to lock some

[android-developers] Re: How can you prevent somebody from calling in Android ?

2009-08-02 Thread Christine
I tell my kids what they can and can't do. If that doesn't work, their phone bill is the least of your problems. On Jul 30, 9:17 am, e-satis info.ksam...@googlemail.com wrote: I want to write a software to allow the parents to set a limit to their children phone calls. I need to lock some

[android-developers] Re: How to create HTTP request, and how to create a connection object.

2009-07-20 Thread Christine
Maybe you should ask in android beginners? Or google android java httpclient post? On Jul 20, 10:01 am, Peli peli0...@googlemail.com wrote: Which code did you try? The link contains several Java code examples with HTTP and POST. The more specific your question is, the better people can help

[android-developers] MediaStore.EXTRA_OUTPUT

2009-07-15 Thread Christine
I have seen a number of posts from people who had trouble retrieving a full size image from MediaStore.EXTRA_OUTPUT with code like Intent i = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); pictureUri = Uri.fromFile(new File(/sdcard/ picturefile.jpg));

[android-developers] video gallery

2009-07-14 Thread Christine
I let a user pick a video with the standard video gallery. But suppose I want to create my own video gallery, how do I get a thumbnail for the video from the Mediastore? For images there's a separate thumbnail thing, but I can't find a similar thing for videos, except for the mini_thumb_magic,

[android-developers] Re: Lazy-load images into a ListView

2009-07-12 Thread Christine
What if you have the listview load the images from a hashmap, and have a separate process fill the hashmap in the background? On Jul 12, 3:47 pm, Evan Charlton evancharl...@gmail.com wrote: Mark, Thanks for the reply! -- If you scroll enough before the image is done loading, and the row

[android-developers] Re: Lazy-load images into a ListView

2009-07-12 Thread Christine
Murphy mmur...@commonsware.com wrote: Christine wrote: What if you have the listview load the images from a hashmap, and have a separate process fill the hashmap in the background? That's effectively what I'm doing, but you still need to tell the ListView when images are ready to be loaded out

[android-developers] HTC Magic vs G1 performance

2009-07-11 Thread Christine
I find that my ADP1 phone has a better performance than my Google IO phone. In some cases, the Magic gets a timeout error where the G1 doesn't, running the same software. Also, I've seen a situation where a service would accidentally take too much resources, which the Magic couldn't handle - the

[android-developers] Re: How to Handle Multiple Adapters for one ListView

2009-07-11 Thread Christine
The alternative would be, if I understand your question correctly, to have one listadapter that takes data from various sources, depending on some variable that is set. Your app would prepare the various sources of data independently, and the getView in your listadapter determines which of the

[android-developers] Re: Couldn't get connection factory client

2009-07-11 Thread Christine
I take it there's something wrong with your View: 07-11 05:13:48.969: ERROR/ZoomButtonsController(776): Cannot make the zoom controller visible if the owner view is not attached to a window. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: When Parsing the Soap response problem...

2009-07-11 Thread Christine
I am not familiar with KSOAP, but if that's the json response you get, you can parse it with xstream or any json parser. On Jul 11, 12:55 pm, android.vinny vinny.s...@gmail.com wrote: HI I want to Consume the SOAP Web Services in Android i downloaded KSOAP2 Library i have done some thing

[android-developers] Re: adb shell on Google IO phone

2009-07-10 Thread Christine
ok, thanks. so I'll root my Google IO phone :-) On Jul 9, 7:27 pm, Dianne Hackborn hack...@android.com wrote: Only root has blanket access to the filesystem.  Not even the core system process can touch application data. On Thu, Jul 9, 2009 at 9:23 AM, Christine christine.kar

[android-developers] adb shell on Google IO phone

2009-07-09 Thread Christine
I have a problem using adb shell on my Google IO phone. I get shell access, I can type cd /data/data, but then when I type ls it says opendir failed, Permission denied. Same when I type sqlite3. I didn't think I'd need to root my phone, but what setting did I miss to get access to data on the

[android-developers] Re: picasa

2009-07-07 Thread Christine
Sure. This is the best location to start: http://code.google.com/apis/picasaweb/developers_guide_protocol.html it's an API like any other, which allows you to upload pictures, create albums, anything. Authentication is like in any Google app, you will need an API key. I can send you sample code

[android-developers] Re: traceview on 64bit computer

2009-07-05 Thread Christine
Thanks. Actually, I found another solution. In the android_sdk tools/lib directory I replaced swt.jar by the 64 bits version of swt.jar. Then, there's 4 .so files in that directory with the number 3236 in it (that depends on the version of swt that's included in the distribution, different

[android-developers] Re: traceview on 64bit computer

2009-07-05 Thread Christine
Thanks. Actually, I found another solution. In the android_sdk tools/lib directory I replaced swt.jar by the 64 bits version of swt.jar. Then, there's 4 .so files in that directory with the number 3236 in it (that depends on the version of swt that's included in the distribution, different

[android-developers] Re: traceview on 64bit computer

2009-07-05 Thread Christine
For the 64bits SWT, make sure you download the right file from here: http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/index.php#swt On Jul 5, 1:40 pm, Christine christine.kar...@gmail.com wrote: Thanks. Actually, I found another solution. In the android_sdk tools/lib

[android-developers] Re: traceview on 64bit computer

2009-07-05 Thread Christine
For the 64bits SWT, make sure you download the right file from here: http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/index.php#swt On Jul 5, 1:40 pm, Christine christine.kar...@gmail.com wrote: Thanks. Actually, I found another solution. In the android_sdk tools/lib

[android-developers] Re: traceview on 64bit computer

2009-07-05 Thread Christine
For the 64bits SWT, make sure you download the right file from here: http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/index.php#swt On Jul 5, 1:40 pm, Christine christine.kar...@gmail.com wrote: Thanks. Actually, I found another solution. In the android_sdk tools/lib

[android-developers] Re: traceview on 64bit computer

2009-07-05 Thread Christine
For the 64bits SWT, make sure you download the right file from here: http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/index.php#swt On Jul 5, 1:40 pm, Christine christine.kar...@gmail.com wrote: Thanks. Actually, I found another solution. In the android_sdk tools/lib

[android-developers] Re: traceview on 64bit computer

2009-07-05 Thread Christine
For the 64bits SWT, make sure you download the right file from here: http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/index.php#swt On Jul 5, 1:40 pm, Christine christine.kar...@gmail.com wrote: Thanks. Actually, I found another solution. In the android_sdk tools/lib

[android-developers] Re: onSaveInstanceState() normally not called ?

2009-07-05 Thread Christine
Does it matter when it gets called? You can be sure that it has been called if your onCreate gets called after your app got killed. Maybe onSaveInstanceState sometimes gets called at onpause without the app being actually killed, as Dianne points out, then you'll never get the data back that you

[android-developers] traceview on 64bit computer

2009-07-04 Thread Christine
I tried to use traceview on a computer with a 64bit processor, the error I get is architecture word width mismatch: android-sdk-linux_x86-1.5_r2/tools/lib/libswt-pi-gtk-3236.so: /home/ christine/java/android-sdk-linux_x86-1.5_r2/tools/lib/libswt-pi- gtk-3236.so: wrong ELF class: ELFCLASS32

[android-developers] Re: Parsing SOAP request

2009-07-04 Thread Christine
I have tried KSoap a while ago - maybe it's better now - but I didn't find it all too useful.. I use XStream to turn an xml response into a class that my app then uses. Also, I use XStream to create the xml that I send to the server. It's rather straightforward, actually. On the server side, I

[android-developers] Re: adb is not detecting my new android phone

2009-07-04 Thread Christine
Does windows detect the phone as a usb drive? On Jul 2, 4:11 am, N3vik rose.ke...@gmail.com wrote: Hi I have two G1 phone's, the first one got wet and no longer gets a signal so I had to buy another :( My problem is adb does not detect my new phone :(  It can detect my old phone ok, but

Re: Re : Re : [android-developers] Re: Sharing data between an Android service and an application.

2009-06-29 Thread Christine
If you only need to provide some parameters at startup, you can do that in the onbind intent. If you don't need tight coupling between activity and service and the amount of data is very limited, you can use sharedpreferences to exchange data. On Jun 29, 2:38 pm, GAYET Thierry

[android-developers] Re: How to save a Bitmap instance to a *.bmp file.

2009-06-28 Thread Christine
On Jun 28, 7:02 am, Romain Guy romain...@google.com wrote: JPG and PNG are also bitmaps. ... which means that you can use bitmap.compress to put a Bitmap instance into a jpg or png file. Like you use BitmapFactory.decodeFile to create a Bitmap object from a jpg or png file. 2009/6/27 楊健

[android-developers] Re: Camera in portrait mode

2009-06-28 Thread Christine
I'm sure that you found the right tone of voice to address the Android development team. Layar, isn't that the same as Wikitude? On Jun 28, 12:02 am, indra b.indran...@gmail.com wrote: Hi guys at android, Can you plase fixhttp://code.google.com/p/android/issues/detail?id=1193 When do

[android-developers] Re: Sharing data between an Android service and an application.

2009-06-28 Thread Christine
Can you be more specific about the application that your service needs to communicate with? Is it your own application? On Jun 28, 11:11 pm, GAYET Thierry thierry_ga...@yahoo.fr wrote: Hi, in order to share data between one of my own Android service and an application i am looking for the

[android-developers] Re: Able to use T-Mobile G1 without contract for application testing?

2009-06-15 Thread Christine
I have an ADP1 here without a sim card - I put that in the Google IO phone - and I can use the phone on my wifi network. HTC provides updates for the ADP directly from their site, I upgraded to 1.5r2 earlier today. So I see no problem in having an ADP or other Android phone without a contract. I

[android-developers] Re: Able to use T-Mobile G1 without contract for application testing?

2009-06-15 Thread Christine
I have an ADP1 here without a sim card - I put that in the Google IO phone - and I can use the phone on my wifi network. HTC provides updates for the ADP directly from their site, I upgraded to 1.5r2 earlier today. So I see no problem in having an ADP or other Android phone without a contract. I

  1   2   3   >