[android-developers] startService() runs the service in a seperate process?

2011-07-14 Thread prachi
Hi I have a doubt...I dont know why i am getting confused!!! I have a service in app A.Now my app B starts the service in app A. Does the service starts in the same process as app B or does it run in the different process?Assuming app A is jst installed and not runnning. My next question is

Re: [android-developers] Program to generate MD5 hash for apk

2011-07-14 Thread Rashmi
Check if the hash value you have/received is the same as the one you calculated using the actual file. Value you have/received - which value is this. Please explain me in detail, what are the two values to be compared and how to get those two values . Thanks, -- You received this

[android-developers] android:layout_above does not work while android:layout_below does

2011-07-14 Thread Shri
I see a red rectangle above a blue rectangle with this layout using layout_below on the lower blue rectangle. ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=match_parent android:layout_height=match_parent View

Re: [android-developers] Program to generate MD5 hash for apk

2011-07-14 Thread Nikolay Elenkov
On Thu, Jul 14, 2011 at 3:08 PM, Rashmi rashmi@gmail.com wrote: Check if the hash value you have/received is the same as the one you calculated using the actual file. Value you have/received - which value is this. What are you trying to do? To validate a file you need know the hash in

Re: [android-developers] Dialog boxes

2011-07-14 Thread TreKing
On Wed, Jul 13, 2011 at 10:53 PM, kypriakos demet...@ece.neu.edu wrote: For example, if I want to notify the user of an operation that a background process is about to perform and ask his/hers permission while blocking that process, would that be possible? No. You would wait for the user

Re: [android-developers] question about ExpandableListView and a large string array

2011-07-14 Thread TreKing
On Wed, Jul 13, 2011 at 6:16 PM, Jim Graham spooky1...@gmail.com wrote: I have a string array containing, at present, 286 entries, all of which have matching entries (same int index in the other arrays) that contain data relative to the first. In other words, position 1 in the first, has

[android-developers] How to fill Android system Internal Memory

2011-07-14 Thread Hareef
Hi, In Android, any tool is available to fill the Internal and External Memory? Thanks Hareef -- 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

Re: [android-developers] Using GSM Cell Location?

2011-07-14 Thread Filip Havlicek
Hi, did you mean this? http://developer.android.com/reference/android/location/LocationManager.html#NETWORK_PROVIDER Best regards, Filip Havlicek 2011/7/13 DanielSchH dan...@schmitz-huebsch.net Hello, I´m working on a app which needs a location. I ran into some problems, that there are

[android-developers] Re: ANDROID_ID always null on devices

2011-07-14 Thread gjs
Hi, Here's the thread you're looking for ... http://android-developers.blogspot.com/2011/03/identifying-app-installations.html Regards On Jul 14, 12:58 pm, Shereef Marzouk shee...@gmail.com wrote: the whole idea behind using the Android_ID is not having to set a permission read phone state

[android-developers] Android - System Startup

2011-07-14 Thread Hareef
Hi, In android, the system startup in the order of 1 . Boot Loader, 2. Kernal, 3. Init, 4. Zygote, 5. System Server, 6. Activity Manager, 7. Launcher. I want to know in which order, the android system will start up the application services?? Thanks Hareef -- You received this message

[android-developers] AppXplore

2011-07-14 Thread Johan Abramsson
Hi Developers, Some time ago Sony Ericsson has released a utility tool called AppXplore on Android market. It is to be used by advanced users that wants to have a look inside their android phones and check what the apps they have installed can do to the phone with regards to permissions etc, and

[android-developers] ScrollView focus problem

2011-07-14 Thread Zsombor
I have a quite large form, with a bunch of EditText elements, inside a ScrollView. It works as intended when I scroll directly (not flinging) with the ScrollView. But when I fling it, as soon as my finger leaves the screen's surface, the ScrollView forces an EditText (or a focusable element) to

Re: [android-developers] Program to generate MD5 hash for apk

