[android-developers] update spinner in tab

2011-08-03 Thread Dev_red
hi i am having two tabs tab1 and tab2. the tab2 spinner dropdown list should get update when i click on tab1 button. -- 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] Strange service unbind behavior

2011-08-03 Thread bburd
I've created a REALLY simple service and a really simple client. But, I see some strange behavior. After I call unbindService and the service's onDestroy method is called (as evidenced by a log message or toast), I can still query the service. 1. When the service and client are bound, I can't

[android-developers] How to make icon of app on desktop? Problems with WebView

2011-08-03 Thread Vladimir Svydenko
Hi, guys! In my app I have one activity with WebView. When I push Home button and then click on icon my app -- web page do not reload - it is good. But in code I create icon manually: private void createIcon(int iconId){ final Intent shortcutIntent = new

Re: [android-developers] Re: Detect a NFC tag removal

2011-08-03 Thread suneel kumar
Dear all, I required ADB drivers for Samsung Google Nexus S mobile. Please provide the link or send the attachment. thanks suneel On Tue, Aug 2, 2011 at 11:01 PM, JIG ji.gonzalezv...@gmail.com wrote: Thanks Android user i used that code and it was work! On Aug 2, 11:46 am, android

[android-developers] Socket Programming

2011-08-03 Thread Perumss Naren
Hi, I have a task that need to make a udp Socket connection to find the printer device which connected in the socket can any one help how to start. Thanks in Advance!! -- Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: AudioTrack: changing audio while playing

2011-08-03 Thread Doug
You probably just need to google for libraries that process PCM data to apply effects. What you're asking is not specific to Android, since AudioTrack and AudioRecord just deal with raw PCM data. Doug On Aug 2, 6:17 am, nicoletto nicobales...@gmail.com wrote: Hi there, I've spent days already

[android-developers] Android -- the forgotten real fragmentation

2011-08-03 Thread Zsolt Vasvari
There is a lot of FUD about Android fragmenation. The vast majority of the issue mentioned can be dealt with with properly following the guidelines, but there is one issue that I don't know how to deal with: This forgotten issue is the SQLite versioning problem. For example, if the user moves

[android-developers] How to know unique identifier/signature of SD/memory card in Android?

2011-08-03 Thread Durg
Looking for the way to find the unique identifier/signature of and SD/ memory card (generally a unique string of 11 characters has been assigned to each memory card) in Android programmatically. Please help me by giving some tips/suggestions to get the same. Thanks, Durg. -- You received this

[android-developers] JSONObject and JSONArray retrieve data

2011-08-03 Thread Droid
If anyone is having problems getting JSON contents back (it does work but needs careful coding) I have blogged it: http://rodsit.wordpress.com/2011/08/03/jsonarray-and-jsonobject-android/ To all those stuck like I was, hope it helps. :) -- You received this message because you are subscribed

[android-developers] Re: How to get web data into TextViews?

2011-08-03 Thread Droid
cool endyk, thanks. On Jul 28, 8:26 am, endyk nit...@gmail.com wrote: hello Droid, you can use this method to get return string from server     private InputStream OpenHttpConnection(String urlString)     throws IOException     {         InputStream in = null;         int response = -1;

[android-developers] Re: ocr implementation with android

2011-08-03 Thread ko5tik
We have open source solution which is pure java and used in android applications: http://sourceforge.net/projects/javaocr/ One published example: https://market.android.com/details?id=de.pribluda.android.ocrcall Project includes android demo and is actively developed - contributions welcome

[android-developers] Re: How to use Camera setPreviewCallback listener?

2011-08-03 Thread TurboMan
Thanks, The point is how to capture the camera view not how to transfer the camera view. Regards TM -- 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

[android-developers] Re: Converting to xlarge layouts

2011-08-03 Thread Neilz
I guess I'll need to view the app on a proper tablet to really see what it looks like. On the subject of developing for Tablets... Am I correct in assuming that if I want an app that is developed for Tablets using Fragments etc, that this has to be a separate app to one designed for standard

Re: [android-developers] Re: Converting to xlarge layouts

2011-08-03 Thread b . ampwera
Hello Neilz, For some reason, I will thought that you can create different main.xml's for different devices and locales, so you would have the same application logic but different UI layouts. -Original Message- From: Neilz neilhorn...@gmail.com Sender:

Re: [android-developers] Maths App

2011-08-03 Thread Gaurav Agarwal
Hi An app which throws out mathematics problem to user may be useful to all variety of students but the problem in all maths problem you need some rough space like a scribbling pad to reach to a solution. I figured out FingerPaint may be a solution but that limits space but scrolling cannot be

[android-developers] Re: Converting to xlarge layouts

2011-08-03 Thread Neilz
That's what I had hoped - but I'm yet to find an example that codes for both types? On Aug 3, 9:50 am, b.ampw...@gmail.com wrote: Hello Neilz, For some reason, I will thought that you can create different main.xml's for different devices and locales, so you would have the same application

[android-developers] Re: DategramSocket.receive returns after a long time

2011-08-03 Thread Heidi Zhou Nolan
Thank you for the reply. so is it a device specific bug? I can reproduce this problem on many kinds Android phones, like HTC NextusOne, HTC Desire Z, HTC Legend. However, I don't have such problem with HTC Sensation and Samsang. I did a roughly search and didn't see any report on the similar

[android-developers] List out all the available widget ui components name dynamically.

2011-08-03 Thread kums
Hi All, I want to display, what are the available components in a list view dynamically from the package android.widget for android device. That means i want to list out all the class names available in android.widget package at runtime. Is there any API available to read all the

[android-developers] htc wildfire S oem adb usb driver

2011-08-03 Thread crem
Hi, WHERE can i find and how can i install the adb usb driver for the HTC wildfire S phone, so that i can use it as a developer device? I searched the htc-website, but couldn't find any adb drivers :/ greets -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-03 Thread rickrvo
thx! but where can I find envsetup.sh? it's not on my android's ndk nor sdk folders and can't find it on the android openssl package... :| On 3 Ago, 06:41, Mike darksk...@gmail.com wrote: You get them from envsetup. Sh -- You received this message because you are subscribed to the Google

[android-developers] AlarmManager and Service

2011-08-03 Thread kirti waykole
hello friends, I am new in android . I want to design a Wake-up Alarm . In this i design page in that we can set Alarm time and date. all data is sotred in database. but when i set calender to particular date it wont work. Please help me i don't understand where i am going wrong. this is my

[android-developers] Re: App Widget stops responding to input after all instances are removed and another added

2011-08-03 Thread Ash McConnell
I'm not sure if I made a mistake when I posted this, but it's currently only receiving .BATTERY_CHANGED events despite being registered for these events: - action android:name=android.appwidget.action.APPWIDGET_UPDATE / action android:name=android.bluetooth.adapter.action.STATE_CHANGED / action

Re: [android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-03 Thread Nikolay Elenkov
On Wed, Aug 3, 2011 at 6:57 PM, rickrvo rick...@hotmail.com wrote: thx! but where can I find envsetup.sh? it's not on my android's ndk nor sdk folders and can't find it on the android openssl package... :| This is out of the scope of this list. Try asking on android-building or

Re: [android-developers] Android -- the forgotten real fragmentation

2011-08-03 Thread Nikolay Elenkov
On Wed, Aug 3, 2011 at 3:53 PM, Zsolt Vasvari zvasv...@gmail.com wrote: For example, if the user moves to a phone with an older version of Android, I can support that older version of the platform just fine, but the user is Sh*t-out-of-Luck trying to move their database over and they cannot

[android-developers] Re: ocr implementation with android

2011-08-03 Thread blindfold
Hi Nikolay, Do you have plans to sell the ABBYY Mobile OCR Engine via the Android Market as part of a light-weight wrapper app? I have no plans to use the ABBYY Mobile OCR Engine commercially, but would be interested in launching an OCR app based on the ABBYY Mobile OCR Engine from within my own

Re: [android-developers] Android -- the forgotten real fragmentation

2011-08-03 Thread Mark Murphy
On Wed, Aug 3, 2011 at 2:53 AM, Zsolt Vasvari zvasv...@gmail.com wrote: For example, if the user moves to a phone with an older version of Android, I can support that older version of the platform just fine, but the user is Sh*t-out-of-Luck trying to move their database over and they cannot

Re: [android-developers] Android -- the forgotten real fragmentation

2011-08-03 Thread Mark Murphy
On Wed, Aug 3, 2011 at 6:53 AM, Mark Murphy mmur...@commonsware.com wrote: On Wed, Aug 3, 2011 at 2:53 AM, Zsolt Vasvari zvasv...@gmail.com wrote: For example, if the user moves to a phone with an older version of Android, I can support that older version of the platform just fine, but the

[android-developers] Android binary disassembling and debugging protection

2011-08-03 Thread petr.maza...@mautilus.com
Hi, let's assume I would like to protect the Android binary against disassembling or byte code debugging - are there any solutions for that available on market for both java and native C/C++ code? Thanks a lot STeN -- You received this message because you are subscribed to the Google Groups

[android-developers] Scaling widget on Android (dp, px, screen size)

2011-08-03 Thread petr.maza...@mautilus.com
Hello everybody, what is the best way for controlling the size of widget on Android? Look on following table: • On 3.6-4.0 inch screen (smartphone) with 480x800px the dpi is about 240dpi • On 4.3 inch screen (smartphone) with 540x960px the dpi is about 270dpi • On 7 inch screen (tablet) with

[android-developers] Live stream to Android from ipcamera over RTSP

2011-08-03 Thread deepak
Hi, I am creating an application for live streaming to Android.I have an ipcamera which streams over RTP/RTSP in H.263 format. How can i live stream from this camera to my applications MediaPlayer. Anyone having any ideas on this. I am new to live streaming.Please help. -- You received this

[android-developers] Application not found at android market on Samsung galaxy mini

2011-08-03 Thread Sudeep Jha
Hi All, The below application is not found at Android Market on Samsung galaxy Mini.Was able to download on other Samsung galaxy phones. goog_1544198104*RAKBANK mobile bankinghttps://market.android.com/details?id=com.rakfeature=search_result * Check the device spec at below link Samsung galaxy

[android-developers] Re: Live stream to Android from ipcamera over RTSP

2011-08-03 Thread lbendlin
Have a look at LaunchRTSP in the Android Market. -- 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: Android binary disassembling and debugging protection

2011-08-03 Thread lbendlin
Do you want the gentle answer or the brutal one? -- 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] close cursor

2011-08-03 Thread Dev_red
hi How to close cursor in following method? where i have to add cur.close()? Cursor getData() { SQLiteDatabase sdb=this.getWritableDatabase(); Cursor cur = sdb.rawQuery(select * from + manpowerLUTable,null); if (cur != null)

Re: [android-developers] Re: Converting to xlarge layouts

2011-08-03 Thread Nikolay Elenkov
On Wed, Aug 3, 2011 at 5:46 PM, Neilz neilhorn...@gmail.com wrote: Am I correct in assuming that if I want an app that is developed for Tablets using Fragments etc, that this has to be a separate app to one designed for standard devices? No. You can have a single APK that works on both. Use

[android-developers] Re: Converting to xlarge layouts

2011-08-03 Thread Neilz
Nikolay - thanks for the response, though you've confused me a litle... Do you have a single APK or multiple? Or is it a choice, if so which is best practice? Are you saying that when I create the app in the market, I can provide different APKs to target different devices, which are all managed

[android-developers] Re: App Widget stops responding to input after all instances are removed and another added

2011-08-03 Thread Ash McConnell
I have found the problem. The onEnabled event gets triggered at the start when the first widget is added. The onDisabled event gets triggered when the last widget is removed, but the onEnabled event does not get triggered when you try to add another first widget. I had code that was similar

Re: [android-developers] Maths App

2011-08-03 Thread TreKing
On Tue, Aug 2, 2011 at 9:00 AM, Gaurav Agarwal gaurav.aga...@gmail.comwrote: I want to develop an Maths App but couldn't figure out how give user space for rough work. Have the user swipe left / right to navigate between different pages, on each of which they can draw with their finger?

[android-developers] performing a activity on the click of the BT headset button or A2DP (wired) button press

2011-08-03 Thread Ankit Maheshwari
Hi , We see that when we press the button on the A2DP headphone automatically the music player launches , is it possible to fire any other application using it ,or can we control thic clicks action when are application is running . the scenario is that i am using speech recognition i want to put

[android-developers] Re: Android binary disassembling and debugging protection

2011-08-03 Thread petr.maza...@mautilus.com
Hi, well - hard to choose... Put here both please, I will use the brutal for my understanding and gentle one for management:) But seriously - please note that I fully understand that if there are some solutions, they are breakable/hackable if someone is really interested. But still I would like

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-03 Thread TreKing
On Tue, Aug 2, 2011 at 11:55 PM, usafrmajor usafrma...@gmail.com wrote: Just wondering, is it possible to have both keys for the map view active? Active as both set? No. But you can determine whether you are running in debug or release mode and use the appropriate key or layout in either case.

[android-developers] Problem getting string from database

2011-08-03 Thread André
Hi, I'm trying to get a string from my database. My cursor gets the right row and everything, and there is no problem to get the columnIndex. But when I use getString I get this exception in logcat: 08-03 14:27:42.974: ERROR/AndroidRuntime(31026): Caused by:

[android-developers] Re: Converting to xlarge layouts

2011-08-03 Thread Peter Stacey
Yes, you can have either multiple APKs, or you can have a single APK that delivers its layout based on the version of Android being used. For the multiple APK support of the market, see here: http://android-developers.blogspot.com/2011/07/multiple-apk-support-in-android-market.html And for the

[android-developers] Re: close cursor

2011-08-03 Thread Vladimir Svydenko
Hi, If You close cursor inside this method - it will return null. So, You do not need here closing cursor. Here You can get data from cursor and then close it. regards On Aug 3, 2:56 pm, Dev_red sktniranjanad...@gmail.com wrote: hi How to close cursor in following method? where i have to add

Re: [android-developers] Problem getting string from database

2011-08-03 Thread Kostya Vasilyev
Most likely, your cursor doesn't contain any data rows. Use cursor.getCount (or cursor.moveToNext) to check. 03.08.2011 16:51, André пишет: Any suggestions? -- Kostya Vasilyev -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Share sqlite database

2011-08-03 Thread New Developer
Can two application share the same sql database ? Currently I have app1 which created and stores data in a database on the tablet. Now I wish to create app2 which will have it's own database but I also would like it to read from app1's database is this possible ?? IF so, what needs to be

Re: [android-developers] Share sqlite database

2011-08-03 Thread TreKing
On Wed, Aug 3, 2011 at 8:04 AM, New Developer secur...@isscp.com wrote: IF so, what needs to be set up ? I believe this is what ContentProviders are for. - TreKing

[android-developers] Re: Android -- the forgotten real fragmentation

2011-08-03 Thread Zsolt Vasvari
Well, that's a absolutely not true. I have had at least 10 users with this problem. One guy actually wrote to me today who tried going back to Froyo from Gingerbread and couldn't open his database. I also created a database in a cyogenmod emulator session and the database shows up as corrupt

[android-developers] ERROR/AndroidRuntime(921): java.lang.StackOverflowError (if you have multiple activities)

2011-08-03 Thread nika-...@ya.ru
Hi all! I have view plaincopy to clipboardprint? public class SMK extends ActivityGroup implements OnClickListener { ... @Override public void onClick(View v) { switch (v.getId()) { case R.id.praktisk: Intent intent = new Intent(getApplicationContext(),

[android-developers] Re: Maths App

2011-08-03 Thread gjs
Hi, Please be so kind as to remove your *Disclaimer:* from future posts, it is unwarranted in a forum such as this. Thanks Regards On Aug 3, 6:58 pm, Gaurav Agarwal gaurav.agar...@wissenways.com wrote: Hi An app which throws out mathematics problem to user may be useful to all variety of

Re: [android-developers] ERROR/AndroidRuntime(921): java.lang.StackOverflowError (if you have multiple activities)

2011-08-03 Thread TreKing
On Wed, Aug 3, 2011 at 8:11 AM, nika-...@ya.ru nika-...@ya.ru wrote: Can anyone help me? Your debugger can! You're likely stuck in an infinite recursive loop. Use your debugger to figure out where and stop it.

[android-developers] Re: Converting to xlarge layouts

2011-08-03 Thread Neilz
Great, that's a lot clearer now - many thanks. On Aug 3, 1:52 pm, Peter Stacey peterst6...@gmail.com wrote: Yes, you can have either multiple APKs, or you can have a single APK that delivers its layout based on the version of Android being used. For the multiple APK support of the market, see

[android-developers] Android Apps Needed for AppStore

2011-08-03 Thread chetan achar
We are looking for readily available Android apps that can be put on to our app store. Interested vendors can reach us ASAP on app.st...@smartsky.in -- 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] Re: Problem getting string from database

2011-08-03 Thread André
Thanks for the quick reply. It says that there is 0 rows when using get count. Is it a problem with the row number I provide it you think? André On Aug 3, 3:01 pm, Kostya Vasilyev kmans...@gmail.com wrote: Most likely, your cursor doesn't contain any data rows. Use cursor.getCount (or

[android-developers] AlignParentBottom in RelativeLayout (wrap_content)

2011-08-03 Thread Mark Gjøl
I am trying to make a RelativeLayout with an image centered in the bottom, and a line spanning the bottom. The layout should have the height of the image, and fill the width. All of this is in a linear layout with other things in it. See code below for reference. Problem is: As soon as I insert

Re: [android-developers] performing a activity on the click of the BT headset button or A2DP (wired) button press

2011-08-03 Thread Fred Niggle
Yes, simply google for headset example and you'll find source code you can modify. On 03/08/2011, Ankit Maheshwari lkoan...@gmail.com wrote: Hi , We see that when we press the button on the A2DP headphone automatically the music player launches , is it possible to fire any other application

[android-developers] Payout much smaller than expected

2011-08-03 Thread JonFHancock
Did anybody else get a payout this morning that was a tiny fraction of what is expected? Checkout shows two payouts coming, but only one was deposited (the much, much smaller one). -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Work with AccountAuthenticator on API 7 and earlier

2011-08-03 Thread Radeg
Hi. I have next problem. I work local(without Internet auth) with account manager in my app. I rewrite SimpleSyncAdapter and all works fine in API 8, but in API 7 i have SecurityException with cause: caller uid 10029 is different than the authenticator's uid. Where is problem? Thanks. -- You

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-03 Thread rickrvo
I think I know what's causing these errors... the incompatible libssl.so (was the one from ubuntu 11 /usr/lib) that I've changed to the one on the android's /system/lib fixed the incompatible error but since the include of openssl/dsa.h it includes all of the ubuntu openssl instead of some

[android-developers] Re: Android binary disassembling and debugging protection

2011-08-03 Thread lbendlin
Here is the gentle answer http://android.amberfog.com/?p=639 What you will find is that the best way to spend your time is to make your application better, to have some kind of authenticated server component (which can hold some of your application logic in a black box), and some more effort

[android-developers] Regarding emulator

2011-08-03 Thread nageswara rao rajana
Hi, I developed an application using Google API 2.1.Now i want test this application on Samsung Galaxy tab. In AVD manager i created emulator selecting target as Galaxy tab.But in run configurations in Target Tab, galaxy tab emulator is not displaying in the list of

Re: [android-developers] Re: Problem getting string from database

2011-08-03 Thread Kostya Vasilyev
Bingo. Cursor data is organized into rows and columns. If there are zero rows, you won't be able to get any data, and it's in fact an error to try - as you'd be asking for data from row 0 out of 0 - exactly as the exception error message says. -- Kostya 03.08.2011 17:23, André пишет:

Re: [android-developers] Hard Crash (Reboot) in 3.2

2011-08-03 Thread Joshua Smith
Do you do public tracking of the bug database, so I can keep an eye on this? On Aug 3, 2011, at 1:16 AM, Dianne Hackborn wrote: Thanks, I've filed a bug. On Tue, Aug 2, 2011 at 10:45 AM, Joshua Smith joshuaesm...@charter.net wrote: Update: We've created a small reproducible test case.

Re: [android-developers] AlignParentBottom in RelativeLayout (wrap_content)

2011-08-03 Thread Kostya Vasilyev
03.08.2011 17:25, Mark Gjøl пишет: Problem is: As soon as I insert the view (with alignParentBottom) my RelativeLayout fills the entire view (minus what came before it in the LinearLayout). Is this a bug? I can force what I want by setting a specific height to the RelativeLayout (eg. 12dp) but

[android-developers] Re: List View based on Database Cursor Not Showing Full Screen and Scrolling

2011-08-03 Thread usafrmajor
I thought maybe a picture of what is happening may help. As you can see on the attached image the second entry on the list is only showing the first line. I masked out the lat long and address information on the first entry I have been looking every where to find a solution and cannot.

[android-developers] Can anyone explain librank command output?

2011-08-03 Thread Srikanth
Can anyone explain librank command output in 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

[android-developers] Android CDD/CTS complaince for non telephony devices

2011-08-03 Thread R
Hi, I would like to know if Android is developed to a non telephony device, is there any strict CDD/CTS requirements that has to be complied in order to get Google certification? I am aware of some products such as ta Thanks, R -- You received this message because you are subscribed to the

[android-developers] Re: Problem getting string from database

2011-08-03 Thread André
When I tried again on the second post instead I get row number 1. So the first post is 0 and the second is 1. So when I read the second one I get the info from the first post. I use this from a context menu to get the row: AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo();

[android-developers] Re: ERROR/AndroidRuntime(921): java.lang.StackOverflowError (if you have multiple activities)

2011-08-03 Thread nika-...@ya.ru
No. It doesn't help, cause I'm new in android development and can't understand how I can find it. -- 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: Openssl for Android (libssl.so and libcrypto.so)

2011-08-03 Thread Mike
Are you behind a firewall?... btw this is is not in the scope of this group..Please post in android-platform. -- 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

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-03 Thread rickrvo
nope, I'm on a VM and everything else (web related) works fine, like firefox and git command... I also posted in android-build... should I post this in platform too? On 3 Ago, 15:38, Mike darksk...@gmail.com wrote: Are you behind a firewall?... btw this is is not in the scope of this

Re: [android-developers] Re: ERROR/AndroidRuntime(921): java.lang.StackOverflowError (if you have multiple activities)

2011-08-03 Thread TreKing
On Wed, Aug 3, 2011 at 9:35 AM, nika-...@ya.ru nika-...@ya.ru wrote: No. It doesn't help, cause I'm new in android development and can't understand how I can find it. http://developer.android.com/guide/developing/debugging/index.html

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-03 Thread Mike
Just build is fine...:) -- 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...@googlegroups.com

[android-developers] Re: AlignParentBottom in RelativeLayout (wrap_content)

2011-08-03 Thread Mark Gjøl
On Aug 3, 4:09 pm, Kostya Vasilyev kmans...@gmail.com wrote: 03.08.2011 17:25, Mark Gjøl пишет: Yep, it seems that's how it works, even with Android 1.6, 2.0, etc. Any thoughts? Yes, build the layout some other way - such as anchor a view to the top, then add more views with layout_below -

[android-developers] Re: ERROR/AndroidRuntime(921): java.lang.StackOverflowError (if you have multiple activities)

2011-08-03 Thread nika-...@ya.ru
Ok, thank you for your full answer. But there is no information about infinite recursive loop -- 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] Re: Problem getting string from database

2011-08-03 Thread Kostya Vasilyev
Hard to say what's going on in that code, but basically, you want to use the database _id value as much as possible (preferably, always), and not positions within the cursor's result set. Adapters have getItemId - make sure you return the value of your _id column, which is independent of the

Re: [android-developers] Re: AlignParentBottom in RelativeLayout (wrap_content)

2011-08-03 Thread Kostya Vasilyev
Um, android:layout_bottom ? 03.08.2011 18:56, Mark Gjøl пишет: That won't achieve what I want. To achieve the result I want it is important for the bottom line to be placed exactly on the bottom on the image - not below it. So putting it relative to the image won't do it for me. - Mark Gjøl

[android-developers] Re: List View based on Database Cursor Not Showing Full Screen and Scrolling

2011-08-03 Thread usafrmajor
OK, I figured out what is causing the problem but I cannot figure out what the solution is. My problem is being caused by the ScrollView tag in the layout that creates the Tabs. Since ListViews already have scrolling it is messing things up. Once I remove the ScrollView tag from the tab

[android-developers] Re: Payout much smaller than expected

2011-08-03 Thread String
It's normal for the payout to come in two parts, one much larger than the other. For example, this month I have one that's about 7% of my Market profit, while the other is about 93%. Don't know why, but it's been like this ever since Google switched to monthly payouts. But if only one has

[android-developers] Re: How to use Camera setPreviewCallback listener?

2011-08-03 Thread esse
Is your activity implementing the Camera.PreviewCallback? As for the file writing stuff I agree that is a pretty intense thing to do several times a second, you might want to reconsider that or create a Thread that does the writing. On Jul 26, 12:01 pm, TurboMan yusufce...@gmail.com wrote: Hi,

[android-developers] Re: Android binary disassembling and debugging protection

2011-08-03 Thread Thomas
I inadvertly solved the problem by having the Android have some of the logic and the server having some of the logic to determine which step in the game to advance to, Actually people disassembling the Android code wasn't the problem, I'm developing a location based game (Portals a geocaching

Re: [android-developers] Re: ERROR/AndroidRuntime(921): java.lang.StackOverflowError (if you have multiple activities)

2011-08-03 Thread TreKing
On Wed, Aug 3, 2011 at 9:57 AM, nika-...@ya.ru nika-...@ya.ru wrote: But there is no information about infinite recursive loop That is a general programming problem. Google it. - TreKing

[android-developers] Re: Motion Sensor in Android

2011-08-03 Thread ndiiie90
Ohh..Because I just watched a really good video http://www.youtube.com/user/crunchfishab it shows that it moves from one image to other image like how kinect does and it runs in Android.. And I wonder what is the technology is called behind it..Does anyone know it? Thanks On Aug 2, 12:05 am,

[android-developers] Re: Motion Sensor in Android

2011-08-03 Thread Chrystian Vieyra
That video is making use of the front facing camera. Crunchfish sells that api. -- 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

[android-developers] Should ContentObserver be wrapped inside a Service?

2011-08-03 Thread dnkoutso
Hey everyone, I want to have a ContentObserver continuously running. Now I know Android might kill the process anytime it feels like, however, should I register the content observer within a Service of mine or can I use the Application class and register it from there? In my experience it

[android-developers] Re: Motion Sensor in Android

2011-08-03 Thread Chrystian Vieyra
The tablet on the video is making use of its front facing camera, Crunchfish sells the api to do that. -- 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

Re: [android-developers] Motion Sensor in Android

2011-08-03 Thread ajaykumar kanchak
every thing will be supported there some api which u can use it in ur application and just the thing is u need to search it On Mon, Aug 1, 2011 at 6:57 AM, ndiiie 90 rnd...@gmail.com wrote: HI guys, this is a random question in my mind. Does Android support for motion sensor like Microsoft

[android-developers] TabHost with ListViews - Accessing elements With Visitor Pattern

2011-08-03 Thread Giorgio Torres
The problem is that I've tryied some of those methods of TabHost class that returns View, and I didn't get any which return my ListView. My point is, each element of the listview contains certains data that I have to colect to do something with them. What I really would like to do is use a

Re: [android-developers] Re: Payout much smaller than expected

2011-08-03 Thread Jon F Hancock
Yeah. I've been selling in the market for about a year. I'm familiar with the split payments, but this is the first time one has come through and not the other. Yeah. I've been selling in the market for about a year. I'm familiar with the split payments, but this is the first time one has come

Re: [android-developers] Re: Android -- the forgotten real fragmentation

2011-08-03 Thread Mark Murphy
On Wed, Aug 3, 2011 at 9:08 AM, Zsolt Vasvari zvasv...@gmail.com wrote: Well, that's a absolutely not true.  I have had at least 10 users with this problem. One guy actually wrote to me today who tried going back to Froyo from Gingerbread and couldn't open his database.   I also created a

Re: [android-developers] Regarding emulator

2011-08-03 Thread arun kumar
The Galaxy Tab Emulator can be downloaded straight from the SDK Manager. Go into Available Packages - Third party Add-ons - Samsung Electronics - GALAXY Tab by Samsung Electronics., Android API8, revision 1 On 8/3/11, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi, I developed

[android-developers] Re: List View based on Database Cursor Not Showing Full Screen and Scrolling

2011-08-03 Thread usafrmajor
OK, as usually after I post I end up finding the answer myself. :-) This nugget got me close Your vertical scroll view can only have one child, which means you need to envelop your gallery view and the linear view chart with another linerLayout which then should be enveloped with a

[android-developers] Server certificate validation - HTTPS

2011-08-03 Thread hhenne
Hi, My first post to this list - I think. When calling a payment service (HTTPS) from an Android 2.3 (Google Nexus S) mobile, I got an exception from validation of the server certificate. It is a valid certificate - no problem when calling the same service from an IPhone. It seems to be a well

[android-developers] Re: gTalk not working with bluetooth

2011-08-03 Thread Jing Wang
So if I want to get gTalk work with bluetooth, is it a right approach to make SipPhone work with CallManager under framework telephony directory and gTalk app register with CallManager? On Aug 2, 3:45 pm, Jing Wang jwangq...@gmail.com wrote: It is good that SIP stack (over Wifi) andgTalkare

[android-developers] MediaRecorder video save issue

2011-08-03 Thread esse
For several days I have been trying to figure out an obscure problem related to saving video. I have narrowed it down to an issue with MediaRecorder. The problem is when you record many (15-30) videos in a row. What happens is that at some point (10) the BEEP sound that occurs when you start

Re: [android-developers] Android -- the forgotten real fragmentation

2011-08-03 Thread Greg Donald
On Wed, Aug 3, 2011 at 1:53 AM, Zsolt Vasvari zvasv...@gmail.com wrote: There is a lot of FUD about Android fragmenation.  The vast majority of the issue mentioned can be dealt with with properly following the guidelines, but there is one issue that I don't know how to deal with: This

[android-developers] Re: Payout much smaller than expected

2011-08-03 Thread Kevin TeslaCoil Software
Mine was split into 4% 96% and I only see the smaller one :(. Definitely will be contacting Google Checkout if I don't see the other deposit in a day or two. Bank is ING Direct. -Kevin On Aug 3, 10:56 am, Jon F Hancock jonfhanc...@gmail.com wrote: Yeah. I've been selling in the market for about

Re: [android-developers] Server certificate validation - HTTPS

2011-08-03 Thread Nikolay Elenkov
On Thu, Aug 4, 2011 at 1:06 AM, hhenne hhe...@gmail.com wrote: Hi, My first post to this list - I think. When calling a  payment service (HTTPS) from an Android 2.3 (Google Nexus S) mobile, I got an exception from validation of the server certificate. It is a valid certificate - no problem

[android-developers] Refreshing ListView After Home Key is Pressed and Returning to App

2011-08-03 Thread usafrmajor
Is there a way to refresh a listview when returning to an app after pressing the Home key? I have a list view in a tab. If in that tab when the Home key is pressed the listview item disappear when a user returns to the app. If the user selects another tab and then goes back to the listview

[android-developers] ImageView scaling produces poor results

2011-08-03 Thread John Gaby
I have an ImageView control, and if the image in question needs to be scaled down, it seems to be down, the quality of the resulting image is very poor. I have looked for a way to control the scaling (e.g. set it to bicubic), but am unable to find a way to do it. Can someone tell me how to

  1   2   3   >