[android-developers] Playing two audio files at once

2011-05-17 Thread Raghav Sood
Hi, Is it possible to play two audio files at once, one of which is played through the right earphone and the other through the left? Is it even possible to send different audio to each earphone? Thanks -- Raghav Sood http://www.raghavsood.com/ http://www.androidappcheck.com/

[android-developers] Re: GSM signal strength unknown returned in Gingerbread 2.3.3

2011-05-17 Thread b_t
Some of my users with 2.3.3 get always unknown signal strength too. So I'm interested in the answer too. On May 16, 2:12 am, Alex maroeb...@gmail.com wrote: I have registered a PhoneStateListener and I am listening to onSignalStrengthChanged(asu) and onSignalStrengthsChanged(SignalStrength

[android-developers] Re: Help me in detecting sound pulses (basically frequency detection)

2011-05-17 Thread Soumyajit Roy
We are able to detect speech.. but we are facing problems with detection of music(non speech audio) ,If any body has any idea let us know. Thanks , Soumyajit Roy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] v4 Fragments library VerifyError crash

2011-05-17 Thread Dave Johnston
A user of mine is encountering a crash every time they start my application: java.lang.VerifyError: android.support.v4.app.FragmentManagerImpl at android.support.v4.app.FragmentActivity.init(SourceFile:87) (...) Their phone is a Sony Ericsson U20i (Xperia X10 Mini Pro) running Android 1.6. I

[android-developers] Re: Playing two videos simultaneously

2011-05-17 Thread Chris Stratton
On Tuesday, May 17, 2011 2:03:07 AM UTC-4, Deepanjan wrote: I am trying to play two A/V media files simultaneously. I am using Samsung GalaxyS GT9000 as my development platform. Th OS version is 2.2. I am using two SurfaceView views to display the two A/V media files. The issue that I

[android-developers] Re: Playing two audio files at once

2011-05-17 Thread Nightwolf
Use audio track and mix any source to any channel. http://developer.android.com/intl/de/reference/android/media/AudioTrack.html On May 17, 10:13 am, Raghav Sood raghavs...@gmail.com wrote: Hi, Is it possible to play two audio files at once, one of which is played through the right earphone

[android-developers] Re: Playing two audio files at once

2011-05-17 Thread Chris Stratton
On Tuesday, May 17, 2011 2:13:32 AM UTC-4, Gheter wrote: Is it possible to play two audio files at once, one of which is played through the right earphone and the other through the left? Is it even possible to send different audio to each earphone? You probably can't do it with the

Re: [android-developers] Re: Playing two audio files at once

2011-05-17 Thread Raghav Sood
Thanks, I should be able to do it now. On Tue, May 17, 2011 at 12:25 PM, Chris Stratton cs07...@gmail.com wrote: On Tuesday, May 17, 2011 2:13:32 AM UTC-4, Gheter wrote: Is it possible to play two audio files at once, one of which is played through the right earphone and the other through

[android-developers] Re: Android calendar

2011-05-17 Thread thavorac chun
Thank :), it help me very much ! On May 17, 12:56 pm, Hasan Keklik keklikha...@gmail.com wrote: Did you look at this page.http://stackoverflow.com/questions/3721963/how-to-add-calendar-events... I don't try myself but it looks like working. On Tue, May 17, 2011 at 08:29, thavorac chun

[android-developers] Re: Displaying Heat Map in Android

2011-05-17 Thread Indicator Veritatis
Look: I do appreciate it when you give their comeuppance to people who fail to follow the advice/directions of http://www.catb.org/~esr/faqs/smart-questions.html and the like, but really: this is a Google group, you should Google heat map or even Wikipedia heat map yourself rather than post naive

[android-developers] Re: Logcat empty

2011-05-17 Thread Indicator Veritatis
The most common reason is that Eclipse automagically decided to select a different device. Click on the right device icon in the DDMS perspective. Or don't bother using the Perspective, run adb logcat in a dos/terminal window. On May 16, 5:46 pm, quique123 quique...@gmail.com wrote: im new to