2011-07-14 Thread Rashmi
Thank you. I got it cleared. Some how I need get the MD5 hash of the apk and then generate hash for apk for comparing. -- 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

[android-developers] Maximum Size of APK File

2011-07-14 Thread Perumss Naren
Hi, Any one know what is the *Maximum Size of APK File* Regards, Perumal.N -- 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,

[android-developers] issue in xml parsing

2011-07-14 Thread vani reddy
Hi , How to check if a particular tag exists under a sub tag in the xml using sax parsing in android for the below link. http://magazine.ateemo.com/magazines/by_publisher/2 In the xml response, there is magazine tag under first category tag , and the other category tags dont have magazine tag

[android-developers] Re: strange camera preview image buffer wrapping problem

2011-07-14 Thread gjs
Hi, has anyone reported this issue before? anything that I should do to correct this? Not sure, but try setting the preview size to one of the supported sizes for the device - query the Camera parameters to find out. Camera Preview sizes are not always the same size as the display screen.

Re: [android-developers] issue in xml parsing

2011-07-14 Thread Filip Havlicek
Hello, what is really your goal? To check if the magazine tag is there (ie if it is a subtag of the first category tag) or to actually parse the XML? Best regards, Filip Havlicek 2011/7/14 vani reddy vani.reddy.bl...@gmail.com Hi , How to check if a particular tag exists under a sub tag in

[android-developers] Re: Unknown Camera-GPS Issue

2011-07-14 Thread gjs
Hi, I'd suggest polling http://developer.android.com/reference/android/location/LocationManager.html#getLastKnownLocation(java.lang.String) to see if it receiving any updates - the timestamp shows how old the last fix was. Also try using a NEMA listener as well (if possible - it is not working on

Re: [android-developers] question about ExpandableListView and a large string array

2011-07-14 Thread Jim Graham
On Thu, Jul 14, 2011 at 01:53:17AM -0500, TreKing wrote: On Wed, Jul 13, 2011 at 6:16 PM, Jim Graham spooky1...@gmail.com wrote: First, I think that's asking for trouble. If this data is related it should be in some common object or structure. I started off heading that way, using SQLite. I

Re: [android-developers] issue in xml parsing

2011-07-14 Thread vani reddy
Hi Filip, I am very much comfortable with parsing xml..I want to check if the magazine tag is there (ie if it is a subtag of the first category tag)... On Thu, Jul 14, 2011 at 1:15 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: Hello, what is really your goal? To check if the magazine tag

Re: [android-developers] issue in xml parsing

2011-07-14 Thread Filip Havlicek
Hi, if you are bound to the SAX parser and you know the XML is valid, you can just check for the magazine tag in the startElement method and stop the parsing if found with positive result and check for the category tag in the endElement method and stop the parsing if found with negative result.

[android-developers] Re: startService() runs the service in a seperate process?

2011-07-14 Thread kamiseq
services are running in different process, you can bind to it so any activity could exchange data with it. start service just starts service hope that helped -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] question about ExpandableListView and a large string array

2011-07-14 Thread Kostya Vasilyev
As far as ExpandableListView data structures - well, there aren't any. As usual, the mapping between the data and the view is done with an adapter - an ExpandableListAdapter or subclass. http://developer.android.com/reference/android/widget/ExpandableListAdapter.html It has to implement a

[android-developers] Re: How to know what internal process runs an application

2011-07-14 Thread rich friedel
I am an Android advanced developer and I have a good reason to spawn a new process. Awesome so you should know all there is to know about how Android uses processes :) not sure why you came here then??? Do I really need to dig more in the Android source code? Yeah with your shitty

Re: [android-developers] Re: alert dialog with refreshable listview

2011-07-14 Thread Kostya Vasilyev
The mapping presumably exists in your data structures - where you can get an item by its position (available via DialogInterface.OnClickListener), then look up its id. -- Kostya 14.07.2011 1:33, kamiseq пишет: OK but still I cannot use the default adapter as I need map selected item index to

[android-developers] monkeyrunner script for scroll and touch

