Re: [android-developers] Re: Search dialog and searching within the same activity

2011-04-22 Thread Danny Schimke
Perfect, I read most parts of the search dialog documentation but I have not seen this very important part for me. Now it works like I wanted. Thanks a lot! Now I am really happy! -Danny Schimke 2011/4/22 Nikolay Elenkov nikolay.elen...@gmail.com On Fri, Apr 22, 2011 at 5:14 PM, Danny S

Re: [android-developers] Re: about gps

2010-12-15 Thread Danny Schimke
(getLastKnownLocation(network)) Hope it is the sulution! -Danny Schimke 2010/12/15 Android rajuma...@gmail.com Am facing the same problem , can you tell me how did you solve this problem... On Nov 24, 6:22 am, Leon Li l...@leonstrip.com wrote: thanks ip332 and Dan: i have found answer. Listener must

[android-developers] LocationListener's onLocationChanged() is not called (geo fix)

2010-12-14 Thread Danny Schimke
very much in advance! -Danny Schimke -- 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 to android-developers+unsubscr

[android-developers] Re: LocationListener's onLocationChanged() is not called (geo fix)

2010-12-14 Thread Danny Schimke
? Permission is set in AndroidManifest, so this can't be the issue. Thanks a lot! -Danny Schimke 2010/12/14 Danny Schimke danny.schi...@googlemail.com Hi, I have a Service that will run in Background even if the application is closed. I started the service and I can see it in the running services

Re: [android-developers] Re: LocationListener's onLocationChanged() is not called (geo fix)

2010-12-14 Thread Danny Schimke
How can I simulate changes in the network location and why does it not changed, but GPS changed? THX, -Danny Schimke 2010/12/14 ip332 iprile...@gmail.com Because there were no changes in the network location. On Dec 14, 7:40 am, Danny Schimke danny.schi...@googlemail.com wrote: Hi, I

Re: [android-developers] Re: LocationListener's onLocationChanged() is not called (geo fix)

2010-12-14 Thread Danny Schimke
Ah ok, I understand. So I'll use GPS indtead of network provider while I am developing the application. @ip332 Thank you very much! Maybe another question: how much differs the accurace of the gps to the network provider (maybe about in meters)? Thanks a lot! -Danny Schimke 2010/12/14 ip332

Re: [android-developers] Re: Best way to store data in database

2010-12-08 Thread Danny Schimke
16:56, Danny Schimke пишет: Hi, I have 2 textual inputs that I saved to database, furthermore I have a spinner with color selection. Color names and color values both stored in the application resources. I want to save a color in the database, but what is the best way to do

Re: [android-developers] Re: Best way to store data in database

2010-12-08 Thread Danny Schimke
the exception on the floor (without logging) is not the best way to debug =-O -- Kostya 08.12.2010 16:56, Danny Schimke пишет: What is not working? Any concrete exceptions in debug view? Like Dan says we need more information. Does a exception occur? -Danny 2010/12/8 DanH danhi...@ieee.org You

[android-developers] Best way to store data in database

2010-12-07 Thread Danny Schimke
and the user is able to add own colors to the application. I don't know what is the best way to store this. What are your experiences? Thank you very much! -Danny Schimke -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Best way to store data in database

2010-12-07 Thread Danny Schimke
into the database and then there is a problem... What do you think about a separate database table? Not good? Thank you! -Danny Schimke 2010/12/7 Kostya Vasilyev kmans...@gmail.com Danny, The values in R can change as you add and remove resources. I'd say store color names, or actual RGB

[android-developers] Customized Spinner and problems with its dropdown menu

2010-12-06 Thread Danny Schimke
a way to close the dropdown menu programatically. Does anybody have the same problem? Thanks a lot! -Danny Schimke -- 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

Re: [android-developers] Re: Customized Spinner and problems with its dropdown menu

2010-12-06 Thread Danny Schimke
is shown. Is there a way to use the default dropdown UI with radio buttons and fill it up with custom view elements on the left side? Thanks a lot! -Danny Schimke 2010/12/6 poohtbear eyaltg...@gmail.com That's a bit strange. According to the code of spinner: @Override public boolean

Re: [android-developers] Re: Customized Spinner and problems with its dropdown menu

2010-12-06 Thread Danny Schimke
confused at the moment why it does not work. If I replace the RadioButton with a TextView it works, but RadioButton or CheckBox does not work. It seems they corrupt the functionality of the item. Thank you for helping me! -Danny Schimke 2010/12/6 poohtbear eyaltg...@gmail.com i'm not sure regardin

Re: [android-developers] http proxy

2010-12-06 Thread Danny Schimke
. Instead use the IP address. Hope you'll get it ;-) -Danny Schimke 2010/12/6 Satya Prasad ksprasa...@gmail.com Try in the following way. setprop net.gprs.http-proxy http://10.201.51.54:8080 On Sat, Dec 4, 2010 at 8:13 PM, Seb sebastianthegreat...@gmail.comwrote: I'm trying to define

Re: [android-developers] Re: Customized Spinner and problems with its dropdown menu

2010-12-06 Thread Danny Schimke
tired and try this tomorrow. I'll give responses ;-) Thanks you for further help! -Danny Schimke 2010/12/6 Danny Schimke danny.schi...@googlemail.com Hey poohtbear, thank you very much, I am downloading the sources you prepared for version 2.2. Maybe I find out more... Can't estimate how long I

[android-developers] Re: Sending and reveiving mails in emulator

2010-07-13 Thread Danny Schimke
occurs. I think it could be a bug/issue that should be fixed... I don't know: should I give up or try to get it to work. But I think I've done my steps correct. I can't believe that this is my fault... Thank you very much! -Danny Schimke On Jul 12, 5:00 pm, Sean Hodges seanhodge

[android-developers] Re: Sending and reveiving mails in emulator

2010-07-12 Thread Danny Schimke
No idea? Thanks a lot! -Danny Schimke On Jul 9, 8:38 am, Danny Schimke danny.schi...@googlemail.com wrote: Hello, I configured my gmail account successfully in the emulator. My goal is to respond to incoming messages in the mail account from my own application - for example display

[android-developers] Re: Sending and reveiving mails in emulator

2010-07-12 Thread Danny Schimke
to configure via IMAP and give response ;-) Thanks, -Danny Schimke On Jul 12, 12:09 pm, Sean Hodges seanhodge...@googlemail.com wrote: I'll take that as a BUMP :) Have you seen this thread?http://www.mail-archive.com/android-port...@googlegroups.com/msg06255... How have you set up your

[android-developers] Re: Sending and reveiving mails in emulator

2010-07-12 Thread Danny Schimke
no solution for this or a similar issue... I tried using SDK 7 and 8! -Danny Schimke On Jul 12, 2:51 pm, Danny Schimke danny.schi...@googlemail.com wrote: Hi Sean, first: thank you for supporting me! Some information: In the Eclipse preferences and the Additional Emulator Command Line Options

[android-developers] Sending and reveiving mails in emulator

2010-07-09 Thread Danny Schimke
account, but it does not work, there are no conversations in the standard mail application. I can't send and reveive messages from inside the emulator. Why? Thank you very much! -Danny Schimke -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Gmail access from android application

2010-06-03 Thread Danny Schimke
in the web? Thank you very much! -Danny Schimke -- 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 to android-developers+unsubscr

[android-developers] How to check new Google- mails archived to labels

2010-05-27 Thread Danny Schimke
? Is there a way to check (with push) whether there are new mails in a label. I think the standard Gmail Android app could not do this!? Thank you very much! -Danny Schimke -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email