[android-developers] Re: Min SDK version vs target SDK vs actual android version app runs on

2011-05-17 Thread Indicator Veritatis
First of all, I assume you meant LabelMaker.java, not LabelMaker.html, since only the former is at the SDK example link you provide. But more importantly, LabelMaker.java does NOT mix OpenGL calls and SDK graphics calls (i.e. from android.graphics package). LabelMaker.java uses only OpenGL. That

[android-developers] Re: Looking for documentation on showing a value from a string-array in a TextView

2011-05-17 Thread Spooky
On May 16, 9:39 pm, Spooky spooky1...@gmail.com wrote: The same post twice. Sorry, not sure how that happened -- 73 DE N5IAL/4 Web site: htp://www.jstreack.org E-mail: spooky1...@gmail.com Do not look into waveguide with remaining eye. -- You received this message because you are

[android-developers] Re: Displaying Heat Map in Android

2011-05-17 Thread Bob Kerns
I'll give him a break for not caring, given the context. But the original poster was really WAY to vague to answer anyway. I know what a heat map is, but I'd still have no idea what code to write for the OP. There are many types of heat maps for different types of data -- continuous,

[android-developers] Vertical Ads in Landscape Mode

2011-05-17 Thread qureei
Is there a way to show ads vertically in landscape mode in an Android game? Something like the following: http://stackoverflow.com/questions/5684097/how-to-show-admob-ads-vertical-in-landscape-mode-android I have tried all sorts of orientation settings, layouts etc, but nothing helps. And I

[android-developers] facebook and twitter

2011-05-17 Thread Knutsford Software
If you want to use twitter and facebook in you android app you need to download the apk but where do you put it so that it is picked up by Eclipse? I have been googling but I am still confused. Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: 3d chair model using open gl

2011-05-17 Thread Bob Kerns
Google is your friend. It took me more time to write this message than to find you a model and information about the format. I spent less than 2 minutes looking for the information, including on the format. And then I deleted that information, because my finding a specific model isn't going to

[android-developers] Need some help in retrieving the Starred Contacts

2011-05-17 Thread Parbhakar Bikkaneti
Hello everybody, I am facing a problem when I am trying to access the Starred contacts. Please help me in solving the problem. *This Code is not Showing any exception* When I am running the following code for on my android device the code is working fine for the contacts i.e., - The contacts

[android-developers] Retrieve the Starred Contacts

2011-05-17 Thread Parbhakar Bikkaneti
Hello everybody, Please provide me a code/suggestions for performing the following tasks. 1. Display a list of all the Starred contacts to the user. 2. When user selects a contact, setting the ContactsContract.Contacts.STARRED to 0 Thank-you. -- Regards, Bikkanati Prabhakar.

[android-developers] Re: How to debug NPE when stack trace does not show any reference to my app code?

2011-05-17 Thread Peter
I have a similar problem in my application. I think the callstack looks a lot like yours. Searching for some time what is causing this exception. Still no luck. On May 3, 8:55 pm, vatsee vat...@gmail.com wrote: Hi gurus, I am working on an app that supports bidirectional audio-video

[android-developers] Cannot take picture with surfaceview on nexus s

2011-05-17 Thread Sebastien S
Hi, I'm developping an application where the user can take a picture and then send it to the server. But unfortunally some pictures cannot be taken from the nexus s. I try the same picture with HTC Tatto and Samsung Galaxy S and there are no probleme with these devices. It's generally picture

Re: [android-developers] Vertical Ads in Landscape Mode

2011-05-17 Thread Marcin Orlowski
On 17 May 2011 10:02, qureei eirij.qure...@gmail.com wrote: Is there a way to show ads vertically in landscape mode in an Android game? Something like the following: http://stackoverflow.com/questions/5684097/how-to-show-admob-ads-vertical-in-landscape-mode-android I have tried all sorts

[android-developers] Re: Vertical Ads in Landscape Mode

2011-05-17 Thread String
If it were me, I'd give Canvas.rotate() a try. Ideally in an onDraw() override for the ad-displaying View, if possible, as this would let me leave my other code alone. If that didn't work, the mountain could come to Mohammed (so to speak). You could lock your activity to Portrait instead of