2011-07-14 Thread frank
Hi , I am writing monkeyrunner script to scroll screen, touch on specific menu item, long touch on an item. The script should haveonly touch operations as I am working with only touch enabled device(NO keypad, Full touch device). I came across one utility called androidlib.py which provides

[android-developers] Re: Strange behavior when launching app from Market

2011-07-14 Thread Alan Jeon
Market app seems to be using getLaunchIntentForPackage from PackageManaer. You need to add activity that have CATEGORY_INFO to handle launch from market notification. :) Check reference from

Re: [android-developers] Re: Honeycomb: Isochronous endpoint type (currently not supported), When?

2011-07-14 Thread Mark Murphy
u, Jul 14, 2011 at 1:13 AM, Devomat mo...@2aba.de wrote: Anyone?  Anywhere? I need it for an USB Audio Device :) Google does not announce stuff like this in advance. You find out when we all find out, if and when it ships. On 8 Jul., 23:27, Devomat mo...@2aba.de wrote: Hello, I need the

Re: [android-developers] Android - System Startup

2011-07-14 Thread Mark Murphy
Questions regarding the firmware should be asked on a discussion list related to the firmware. See the Community tab on http://source.android.com On Thu, Jul 14, 2011 at 3:12 AM, Hareef toar...@gmail.com wrote: Hi, In android, the system startup in the order of  1 .  Boot Loader,  2. Kernal,  

Re: [android-developers] Maximum Size of APK File

2011-07-14 Thread Mark Murphy
For distribution on the Android Market, 50MB, IIRC. On Thu, Jul 14, 2011 at 3:27 AM, Perumss Naren peru2...@gmail.com wrote: Hi,     Any one know what is the Maximum Size of APK File Regards, Perumal.N -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Maximum Size of APK File

2011-07-14 Thread Perumss Naren
Hi Mark Murphy, Thanks for your time and for the information. Regards, Perumal.N On Thu, Jul 14, 2011 at 3:44 PM, Mark Murphy mmur...@commonsware.comwrote: For distribution on the Android Market, 50MB, IIRC. On Thu, Jul 14, 2011 at 3:27 AM, Perumss Naren peru2...@gmail.com

[android-developers] Parsing issue

2011-07-14 Thread vani reddy
Hi friends, When i am parsing the xml from the attached file and printing the image urls in the log.below is the log: The second imageurl is only half printed. IMAGE URL http://magazine.ateemo.com/uploads/issue_images/1/10-1.jpg?1307133081 IMAGE URL http://magazine.ateemo. IMAGE URL

Re: [android-developers] Re: NFC Secure Element

2011-07-14 Thread Fernando Miguélez Palomo
Have somebody activate the Card Emulation with UICC? Yes. I tryed it, with SmartMX SE it was no problem Card Emulation was running. When I tried the ID of my UICC in the Method doSelectSecureElement from NFC Service, then the Card Emulation was not running, Reader dont detect a

[android-developers] Re: web view

2011-07-14 Thread Ahmed Shoeib
how i can download it by myself do you mean after invoking intent to open this pdf/doc i will save it on device ??? or what ? thaks for reply On Jul 11, 9:36 pm, Kumar Bibek coomar@gmail.com wrote: WebView cannot render doc/pdf. You should be launching intents when someone hits those

[android-developers] Fwd: Parsing issue

2011-07-14 Thread vani reddy
-- Forwarded message -- From: vani reddy vani.reddy.bl...@gmail.com Date: Thu, Jul 14, 2011 at 4:14 PM Subject: Parsing issue To: android-developers@googlegroups.com Hi friends, When i am parsing the xml from the attached file and printing the image urls in the log.below is the

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread Filip Havlicek
You probably have some error in your code. 2011/7/14 vani reddy vani.reddy.bl...@gmail.com -- Forwarded message -- From: vani reddy vani.reddy.bl...@gmail.com Date: Thu, Jul 14, 2011 at 4:14 PM Subject: Parsing issue To: android-developers@googlegroups.com Hi friends,

[android-developers] google map not display

2011-07-14 Thread arun kumar
Hello all, I want to develop one application. ie using google map want to display current location. i register google map api key properly and run exact coding but in emulator its display only squares in emulator and device. anybody please help me!!! thanks in advance manifest file ?xml

Re: [android-developers] google map not display

2011-07-14 Thread nageswara rao rajana
Hi, try this http://mobiforge.com/developing/story/using-google-maps-android -- 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,

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread vani reddy
Hi, The same code is working fine on android emulator but its not working on the device.. On Thu, Jul 14, 2011 at 4:23 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: You probably have some error in your code. 2011/7/14 vani reddy vani.reddy.bl...@gmail.com -- Forwarded message

[android-developers] why sysfs interface of RTC is not working on android?

2011-07-14 Thread rao
Hi, I'm trying to set alarm on my development board with honeycomb. root@...# ./adb shell echo /sys/class/rtc/rtc0/wakealarm root@...# ./adb shell echo +20 /sys/class/rtc/rtc0/wakealarm root@...# ./adb shell echo standby /sys/power/state However, am not seeing any alarm getting set either

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread Filip Havlicek
Can't help unless you show the code. 2011/7/14 vani reddy vani.reddy.bl...@gmail.com Hi, The same code is working fine on android emulator but its not working on the device.. On Thu, Jul 14, 2011 at 4:23 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: You probably have some error in

Re: [android-developers] google map not display

2011-07-14 Thread arun kumar
hello i refer this web site also. but its not working. in log cat couldn't get connection factory client error will occur what can i do ? please help me? On Thu, Jul 14, 2011 at 4:29 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi, try this

[android-developers] Re: alert dialog with refreshable listview

2011-07-14 Thread kamiseq
heh, ok, but first you need to get array(list) of Element objects from db with ids) then rewrite it to array of CharSequence and when user clicks on item search for Eleement object in first list. this should be far easier ;] thanks for answers! -- You received this message because you are

Re: [android-developers] google map not display

2011-07-14 Thread nageswara rao rajana
Did you follow each and every step along with Google Map key. -- 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

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread arun kumar
hello vani ithink that picture got corrupted otherwise change the picture extension like png to jpg or jpg to png. then it works fine On Thu, Jul 14, 2011 at 4:49 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: Can't help unless you show the code. 2011/7/14 vani reddy

Re: [android-developers] google map not display

2011-07-14 Thread arun kumar
yes i follow step by step but its not working On Thu, Jul 14, 2011 at 4:56 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: Did you follow each and every step along with Google Map key. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] google map not display

2011-07-14 Thread nageswara rao rajana
On what api level are you working, and tell me your target avd. -- 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

Re: [android-developers] why sysfs interface of RTC is not working on android?

2011-07-14 Thread Mark Murphy
Questions regarding the firmware are best asked on a list that actually pertains to the firmware. Visit http://source.android.com and click on the Community tab. On Thu, Jul 14, 2011 at 7:11 AM, rao venubyravar...@gmail.com wrote: Hi, I'm trying to set alarm on my development board with

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread vani reddy
Hi Arun, Its not the picture its the image_url i.e a string value.. On Thu, Jul 14, 2011 at 4:57 PM, arun kumar hariarun2...@gmail.com wrote: hello vani ithink that picture got corrupted otherwise change the picture extension like png to jpg or jpg to png. then it works fine On Thu, Jul

Re: [android-developers] google map not display

2011-07-14 Thread Mark Murphy
On Thu, Jul 14, 2011 at 7:28 AM, arun kumar hariarun2...@gmail.com wrote: yes i follow step by step but its not working My guess is that your emulator or device does not have Internet access. If this is the emulator, you will probably see that you have zero bars of signal strength. Try

[android-developers] Need Help regrading sound meter

2011-07-14 Thread Amritesh
Hello Guys, I need help seriously as I am in middle of this app. and I am stuck at this point. I am making an application which will play songs from phone and also it has four tracks which allows user to record and play that vocal records exactly at the time vocals has been recorded while