[android-developers] Re: Vertical Ads in Landscape Mode

2011-05-17 Thread String
Yeah, what he said. Sorry for the simultaneous post. -- 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] Re: How did you get into Android development

2011-05-17 Thread Eamonn Dunne
That was directed at DanH -- 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: Reference an integer resource for Android manifest versionCode

2011-05-17 Thread andrew
On May 16, 9:12 pm, Dianne Hackborn hack...@android.com wrote: You can use --version-name and --version-code arguments to aapt to supply these values at build time. Thanks for the hint Diane. Should I understand that that means I cannot reference the Integer resource I generate for versionCode

[android-developers] 回覆:facebook and twitter

2011-05-17 Thread warenix
you don't have to install twitter facebook app but the java library sdk for facebook twitter. you can check them: twitter4j http://twitter4j.org/en/index.html, facebook sdkhttps://github.com/facebook/facebook-android-sdk/ -- You received this message because you are subscribed to the

Re: [android-developers] The speed of running Android 3.1 VM

2011-05-17 Thread Mark Murphy
On Mon, May 16, 2011 at 10:50 PM, Chi Kit Leung michaelchi...@gmail.com wrote:   I have installed Android 3.1 VM yesterday.  I found that is much slower than previous version. Does anyone has same experiences as mine? I have not found the 3.1 emulator to be significantly slower than the 3.0

Re: [android-developers] ??:facebook and twitter

2011-05-17 Thread Knutsford Software
- Original Message - From: warenix To: android-developers@googlegroups.com Cc: Knutsford Software Sent: Tuesday, May 17, 2011 10:59 AM Subject: [android-developers] ??:facebook and twitter you don't have to install twitter facebook app but the java library sdk for facebook

[android-developers] Re: GSM signal strength unknown returned in Gingerbread 2.3.3

2011-05-17 Thread Alex
I installed several apps and widgets from the Market that display signal strength and they all exhibited the same problem. This is serious for me, as my app Mobile Signal Widget is for displaying the signal strength! I am getting lots of negative comments from users who blame me for this. On

Re: [android-developers] v4 Fragments library VerifyError crash

2011-05-17 Thread Mark Murphy
Eyeballing the source code, everything in the initializers for FragmentManagerImpl seems kosher. My best guess is that it is referring to some method that exists on real 1.6 and does not exist on the X10 Mini Pro. Unfortunately, those VerifyError reports are not terribly specific. On Tue, May 17,

[android-developers] Re: Progress circle (NOT indeterminate!)

2011-05-17 Thread Serdel
Ok I have decided to go with the arc drawing approach, so I have extended the Progress bar class with my own. So if anyone thinks about doing the same, here is my onDraw() method protected synchronized void onDraw(Canvas canvas) { int progress = this.getProgress();

[android-developers] Playback of audio

2011-05-17 Thread neha
H i an recording audio and playing it simultaneously but there is some delay between recording and play. How can i minimize 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] Re: Why not AWT or a simple way to draw - animation

2011-05-17 Thread Heuristic
Hi, thanks. I just saw a demo - purgeable bitmap. It can display running numbers, which means it displays intermediate results. If so, it might help. My program now only display the initial step and final step. I definitely will take a look at your suggestion when I get a chance. I still hope

[android-developers] Does the Samsung Galaxy Tab 10.1v work with OSX?

2011-05-17 Thread Scythe
Does this thing work properly with the Android SDK (I mean ADB) on OSX? Or do we need some obscure to-be-released drivers for 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] Re: EditTextPreference question

2011-05-17 Thread dashman
ok i've decided to go that route. i can sub-class and test the different methods. the preference activity is based on an xml file. EditTextPreference android:key=emp_id android:title=@string/pref_empid

[android-developers] Re: ListView onClick method doesnt work clearly

2011-05-17 Thread Eamonn Dunne
Yeah its not null, its providing a character that can not be parsed as an int -- 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] Re: EditTextPreference question