[android-developers] Re: audio output level?

2011-07-14 Thread Amritesh
Hey did u get any solution I need the same thing . Plz post if you have the solution. On May 22, 2:43 am, cjl cjl...@gmail.com wrote: Is there a way to determine the audio output level of a currently playing sound? I found examples of getmaxamplitude when recording from the microphone, but

Re: [android-developers] Re: alert dialog with refreshable listview

2011-07-14 Thread Kostya Vasilyev
Use your own adapter then: AlertDialog.Builder.setAdapter And get the elements directly from a Cursor, or from any other data structure. -- Kostya 14.07.2011 15:25, kamiseq пишет: heh, ok, but first you need to get array(list) of Element objects from db with ids) then rewrite it to array

[android-developers] Re: NFC Secure Element

2011-07-14 Thread Michael Roland
Hallo, Do you mean you could enable card emulation mode from UICC? Could you read the contents of a smartcard through an external reader and also from an android application? Yes, I managed to enable card emulation mode with a SWP-UICC as secure element. As the NFC controller allows only

Re: [android-developers] MMS on Network

2011-07-14 Thread A N K ! T
Any one.. On Wed, Jul 13, 2011 at 12:24 PM, A N K ! T ankit.awasth...@gmail.comwrote: Thanks Kirubakaran, I have tried that. i dont want to open dialog of available apps. i Just want to send it through Messaging Client. any clue? On Tue, Jul 12, 2011 at 3:02 PM, kirubakaran S

Re: [android-developers] google map not display

2011-07-14 Thread Raghav Sood
Are you sure the api key for Google maps corresponds with whatever certificate you are currently signing your app with? If the key does not match the map tiles won't be displayed. On Thu, Jul 14, 2011 at 5:03 PM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Jul 14, 2011 at 7:28 AM, arun

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread Filip Havlicek
Add || localName.equalsIgnoreCase(image_url) to the other image_url condition, otherwise works fine for me. 2011/7/14 vani reddy vani.reddy.bl...@gmail.com Hi Arun, Its not the picture its the image_url i.e a string value.. On Thu, Jul 14, 2011 at 4:57 PM, arun kumar

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread vani reddy
Hi Filip, Did you mean to do this, if(qName.equalsIgnoreCase(image_url) || localName.equalsIgnoreCase(image_url)); { System.out.println(IMAGE URL :: +currentValue); } in the endElement method?? For me its not working on the device.Did u try running

[android-developers] Add custom effects to Android Camera

2011-07-14 Thread Shashank
Hi, Android provides MediaRecorder Class for Video Recording use case. It also provides a dedicated Camera class to configure video capture. This Camera class by default provides a huge list of color filters and effects. By appropriately setting the Camera parameters one can do video recording

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread Filip Havlicek
Yes, works fine on the device. Try to put those two lines in the beginning of your characters(...) method String chars = new String(ch, start, length).trim(); if (chars.equals()) return; 2011/7/14 vani reddy vani.reddy.bl...@gmail.com Hi Filip, Did you mean to do this,

[android-developers] What is this soc.io mall thing?

2011-07-14 Thread Jim Graham
I just got an e-mail (spam?) from something called soc.io mall. Does anyone know if this is legit? Spam? Later, --jim -- 73 DE N5IAL (/4)MiSTie #49997 Running FreeBSD 7.0 spooky1...@gmail.comICBM/Hurr.: 30.44406N 86.59909W Point Lobos Photography Set

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread vani reddy
Hi Filip, I tried implementing what u said ,bu its not working..Can u please send me the MyXMLHandler.java file? On Thu, Jul 14, 2011 at 6:32 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: Yes, works fine on the device. Try to put those two lines in the beginning of your characters(...)

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread Filip Havlicek
http://pastebin.com/iBhZNwu8 2011/7/14 vani reddy vani.reddy.bl...@gmail.com Hi Filip, I tried implementing what u said ,bu its not working..Can u please send me the MyXMLHandler.java file? On Thu, Jul 14, 2011 at 6:32 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: Yes, works fine

Re: [android-developers] How to fill Android system Internal Memory

2011-07-14 Thread Fred Niggle
Why do you want to do that? On 14/07/2011, Hareef toar...@gmail.com wrote: Hi, In Android, any tool is available to fill the Internal and External Memory? Thanks Hareef -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] android:layout_above does not work while android:layout_below does

2011-07-14 Thread Jenus Dong
fill_parent replace match_parent,try it. targetsdkversion is 3? 在 2011-7-14 下午2:33,Shri shri.bo...@gmail.com写道: I see a red rectangle above a blue rectangle with this layout using layout_below on the lower blue rectangle. ?xml version=1.0 encoding=utf-8? RelativeLayout

[android-developers] Re: What is this soc.io mall thing?

2011-07-14 Thread Streets Of Boston
Got the same. They may be somewhat legit, but their e-mails sure look spammish. -- 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

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread Filip Havlicek
http://i51.tinypic.com/2yorh95.png 2011/7/14 vani reddy vani.reddy.bl...@gmail.com hi Filip, Find the attched screenshot when i run your code from the link u gave On Thu, Jul 14, 2011 at 7:02 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: http://pastebin.com/iBhZNwu8 2011/7/14

[android-developers] Re: NFC Secure Element

2011-07-14 Thread Fernando Miguélez
Interesting. Did you get it tweaking the code by yourself as described above or you used SEEK patches? I am currently trying to get some results myself but I am new to Android platform development and I am a little bit lost. 2011/7/14 Michael Roland mi.rol...@gmail.com Hallo, Do you mean

[android-developers] Re: App behaves wired after the task is killed by a TaskKiller

2011-07-14 Thread dillipk
Thank you for the replies.. I understand that, my app no way can listen to any event when , killed by a task killer. But, WHY my app behaves weird when it restarts from that point? As I mentioned - instead of starting the App gracefully(by starting the first screen which is a splash screen),

Re: [android-developers] Re: App behaves wired after the task is killed by a TaskKiller

2011-07-14 Thread Raghav Sood
Save all your data in onDestroy() and read it in onCreate. That way your data will be saved when the app is destroyed and you can recover it in onCreate(). On Thu, Jul 14, 2011 at 7:42 PM, dillipk codersnet2...@gmail.com wrote: Thank you for the replies.. I understand that, my app no way can

Re: [android-developers] Re: App behaves wired after the task is killed by a TaskKiller

2011-07-14 Thread Kostya Vasilyev
onDestroy doesn't get called when the process is killed. As for why the app is acting strange - how about debugging it? Use Debug.waitForDebugger somewhere in your code to find out what your code does after the restart as a new process. -- Kostya 14.07.2011 18:25, Raghav Sood пишет: Save

[android-developers] Activity finish() not working properly

2011-07-14 Thread Jalal
Dear Android Community, I'm having a strage problem and have no idea what might be wrong. I have an option menu in an Activity, let's call it A, in which one of the options needs to start a new Activity, B, and close A. The problem is that the caller activity, B, is not closing. Instead Activity

[android-developers] The TabWidget Issue

2011-07-14 Thread Giorgio Torres
Hey guys, I'm facing some troubles with trying to solve the TabWidget issue. I hope one of you who has already faced the same problem could help me! Thank you. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: What is this soc.io mall thing?

2011-07-14 Thread Tancho
It's a Proprietary Market solution, from what I can see. I just got the same mail and probably from some of the mailing lists I am part of... It doesn't look like spam, since it is only a single mail.. The app itself is a developer oriented market, provides selling apps using CC sales and PayPal.

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread Filip Havlicek
The XML is downloaded as a whole before initiating the SAX parser so this shouldn't be the case. I just suspect vani's device is somehow broken since the code works for me in emulator/on device and for vani in emulator but not on device. 2011/7/14 Kostya Vasilyev kmans...@gmail.com ** If