2011-05-17 Thread Mark Murphy
Use your fully-qualified class name (e.g., com.dashman.MySuperEditTextPreference) as the element name instead of EditTextPreference. On Tue, May 17, 2011 at 7:01 AM, dashman erjdri...@gmail.com wrote: ok i've decided to go that route. i can sub-class and test the different methods. the

[android-developers] Re: MapActivity - Cannot perform locations

2011-05-17 Thread Eamonn Dunne
The factory client error message is very strange, I get it a few times in my logs but everything still runs correctly. I've seen other people report the same thing. Not very helpful, sorry, just thought it was worth mentioning. -- You received this message because you are subscribed to the

[android-developers] Google In-App billing and Paypal

2011-05-17 Thread darklord
Hi, I am implementing Google's in-App billing service for users to pay for extra content. Since Google Checkout isn't available everywhere in the world my question is: Is it legal to add Paypal as an alternative payment method next to Google Checkout? The selling price of my products will

[android-developers] Re: Playing two videos simultaneously

2011-05-17 Thread Deepanjan
Thanks a lot Chris, for your reply. Can you please explain what you meant, when you wrote Some of the phones are now fast enough to marginally do software decoding. You might be able to manage two instances of that, or one hardware assisted and one pure software. . I understand that there are

Re: [android-developers] Re: Free app's visibility in Android Market problem

2011-05-17 Thread Alex Xin
I'm from China and seems that Google removes some popular free apps availability in China. It's stupid! On 5/17/11, Zsolt Vasvari zvasv...@gmail.com wrote: So does anyone has the same issue? No, actually I just stopped offering the free version of my app now that the Market is in all the

Re: [android-developers] Does the Samsung Galaxy Tab 10.1v work with OSX?

2011-05-17 Thread Marcin Orlowski
Wait for this device to be officially released to find out. I/O pre-release does not really count. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook

[android-developers] Re : Cannot take picture with surfaceview on nexus s

2011-05-17 Thread Sebastien S
Here is what logcat write when I press the picture bouton: 05-17 13:42:31.261: INFO/DEBUG(17365): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 05-17 13:42:31.261: INFO/DEBUG(17365): Build fingerprint: 'google/soju/crespo:2.3.4/GRJ22/121341:user/release-keys' 05-17

[android-developers] video recording

2011-05-17 Thread neha
Can anyone provide me code to record video 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

Re: [android-developers] Re: Free app's visibility in Android Market problem

2011-05-17 Thread BHL
My friend, I found a website to make big money online. There is address: *http://BigExtraCash.com/_6a6b7d72.htm* -- 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

Re: [android-developers] Re : Cannot take picture with surfaceview on nexus s

2011-05-17 Thread Mark Murphy
That is a core dump. It usually represents a bug in the firmware. You can try contacting Samsung at their new site: http://innovator.samsungmobile.com/platform.main.do?platformId=1 You might also consider posting this dump plus the project that generated it on: http://b.android.com On Tue,

Re: [android-developers] video recording

2011-05-17 Thread gaurav gupta
ys..i can provide :) but it will sure not in free On Tue, May 17, 2011 at 5:19 PM, neha neha.05...@gmail.com wrote: Can anyone provide me code to record video in android??? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: video recording

2011-05-17 Thread neha
not in free then??? On May 17, 12:52 pm, gaurav gupta gaurav.gupta...@gmail.com wrote: ys..i can provide :) but it will sure not in free On Tue, May 17, 2011 at 5:19 PM, neha neha.05...@gmail.com wrote: Can anyone provide me code to record video in android??? -- You received this

[android-developers] AudioRecord and AudioTrack

2011-05-17 Thread neha
Hello, My application uses AudioTrack in streaming mode and AudioRecord simultaneously. My problem is that I start them at the same time, but it is not actually start playback\recording in the same timestamp. There is some delay between recording and playback. -- You received this message

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-17 Thread Dave Johnston
Aye I couldn't see anything odd either, glad I was on the right track! I'm trying to contact the user involved in the hoping of extracting more information and determine the root cause. Hopefully there's at least a simple workaround. -dave On May 17, 11:31 am, Mark Murphy