[android-developers] Re: The TabWidget Issue

2011-07-14 Thread Corey Z
A description of the issue would help. -- 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] Re: alert dialog with refreshable listview

2011-07-14 Thread kamiseq
ok, that could be perferct but maybe I ll say something stupid. If I write my custom adapter I have to pass row layout to it? right or can I somhow avoid that and use the one builder is using??? ;-) -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: alert dialog with refreshable listview

2011-07-14 Thread Kostya Vasilyev
Your adapter (any adapter, really) should have a getView method, where you can inflate any layout from a resource. 14.07.2011 19:28, kamiseq пишет: ok, that could be perferct but maybe I ll say something stupid. If I write my custom adapter I have to pass row layout to it? right or can I

Re: [android-developers] Activity finish() not working properly

2011-07-14 Thread Kostya Vasilyev
I'm thinking that activity B crashes somewhere in onCreate / onStart / onResume, and Android restarts the last known good activity A. Check the logcat for crash messages. -- Kostya 14.07.2011 18:46, Jalal пишет: Dear Android Community, I'm having a strage problem and have no idea what might

[android-developers] Re: alert dialog with refreshable listview

2011-07-14 Thread kamiseq
ok I just thought there is another way, thanks! -- 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] Galaxy SII Mail App - Bugs

2011-07-14 Thread Brill Pappin
We're seeing some problem with the Galaxy S/SII native mail app. It seems their email content input field turns off word suggestions in one of our keyboards for some silly reason. - Does anyone know how we can submit a bug report to Samsung for the app? - Does anyone know what IME options are

[android-developers] Re: Latin IME Keyboard

2011-07-14 Thread Brill Pappin
Don't forget your working with a limited amount of memory. Even if the phone happens to have tones of it, it still has to share with the rest of the phone. We distribute two different IME's and we found that out maximum reasonable dictionary size was about 100k+ for words simply loaded into

Re: [android-developers] Re: The TabWidget Issue

2011-07-14 Thread Giorgio Torres
Sorry, I thought that it was a known problem! It happens when we define a TabWidget inside a TabHost in an xml layout file, it finds a null pointer exception saying that the TabWidget class was not found! I've tryied some solutions i found over de internet, but none was helpfull. It is a bug of

Re: [android-developers] Re: The TabWidget Issue

2011-07-14 Thread Mark Murphy
Here is a sample project demonstrating the use of a TabWidget: https://github.com/commonsguy/cw-android/tree/master/Fancy/Tab It works fine. On Thu, Jul 14, 2011 at 12:39 PM, Giorgio Torres giorgio.tor...@yahoo.comwrote: Sorry, I thought that it was a known problem! It happens when we define

Re: [android-developers] Galaxy SII Mail App - Bugs

2011-07-14 Thread Mark Murphy
On Thu, Jul 14, 2011 at 12:19 PM, Brill Pappin bpap...@sixgreen.com wrote: We're seeing some problem with the Galaxy S/SII native mail app. It seems their email content input field turns off word suggestions in one of our keyboards for some silly reason. - Does anyone know how we can submit a

[android-developers] qHD layouts?

2011-07-14 Thread Greg Donald
What do I need to name my layout folders to get a qHD device to notice them? I have tried layout-large and layout-large-port but the device refuses to use them and still uses my layouts from my layout and layout-port folders. The device I am working with is the EVO 3D. The resolution is

Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-14 Thread rich friedel
@Mark Murphy Second, since the MESSAGING App did not send the SMS, it should not show up as an outbound message, any more than sending email through a Yahoo Mail account should show up as an outbound message in Gmail. I don't believe that your analogy fits with the SMS/MMS content provider

Re: [android-developers] qHD layouts?

2011-07-14 Thread Dianne Hackborn
There is no such thing as a qHD layout. Just write your layout to adjust to the screen size using layout managers and such. Worth saying again: do not target specific screen sizes. You will be continually unhappy. On Thu, Jul 14, 2011 at 9:59 AM, Greg Donald gdon...@gmail.com wrote: What do