[android-developers] Re: EditTextPreference question

2011-05-17 Thread dashman
thank you. On May 17, 7:08 am, Mark Murphy mmur...@commonsware.com wrote: Use your fully-qualified class name (e.g., com.dashman.MySuperEditTextPreference) as the element name instead of EditTextPreference. On Tue, May 17, 2011 at 7:01 AM, dashman erjdri...@gmail.com wrote: ok i've

[android-developers] Re: EditTextPreference question

2011-05-17 Thread dashman
I did this and am getting the following now. Caused by: java.lang.NoSuchMethodException: EditTextPreferenceEncrypt(Context,AttributeSet) at java.lang.Class.getMatchingConstructor(Class.java:669) at java.lang.Class.getConstructor(Class.java:484) at

[android-developers] possible use for Bluetooth

2011-05-17 Thread arudzki
All, I'm thinking of creating a game with up to 4 players and part of the game may involve bidding on random items. Is it possible to use bluetooth as a peer to peer communication medium? I'm thinking one player could be the master (to control the auction), but they could all bid. Is this even

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-17 Thread Zsolt Vasvari
There was a guy here today from Sony Ericsson: http://groups.google.com/group/android-developers/browse_thread/thread/f5abf823a7ccfeef# On May 17, 8:15 pm, Dave Johnston john...@gmail.com wrote: Aye I couldn't see anything odd either, glad I was on the right track! I'm trying to contact the

Ang.: Re: [android-developers] Ang.: Re: 2.3 Platform Google APIs missing Licensing Service..?

2011-05-17 Thread jan . skarvall
Yes, I know. The app I tried uses LVL r1 (which is built using Android 1.5, level 3) as a library. The app itself is built using Android 2.1 update 1, i.e. level 7. I get the error on AVDs running Google APIs level 9, 11, 12, but on level 8 licensing works. It is the same .apk file I have been

[android-developers] Re: EditTextPreference question

2011-05-17 Thread dashman
disregard. i needed a public prefix to the constructor. -- 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: Multi-touch pointer ids on Sony Xperia Play spurious ACTION_DOWN events

2011-05-17 Thread Mario Zechner
So, i wondered why we had that assumption. Back in 2009/early 2010 when 2.0 came out and the Droid blew away the world this group was full of multi-touch related topics. Dianne Hackborn answered ALL our questions back then, a feat that probably took up all her work time :P. She also explained how

[android-developers] Re: possible use for Bluetooth

2011-05-17 Thread Nicholas Johnson
Yes, I think it is. -- 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 For

[android-developers] Heatmap example for android

2011-05-17 Thread Vinicius Carvalho
Hi guys, just sharing a demo of a heatmap I've done: http://blog.furiousbob.com/2011/05/12/heating-up-my-new-xoom-tablet/ An example with real data and Gmaps overlay to come next :) BR -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Heatmap example for android

2011-05-17 Thread Matthew Powers
Thats really cool On Tue, May 17, 2011 at 9:19 AM, Vinicius Carvalho viniciusccarva...@gmail.com wrote: Hi guys, just sharing a demo of a heatmap I've done: http://blog.furiousbob.com/2011/05/12/heating-up-my-new-xoom-tablet/ An example with real data and Gmaps overlay to come next :) BR

[android-developers] Re: Any one has Samsung Galaxy Tab 10.1 Some problems with Android

2011-05-17 Thread Ahmad Alturki
thanks Streets Of Boston for running programs It should have a way to slide more than 5 programs like Iphone. and regarding closing I think it should have a way to close any running program. I think they are bugs need to be fixed soon. I bought from Vodaphone Australia and it cost me 729 AU$

[android-developers] Re: How to debug NPE when stack trace does not show any reference to my app code?

2011-05-17 Thread Streets Of Boston
These are hard to debug. Did you set a custom background (bitmap/drawable) for one of your Views that got set to 'null' somehow...? Once i just went to http://android.git.kernel.org/ and figured out what line was causing the NPE. Try to do the same and see what could cause your problem. --