Re: [android-developers] Re: How to know what internal process runs an application

2011-07-14 Thread Dianne Hackborn
Sorry, there is no way to know. Processes are basically anonymous containers in which to run code. If you are needing to distinguish them, you have a problem in your design. On Tue, Jul 12, 2011 at 1:43 AM, elDoudou the.edouard.merc...@gmail.comwrote: Hello Doug and thank you. The process

Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-14 Thread Mark Murphy
On Thu, Jul 14, 2011 at 1:28 PM, rich friedel rich.frie...@gmail.com wrote: This is exactly how SMS/MMS works. You have one phone number, all incoming and outgoing messages are normally handled via the stock messaging application. If you install a third-party application all the messages still

Re: [android-developers] Re: startService() runs the service in a seperate process?

2011-07-14 Thread Dianne Hackborn
No that is absolutely not true. Services run in the same process as other components (unless you explicitly change this with android:process). Services run in the same THREAD as your other components. All of this is documented here:

Re: [android-developers] How come extending ListActivity results in a crash

2011-07-14 Thread Dianne Hackborn
It's because you have a bug in your code. You should consider debugging it. :) On Wed, Jul 13, 2011 at 2:54 PM, Steven Bruce stevebruc...@gmail.comwrote: I have changed my Bluetooth class from extends Activity to extends ListActivity. Now everytime I run the program BOOM!! It bombs out!

[android-developers] Google Calendar APIs for the android

2011-07-14 Thread sabanim
I want in webview to push a button on my webpage and add an event to the google calendar on the android phone. Trouble is I get pointed to Google Calendar APIs webpage and it has no examples or tutorials on this. I learn by example and cannot translate this to the android. I need an example or

Re: [android-developers] Re: startService() runs the service in a seperate process?

2011-07-14 Thread Mark Murphy
On Thu, Jul 14, 2011 at 2:07 PM, Dianne Hackborn hack...@android.com wrote: A Service is not a separate process. The Service object itself does not imply it is running in its own process; unless otherwise specified, it runs in the same process as the application it is part of. A Service is not 

Re: [android-developers] qHD layouts?

2011-07-14 Thread Greg Donald
I'm not targeting anything, I'm trying to fix my app. I'm trying to get my app that looks great on Droid, Evo, and Hero to also look great on Evo 3D. The specs say Evo 3G has qHD resolution, for whatever that's worth. How do I make it not have huge black borders? My layout uses fill_parent in

[android-developers] automate testing of flash games

2011-07-14 Thread rahul jain
How to automate testing of flash games on android ? -- 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

Re: [android-developers] Google Calendar APIs for the android

2011-07-14 Thread TreKing
On Thu, Jul 14, 2011 at 1:13 PM, sabanim rickd...@gmail.com wrote: I want in webview to push a button on my webpage and add an event to the google calendar on the android phone. Trouble is I get pointed to Google Calendar APIs webpage and it has no examples or tutorials on this. This is no

Re: [android-developers] Google Calendar APIs for the android

2011-07-14 Thread Mark Murphy
On Thu, Jul 14, 2011 at 2:13 PM, sabanim rickd...@gmail.com wrote: I want in webview to push a button on my webpage and add an event to the google calendar on the android phone. Trouble is I get pointed to Google Calendar APIs webpage and it has no examples or tutorials on this. Sure it does.

Re: [android-developers] automate testing of flash games

2011-07-14 Thread TreKing
On Thu, Jul 14, 2011 at 1:17 PM, rahul jain jainwolver...@gmail.com wrote: How to automate testing of flash games on android ? Write test scripts that test flash games on android. - TreKing

[android-developers] Android market search sucks

2011-07-14 Thread Leo
This android market overhaul sucks and has taken a turn to the worse. Lot of junk apps are getting boosted over legit apps. I am going to shift to iOS for a year until Google gets its act together. If you want to know what I am talking about. Search for pool in android market. You will see

  1   2   3   >