[android-developers] Re: Any one has Samsung Galaxy Tab 10.1 Some problems with Android

2011-05-17 Thread Streets Of Boston
These are not bugs. The *limit *of 5 or 7 apps that are shown in 'most recently used' list may get removed in Android 3.1 (where the list will become scrollable). Why would you want to close running programs on a regular basis? Android OS closes the apps for you if it needs resources (such as

[android-developers] Re: Any one has Samsung Galaxy Tab 10.1 Some problems with Android

2011-05-17 Thread Zsolt Vasvari
Once again, how does this have anything to do with Android SDK development? On May 17, 9:57 pm, Ahmad Alturki alturkiah...@gmail.com wrote: thanks Streets Of Boston for running programs It should have a way to slide more than 5 programs like Iphone. and regarding closing I think it should

Re: [android-developers] Re: Displaying Heat Map in Android

2011-05-17 Thread TreKing
On Tue, May 17, 2011 at 2:27 AM, Indicator Veritatis mej1...@yahoo.comwrote: this is a Google group, you should Google heat map or even Wikipedia heat map yourself rather than post naive questions like that. LOL- Honestly? I'm actually aware of what a heat map is and I'm aware I could Google

Re: [android-developers] Re: Overlapping of dialogs on each other

2011-05-17 Thread TreKing
On Tue, May 17, 2011 at 12:08 AM, ABS ravi.chavan...@gmail.com wrote: i have to show both message and singlechoiceitem on same dialog. You need a custom layout. - TreKing

[android-developers] Hide Keyboard on a Password field

2011-05-17 Thread Samuh
While setting setInputType(InputType.TYPE_NULL); for the password field, the text we are inputting is visible and will not be masked by dots which is not desirable for password field. InputType.TYPE_NULL | TYPE_TEXT_VARIATION_PASSWORD will display the keyboard. If we try setting the content

[android-developers] Re: Hide Keyboard on a Password field

2011-05-17 Thread Streets Of Boston
If there is no virtual keyboard, how would users enter their password if their phone doesn't have an actual keyboard? -- 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] ??:facebook and twitter

2011-05-17 Thread warenix
Please refer to this web page on configuring eclipse http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-%28Java%29 or simply google search eclipse external jar should give you enough information. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Hide Keyboard on a Password field

2011-05-17 Thread Samuh
If there is no virtual keyboard, how would users enter their password if their phone doesn't have an actual keyboard? Lets just assume, there are other methods available to do that. The only option left is disabling that from the Settings? -- You received this message because you are

[android-developers] Re: Hide Keyboard on a Password field

2011-05-17 Thread Streets Of Boston
Try not to use a EditText control. Instead use a TextView and use the 'one of the other methods' to input the password and write masked chars into the TextView programmatically. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Hide Keyboard on a Password field

2011-05-17 Thread Mark Murphy
On Tue, May 17, 2011 at 10:42 AM, Samuh samuh.va...@gmail.com wrote: If there is no virtual keyboard, how would users enter their password if their phone doesn't have an actual keyboard? Lets just assume, there are other methods available to do that. Then don't use an EditText. The entire

[android-developers] Request for unsubscribe

2011-05-17 Thread niladri prasad padhy
Plese Unsubscribe my id -- 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: Hide Keyboard on a Password field

2011-05-17 Thread Samuh
Thanks for the suggestions. We want the user to enter the text, only that it would not be done using the Hard/Soft keyboard. Was of the opinion that setting the InputType to null and then using a TextWatcher/ customTransformationMethod to replace the character would help? -- You received this

Re: [android-developers] Re: Hide Keyboard on a Password field

2011-05-17 Thread Mark Murphy
On Tue, May 17, 2011 at 10:54 AM, Samuh samuh.va...@gmail.com wrote: Thanks for the suggestions. We want the user to enter the text, only that it would not be done using the Hard/Soft keyboard. Was of the opinion that setting the InputType to null and then using a TextWatcher/

Re: [android-developers] Request for unsubscribe

2011-05-17 Thread TreKing
On Tue, May 17, 2011 at 9:53 AM, niladri prasad padhy niladri.1...@gmail.com wrote: Plese Unsubscribe my id To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: Surveys using Google Docs

2011-05-17 Thread danielfjb
Yes, a WebView works fine. But maybe are there more options?, maybe an API of google, to get question by question of the form? In this way I could make an application showing one by one depending on the type of the question. I've been reading the Google Document List API but I haven't found

Re: [android-developers] Google In-App billing and Paypal

2011-05-17 Thread TreKing
On Tue, May 17, 2011 at 6:31 AM, darklord jeff...@code-monkey.nl wrote: Is it legal to add Paypal as an alternative payment method next to Google Checkout? Don't know about legality, but I'm pretty sure that's against the Market terms - you have to use the Market payment processor for

Re: [android-developers] Re: Surveys using Google Docs

2011-05-17 Thread TreKing
On Tue, May 17, 2011 at 10:09 AM, danielfjb daniel...@gmail.com wrote: maybe an API of google, to get question by question of the form? Google Docs Forms are backed by a Google Docs Spreadsheet, which offers several APIs for accessing (and even adding to) the data in the spreadsheet.

[android-developers] Mac source control

2011-05-17 Thread bob
What's a good source control system for the Macintosh Android developer? -- 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] Mac source control

2011-05-17 Thread Kumar Bibek
Git Svn Sent from my Nexus S On May 17, 2011 9:00 PM, bob b...@coolgroups.com wrote: What's a good source control system for the Macintosh Android developer? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Heatmap example for android

2011-05-17 Thread Marcin Orlowski
On 17 May 2011 15:19, Vinicius Carvalho viniciusccarva...@gmail.com wrote: Hi guys, just sharing a demo of a heatmap I've done: For a record - real heat maps fade in time. Quite easy to be added. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule

Re: [android-developers] Heatmap example for android

2011-05-17 Thread Marcin Orlowski
On 17 May 2011 17:48, Marcin Orlowski webnet.andr...@gmail.com wrote: On 17 May 2011 15:19, Vinicius Carvalho viniciusccarva...@gmail.comwrote: Hi guys, just sharing a demo of a heatmap I've done: For a record - real heat maps fade in time. Quite easy to be added. I mean at least these

[android-developers] NullPointerException related to AutoCompleteTextView

2011-05-17 Thread raukodraug
Hi everyone, I have an app in the market, and in the developer console, I've been receiving many reports that look like this: java.lang.NullPointerException at android.view.WindowManagerImpl.removeViewLocked(WindowManagerImpl.java: 275) at

[android-developers] NullPointerException related to AutoCompleteTextView

2011-05-17 Thread raukodraug
Hi everyone, I have an app in the market, and in the developer console, I've been receiving many reports that look like this: java.lang.NullPointerException at android.view.WindowManagerImpl.removeViewLocked(WindowManagerImpl.java: 275) at

[android-developers] Re: Accessibility on Motorola XOOM

2011-05-17 Thread Stanley Orlenko aka Smith
Is keyboard only one tool (except trackball or d-pad) for people with disabilities for android tablets? We develop application and customer requested accessibility features for this product. I'm looking for approximate vision how it should looks, works and how to test these features. I need to

[android-developers] Re: Does the Samsung Galaxy Tab 10.1v work with OSX?

2011-05-17 Thread Kevin TeslaCoil Software
I think the 10.1v is actually the fatter one and the 10.1 is the thinner one that was handed out at Google I/O and not publicly released yet? Anyway the whole Doesn't work with Mac, the world is ending news about the Google I/O tab was totally blown out of proportion. I use a Mac for development

Re: [android-developers] Re: Accessibility on Motorola XOOM

2011-05-17 Thread Mark Murphy
You are welcome to gesture-enable your Android application. On Tue, May 17, 2011 at 12:08 PM, Stanley Orlenko aka Smith orlenko.s...@gmail.com wrote: Is keyboard only one tool (except trackball or d-pad) for people with disabilities for android tablets? We develop application and customer

[android-developers] Re: Playback of audio

2011-05-17 Thread niko20
Welcome to android's audio stack. It has a latency of at least 90-100ms no matter what. The lower the quality of sound, and having it be mono and not stereo, will shorten the latency. But it is never going to approach iPhone latency levels at this time. -nik On May 17, 5:43 am, neha

[android-developers] Re: Accessibility on Motorola XOOM

2011-05-17 Thread Stanley Orlenko aka Smith
You are right, but I want to make the same accessibility behavior in application as in the android to not confuse user On May 17, 7:11 pm, Mark Murphy mmur...@commonsware.com wrote: You are welcome to gesture-enable your Android application. On Tue, May 17, 2011 at 12:08 PM, Stanley Orlenko

[android-developers] Fwd: Extra space is coming in tabs while adding images

2011-05-17 Thread Laxmi Verma
Hi, Any help on this ??? -- Forwarded message -- From: Laxmi Verma laxmiverma.andr...@gmail.com Date: Mon, May 16, 2011 at 7:27 PM Subject: Extra space is coming in tabs while adding images To: android-developers@googlegroups.com Hi, I am customising the tabs in my application

Re: [android-developers] Re: Accessibility on Motorola XOOM

2011-05-17 Thread Mark Murphy
On Tue, May 17, 2011 at 12:19 PM, Stanley Orlenko aka Smith orlenko.s...@gmail.com wrote: You are right, but I want to make the same accessibility behavior in application as in the android to not confuse user You are welcome to watch the accessibility presentation from Google I|O 2011, to learn

[android-developers] problem with wvga screen, landscape mode

2011-05-17 Thread Laxmi Verma
Hi, I had created layout-large-land folder in my android app and created and xml in that, but it is not being picked in wvga screen. I had also tried creating folder layout-xlarge-android but of no help. Can anybody help me what should be the name of the folder so that my xml can be picked up

Re: [android-developers] problem with wvga screen, landscape mode

2011-05-17 Thread Mark Murphy
On Tue, May 17, 2011 at 12:27 PM, Laxmi Verma laxmiverma.andr...@gmail.com wrote: I had created layout-large-land folder in my android app and created and xml in that, but it is not being picked in wvga screen.  I had also tried creating folder layout-xlarge-android but of no help. Can

Re: [android-developers] Re: Accessibility on Motorola XOOM

2011-05-17 Thread Romain Guy
We have ongoing efforts to improve accessibility on Android. On Tue, May 17, 2011 at 9:08 AM, Stanley Orlenko aka Smith orlenko.s...@gmail.com wrote: Is keyboard only one tool (except trackball or d-pad) for people with disabilities for android tablets? We develop application and customer

[android-developers] Re: Min SDK version vs target SDK vs actual android version app runs on

2011-05-17 Thread Leo
Hi Veritatis, Yes, I meant LabelMaker.java. Sorry typo. I don't mix the two. I only use OpenGL. I didn't know what you were referring to when you said graphics canvas + opengl mixing. The LabelMaker.java uses the graphics canvas and paint but it is to create a bitmap and texture binding for

[android-developers] BadParcelableException: lost CREATOR?

2011-05-17 Thread David Feshbach
Hi list My class implements Parcelable and does have a public static Parceleble.Creator object called CREATOR. Somehow I got a crash report in market with the following: android.os.BadParcelableException: Parcelable protocol requires a Parcelable.Creator object called CREATOR on class

[android-developers] Re: Mac source control

2011-05-17 Thread Yahel
Git has a rather steep learning curve but is the best tool available today. Svn is a lot simpler to learn and use but is not as versatile as Git. If you are a single developer on your project and don't want to invest the time then SVN is perfect for you. You'll be good to go in a few minutes. If

[android-developers] Connection between Android phone and python server suggestion

2011-05-17 Thread ingy abbas
how can i connect a server code python on PC with android mobile so that i be able to then and receive data between the server and the android mobile ?? but put in consider that the socket can not be open on the mobile android despite its open on the emulator and connect NOTE ::i want my Android

  1   2   3   >