[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-22 Thread Steve
. Mark Only saw 3G show up for a split second, otherwise I'm on Edge the rest of the time (I guess 3G isn't going to work). Steve On Dec 11, 9:57 am, Jackson Miller jackson.h.mil...@gmail.com wrote: I chose overnight shipping. FYI: here are my full APN settings for using my

[android-developers] Re: Android Dev Phone Battery life

2008-12-29 Thread Steve
I keep the WiFi on in my office since the cell phone connection is terrible, and the battery lasts only 2 or 3 hours. The WiFi is a great feature but really drains the battery. So now I keep the phone plugged in at my desk. On Dec 29, 3:18 am, joshv jvanderb...@gmail.com wrote: Yeah, I am

[android-developers] Re: Debugging on actual G1

2008-12-29 Thread Steve
I am getting the same problem On Dec 28, 9:59 pm, chrispix chris...@gmail.com wrote: I am not sure what is wrong, but I can't seem to debug on the G1, I can debug fine on the emulator, it runs fine on emulator with an iso sd card loaded. It runs fine on the G1, but when I go to debug it

[android-developers] Re: Debugging on actual G1

2008-12-29 Thread Steve
So on Windows, be sure you've installed the driver (I had already done that). Then be sure to add debuggable to your manifest, or just set it to true in Eclipse's application tab for the manifest (I needed to do that). After I updated the manifest, it's working. See this --

[android-developers] Re: Why Google does not accepts my Visa credit card?

2008-12-31 Thread Steve
Call your credit card company. It might be that they are flagging transactions as suspicious. They did that for me when I signed up. And also when I bought the Dev phone. On Dec 18, 1:43 pm, DOKA koma...@jinr.ru wrote: Hello all! I am trying to pay registration fee as Android developer to

[android-developers] Re: Dev1 Phone on ATT

2009-01-07 Thread Steve
That would explain why my 2G reception is so lousy!! Thanks for the tip. On Jan 5, 12:23 pm, Waldoh matthardw...@gmail.com wrote: According a report from OFB's Timothy Butler, ATT has been boosting its 3G coverage and signal strength over the last few months; however, the upgrade is at the

[android-developers] Re: Port my iPhone game

2009-01-11 Thread Steve
of indication of the level of project I'm working on (e.g. not just a simple few hundred line application that can be ported trivially). Best regards, Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] HTML links in a TextView inside a ListView

2009-01-29 Thread Steve
in a ListView? It seems like that *should* be possible, but I've been banging my head against this problem for a few weeks with no progress. What's the secret? Thanks! Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: HTML links in a TextView inside a ListView

2009-01-29 Thread Steve
to try it within a listview now 2009/1/29 Steve bigadventu...@gmail.com I've got a ListView where each item in the list is contains several controls. One of the items is a checkbox, and I can check/uncheck it without problems.  The other items are some TextViews and a WebView. I've got

[android-developers] Location Listener and Manager for multiple clients

2009-02-19 Thread steve
Hello, I hope this is the case. But I would like to confirm. I would like to know if Android LocationListener and LocationManager can handle location update requests from multiple independent client android applications at the same time. Aslo, since onLocationChanged of LocationListener

[android-developers] Re: SQLiteOpenHelper.onUpgrade

2009-09-11 Thread Steve
What is it exactly you are trying to do with your statement? I think you can only add columns during an upgrade (not change existing ones). On Sep 10, 2:28 pm, Marco Nelissen marc...@android.com wrote: On Thu, Sep 10, 2009 at 8:44 AM, c.a.due...@googlemail.comc.a.due...@googlemail.com wrote:

[android-developers] Re: Request to official ADC2 team.

2009-09-15 Thread Steve
+ + + On Sep 14, 11:40 am, Mobidev android.mobi...@gmail.com wrote: .               Once upon a time, we had this little group…http://groups.google.com/group/android-challengeAndroid Challenge: Discuss the Android Developer Challenge, including questions on contest details. You can also

[android-developers] Re: AVD for Motorola Cliq?

2009-09-16 Thread Steve
On Sep 11, 2:27 pm, Carl Whalley carl.whal...@googlemail.com wrote: Ok, sorry for posting before I read the link - the DPAD does adjust as you'd expect and it is explained further at the page Anna pointed to.. I'm not seeing this. What I see on the Cliq emulator is that when you've got the

[android-developers] Re: Publish Apps for Other Developers

2009-10-07 Thread Steve
Is the limitation that the buyers need to be in the allowed countries? Or is the limitation the country where the publisher resides? On Oct 6, 6:18 pm, polyclefsoftware dja...@gmail.com wrote: In terms of publishing apps for developers that reside in countries where they are not currently able

[android-developers] Re: Multiple tables in one ContentProvider

2009-10-07 Thread Steve
Seems like you could do that. Have you tried setting up your content provider so that it does a query against multiple tables? The whole idea of content providers (other than exposing data across apps) is that the app requesting the data doesn't need to know anything about the complexity behind

[android-developers] Re: Users have trouble upgrading my app in Android Market - anyone else?

2009-10-13 Thread Steve
Hasn't this always been an issue with the Android Market? (and especially worse with paid app installations) I don't think it's anything to do specifically with your app. On Oct 12, 4:42 pm, pawpaw17 georgefraz...@yahoo.com wrote: I've had more than one user say they have trouble when they

[android-developers] Re: How did you localize your app?

2009-10-13 Thread Steve
Look in the RES folder under platforms in the SDK. There's all of the localized strings to support the default apps, so you can get things like, yes, no, cancel, etc. On Oct 13, 5:54 am, Jason Van Anden jason.van.an...@gmail.com wrote: Wouldn't these words apply to any app?  Is this resource

[android-developers] Re: ListViews in tabs

2009-10-21 Thread Steve
I've used LinearLayout TabHost LinearLayout TabWidget/ FrameLayout and then added a list view to each tab programmatically. On Oct 21, 2:35 pm, Jason Proctor jason.android.li...@gmail.com wrote: I ask for 24 hours, I get 17 or so. Everybody's in such a rush... ;-) :-) i waited a little

[android-developers] Emulator Problem: No emulated GSM ubuntu 9.04 x64

2009-10-26 Thread Steve
It appears as though the emulated GSM portion of the android emulator is not working on my system. After scouring the web I have yet to find anyone with information about what might be causing the problem. When I fire up my avd (any avd), it says No Service If I go to Settings - Mobile Networks

[android-developers] Re: Emulator Problem: No emulated GSM ubuntu 9.04 x64

2009-11-13 Thread Steve
emulator will connect to the Android GSM network instead of just giving you the No Service message. On Oct 26, 2:50 pm, Steve number5al...@gmail.com wrote: It appears as though the emulated GSM portion of the android emulator is not working on my system.  After scouring the web I have yet to find

[android-developers] Re: Can recognizer use a file for audio input?

2009-11-18 Thread Steve
I have been planning a test of that very action. I doubt the recognition quality will be very good but I will post my results. Certainly, performing the recognition on a prerecorded file would be better but it doesn't appear possible within the confines of the SDK. Hopefully I am just missing

[android-developers] Re: Raw Audio Capture?

2009-11-23 Thread Steve
Check this out... http://emeadev.blogspot.com/2009/09/raw-audio-manipulation-in-android.html I tested it on my Droid and it will capture audio to a pcm file. On Nov 23, 12:54 pm, Wes wes.beli...@gmail.com wrote: I've read a lot of posts in this group regarding raw audio processing.  Most of

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread steve
Why is it that many applications do not turn up for the tattoo? This is a serious failing. I have a tattoo for testing purposes, after checking out the marketplace I found numerous applications were not available via the marketplace. In general I find browsing app's far more difficult and

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-17 Thread Steve
If that is a workable solution, any chance of including this in the next release of the stock SMS/MMS application? Is there a more appropriate forum to make requests for Android platform enhancements? Cheers Steve -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-17 Thread Steve
If that is a workable solution, any chance of including this in the next release of the stock SMS/MMS application? Is there a more appropriate forum to make requests for Android platform enhancements? Cheers Steve -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-19 Thread Steve
On Jan 19, 8:47 pm, dye...@wivsys.com dye...@wivsys.com wrote: When setting the action to ACTION_VIEW and type to vnd.android-dir/ mms-sms on the calling intent, multiple phone numbers can be passed via the address attribute using a semi-colon delimited list: Yes, I am familiar with using the

[android-developers] Whats the best practices when using Camera

2010-01-26 Thread steve
Greetings, I have an application that uses the camera quite heavily. I often find when I move between activities that the camera is quite liable to crash throwing the camera service is unavailable. I was wondering if their is a 'best practices' approach to using the camera service. I'm sure I am

[android-developers] Re: How to implement the long click event for the ExpandableListView

2010-02-02 Thread Steve
Check out this post on my blog http://steveoliverc.wordpress.com/ hope it helps On Feb 2, 7:37 am, manoj manojkumar.m...@gmail.com wrote: Hi, can any one please suggest me how to implement the long click (onItemLongClick()) for the Expandable list view? Thanks, Manoj. -- You received

[android-developers] Re: size limit of shared preferences

2010-02-02 Thread Steve
Probably not enough for your contacts. I've gotten a few thousand characters into a single pref. I guess you could make a different pref for each contact but why not do what the other person said and go with a SQLite db. On Feb 2, 2:35 am, Nemat nemate...@gmail.com wrote: Hi friends I

[android-developers] Re: AppWidget on Homescreen: How to focus ImageView or TextView with trackball?

2010-02-08 Thread Steve
What was the fix? On Feb 7, 4:10 am, Moritzz moritz...@googlemail.com wrote: Okay I fixed that one ;) On Feb 6, 8:29 pm, Moritzz moritz...@googlemail.com wrote: Hi, I coded an AppWidget the user can add to his homescreen. There are a bunch of images (ImageView) in it that perform

[android-developers] Re: PVMFFailure when using MediaPlayer for radio streams

2010-02-11 Thread Steve
I can make this work on 1.6 with this link http://www.colorado.edu/AmStudies/lewis/Design/blue.mp3 What is the url you are trying to connect to? On Jan 29, 6:08 am, David trend...@gmail.com wrote: ps-I am using version 1.5 on a HTC phone On Jan 14, 9:48 pm, Tanmay tanm...@gmail.com wrote:

[android-developers] Re: ExpandableListView won't redraw, static group data, dynamic child data

2009-07-30 Thread Steve
I don't know anything about datasetobserver, and I'm sure there are better ways to do this, but a hack that works for me is to keep track of when you need to refresh the list. If the user creates a new entry while in the expandable list, then I launch that as an activity for a result, and if it

[android-developers] Re: AndroidAPI App

2009-08-16 Thread Steve
Great idea! How much space does it need? On Aug 14, 11:34 am, Andrei gml...@gmail.com wrote: I wrote my first Hello World App for Android: AndroidAPI It should be useful for Android developers Actually it provides full Android Java API on your Android phone and does not require

[android-developers] Re: Cant create tabbed activity.

2009-08-18 Thread Steve
You could also use TabActivity instead of Activity, and then you wouldn't need to use a layout xml file. On Aug 18, 11:47 am, dmtrl...@gmail.com dmtrl...@gmail.com wrote: This example on tutorials at developer.android.com (and do not works) public void onCreate(Bundle savedInstanceState) {    

[android-developers] Re: AndroidAPI App

2009-08-19 Thread Steve
no luck, it only gives me the option to download to the sd card, and when I pick that, it bombs out, here's the log dump -- I/ActivityManager( 61): Displayed activity com.andreig.droidoc/.JavaAPIActivity: 27788 ms I/installd( 39): free_cache(7838100) avail 4800512 D/(13758): unable

[android-developers] Re: How to generate binaries with different configuration settings in Eclipse

2009-08-21 Thread Steve
Anyone? I'd appreciate any info on this as well. On Aug 5, 1:40 am, Tushar tusharpatu...@gmail.com wrote: Hi, This is more of Eclipse related to question, but  taking chances as someone might faced this issue for android development. For my android application I want to generate multiple

[android-developers] Re: Intent.ACTION_SEND problems with platform\emulator 1.1

2009-09-01 Thread Steve
I'm getting the same problem. Works fine on my device. On Sep 1, 9:39 am, JKrapp skelfmob...@gmail.com wrote: Hi,  thanks for the reply :) But it's not clear to me why the emulator 1.1, with a running email and text messages clients (the default ones) , doesn't handle the

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Steve
lookup next time. Edit the definitions as you like, and add your own pages of Latin text. Includes a few texts. By: Steve Oliver Published on the market: No, waiting for ADC2 feedback (older version already on market) Website: http://steveoliverc.squarespace.com (the original app) I was not planning

[android-developers] Re: Soft keypad doesn't appear if EditText.setOnClickListener() is set?

2009-12-02 Thread Steve
I just dug into an edit text I was working on a while back, and I see I used setOnKeyListener and setOnTouchListener in addition to setOnClickListener. Not 100% that I remember why I had to do that :) but in any case the soft keyboard will open when you click or touch the edit text, and also you

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-04 Thread steve
While we are at it , any idea why the exif interface is not availableon the tattoo ? On Dec 2, 12:08 am, tomei.ninge...@gmail.com tomei.ninge...@gmail.com wrote: After I rebuilt my app a few times w/o change the AndroidManifest.xml, my user told me now he can see it on the Android market. This

[android-developers] Re: Advanced Camera Settings

2009-12-05 Thread steve
Any idea if this is possible? Can it only be done with the NDK? On Nov 12, 7:20 pm, e3 eerw...@gmail.com wrote: Hello,      Does anyone know if there is built in support for more advanced camera functionality within the Android API? I am speaking specifically about settings such as:PseudoISO

[android-developers] Is it possible to change shutter speed or f-stop settings

2009-12-07 Thread steve
Is this possible on any of the android phones? I need to dynamically change the f-stop settings in my application but so far I'm unable to find any android phones where this is possible. Can anyone tell me if any android devices actually support this? -- You received this message because you are

[android-developers] Re: Facebook login fail

2009-12-15 Thread Steve
I spent some time with this a couple of weeks ago. I recall there is a warning on the download page that it is alpha and not to be used in production. I was able to get it to login to Facebook and process an extended permission, and post to my wall. However I could not get it to process a

[android-developers] Texture compression

2009-12-27 Thread Steve
, whether multiple methods should be supported (ideally), and what sort of performance/memory win can be had from implementing them. Finally some source code/links to tools to do all this would be handy. Can anyone help? Has anyone actually managed to do any of this? Steve -- You received this message

[android-developers] Re: Texture compression

2009-12-28 Thread Steve
though :o) Steve On Dec 28, 3:56 am, Lance Nanek lna...@gmail.com wrote: Hmm, the OpenGL ES 1.0 spec says OES_compressed_paletted_texture is a required extension in both Common and Common-Lite profiles:https://www.khronos.org/registry/gles/specs/1.0/opengles_spec_1_0.pdf Looks like the method

[android-developers] Downloader activity

2010-01-01 Thread Steve
. It is a fullscreen GL app. Any ideas? Steve -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: Downloader activity

2010-01-02 Thread Steve
)); preconditionActivity.finish(); Steve On Jan 1, 7:02 pm, Steve rockthesm...@gmail.com wrote: Hi there, I have integrated thedownloaderactivity (Google provided) into my application.. On the whole a very straight forward process. A problem I have though, is, after thedownloaderhas completed the window

[android-developers] Public calendar API for android

2010-01-07 Thread Steve
Hi. Is someone from Google able to advise when the android SDK is likely to include a public API for reading/writing event data to the user's calendar? Searching the forums I see that this is a much desired feature by many developers but I haven't seen any indication as to when (or even if) this

[android-developers] Take a screen shot of device?

2010-01-12 Thread steve
Greetings, Is there anyway to take screen shots of my device while it is unconnected from DDMS ? Thanks, Steve -- 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] Best way to launch messaging app via intent

2010-01-13 Thread Steve
Hi. What is the recommended way to launch the messaging app (for sending an MMS message) via an intent? The following code works on my HTC Magic ... Intent intent = new Intent(Intent.ACTION_SEND); intent.putExtra(address, 021555); intent.putExtra(sms_body, my message text);

[android-developers] Best way to launch Messaging app via intent

2010-01-13 Thread Steve
Hi. What is the recommended way to launch the messaging app (for sending an MMS message) via an intent? The following code works on my HTC Magic ... Intent intent = new Intent(Intent.ACTION_SEND); intent.putExtra(address, 021555); intent.putExtra(sms_body, my message text);

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-13 Thread Steve
to cover this.) Any plans to add this to an upcoming release? Cheers Steve On Jan 14, 9:42 am, Mark Murphy mmur...@commonsware.com wrote: Dianne Hackborn wrote: The stock SMS/MMS application handles the SENDTO action with an sms:, smsto:, mms:, or mmsto: URI.  I can't guarantee that devices

[android-developers] SoundPool queries

2010-07-03 Thread Steve
of work, and I agree these should remain, but I'd like to see something perhaps lower level exposed, which the SoundPool could wrap around perhaps. Many thanks for your time, Steve -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] NewsDroid Tutorial

2010-07-12 Thread Steve
Has anyone used this tutorial for SDK 2.1? I want to use this tutorial and build upon it but it has errors when I try to use it in an 2.1 format and I don't know how to fix it. Can anyone help me PLEASE? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Googlenav package

2010-10-14 Thread Steve
Hi, I can't import com.google.googlenav package in my class (SDK 1.0) so I looked up (SDK 0.9) an android.jar file I could see this package. I been told that that googlenav package is no longer supported? Any one have alternative to solve the problem with driving direction? -- You received this

[android-developers] Re: Keeping an application transparently on top of all other applications

2009-05-05 Thread Steve
If it's completely transparent, then do you also mean the user cannot interact directly with it? if so, why not use a service? What are you trying to accomplish? On May 4, 10:54 pm, Alex Jurgensen asquare...@gmail.com wrote: Hi, All, How can I keep my application which is a transparent

[android-developers] Re: How to send SMS between two emulators (SDK 1.5 or older)

2009-05-24 Thread Steve
Not working for me on a Mac with SDK 1.5, and others have seen the same thing, here is the issue http://code.google.com/p/android/issues/detail?id=2660 Seems to have something to do with the AVD's that are new in 1.5 and the emulators not recognizing that part of the port name. On Apr 17,

[android-developers] Re: SDK 1.5: unable to send SMS to another emulator

2009-05-24 Thread Steve
Not working for me either, running a Mac with SDK 1.5. I wonder if the new AVD's have somehow broken the port numbers, and since you have to run each emulator against a separate AVD, now the 2 emulators can't see each other. Argh! On May 13, 1:59 pm, Laurie mamla...@gmail.com wrote: Same for

[android-developers] Re: Publishing Paid Apps on Android Market Can Cost You Money

2009-06-04 Thread Steve
Ouch! As if using google checkout wasn't bad enough in the first place. Hope this works out for you. On Jun 3, 12:47 pm, Blake blakelapie...@gmail.com wrote: A few weeks ago I get an email from Google Checkout Chargebacks: Hello, On 5/12/2009 we received a chargeback notification for

[android-developers] Re: Excluding test files from the compiled Android app

2009-06-05 Thread Steve
I've only dabbled in the JUnit with Android 1.5 so far, but I think that if you take a look at the API Demos app you will see that they have done exactly what you suggested (move the test classes into a folder called tests). I'm not on my dev machine right now so I can't confirm but I think you

[android-developers] Re: java.net.SocketException after HTC 4G latest update...

2010-12-21 Thread Steve
Moto medicalsounds at gmail.com writes: Yes, I have internet access...  I can even connect to an URL and fetch a file via code without any issues.  This just seems like a weird HTC typical fragmentation issue... :(  In the past there was an issue with RTSP servers and WIFI. It would only

[android-developers] Re: Google TV Remote Control App

2010-10-23 Thread Steve
Where do you get the remote control app? All I can find is the one for Logitech Revue. On Oct 22, 8:03 pm, keyeslabs keyes...@gmail.com wrote: Has anyone put a packet sniffer on the remote control app provided for Android devices to interact with Google TV? I'm curious about what the protocol

[android-developers] Re: Trackball / d-pad navigation and Tabbed activities

2010-10-28 Thread Steve
Hi I'm not *relying* on a trackball / D-pad being present, but I would like to support navigation using that input method for those devices that have it. Thanks. On Oct 28, 1:51 pm, gjs garyjamessi...@gmail.com wrote: Hi, I suggest not relying on devices having Trackabll / D-pad, many

[android-developers] Populate URL Login Fields with User-Preset information

2010-11-22 Thread Steve
Hi everyone. Pardon me as I am an ultra noob working with App Inventor. I know there are similar topics out there, but most of them deal with encrypting login information, etc, of which is no concern to me. Is there a way, within App Inventor, to perform said activity? Specifically, there are

[android-developers] ADC 3 ?

2010-05-20 Thread Steve
I was hoping for an announcement of the third Android Developer Challenge at Google IO today, but I gather there has been no such announcement. Can anyone from Google comment on whether or not there will be an ADC this year? Thanks ... -- You received this message because you are subscribed to

[android-developers] Collision detection for Android game

2010-05-30 Thread Steve
Hi all, Would you like to recommend any collision detection engine for Android game? I've tried JBox2D, but it produces a lot of GCs which stop the game about 300ms =( -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Petitions to Google

2010-06-05 Thread Steve
Hello, I'm fairly late to this thread. I join it now that it seems it has mostly devolved into the discussion of how useful conditional compiling is. In general I do not have the luxury of a build environment with a modern IDE. Thus, the ability to use the CPP and #include is invaluable. I'd

[android-developers] Developnnet issues

2010-06-07 Thread Steve
on multiple versions/devices. Has this been addressed since the above article was written in Nov 2009. Steve. -- 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] BroadcastReceiver and abortBroadcast()

2010-06-22 Thread Steve
Hi all Are there any good design patterns to solve the following problem: How can I best implement a BroadcastReceiver that may need to consume the current broadcast (via abortBroadcast()), but it first needs to perform some non-trivial work to determine whether or not the broadcast should be

[android-developers] Re: BroadcastReceiver and abortBroadcast()

2010-06-22 Thread Steve
durations (say 1 second or less). I'll do some further analysis to check that this will be a viable approach. Thanks again. Steve -- 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

[android-developers] Sleep mode - technical documentation?

2010-06-23 Thread Steve
I'm trying to find some official android documentation that discusses sleep mode, with a focus on issues that might be of relevance to app developers. For example, things like: 1. What causes a device to enter / exit sleep mode? 2. How are running processes impacted when the device enters

[android-developers] how to mute radio and route audio via bluetooth connection

2011-01-14 Thread Steve
anything but gets me no closer to the goal. Any assistance here would be much appreciated. thanks, steve -- 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] Exceptions in user libraries

2011-01-23 Thread Steve
Java code that is being called from my native code with try/catch/print exception blocks so I can avoid this problem again. I look forward to your responses, Steve -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] SoundPool - sample XXX not READY

2011-01-24 Thread Steve
don't have a sensible method of querying when a sound is actually loaded in Android 1.6. Someone out there must have a largish game on Android 1.6, using the SoundPool successfully? Can anyone help? Many thanks, Steve -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: SoundPool - sample XXX not READY

2011-01-25 Thread Steve
sample... Steve On Jan 25, 3:28 pm, darrinps darri...@gmail.com wrote: I have a sound based application on the market and use SoundPool. Long story short, it is quirky to say the least and only likes small sound files. I have been able to play sounds over and over (as in a loop) and change sounds

[android-developers] Re: SoundPool - sample XXX not READY

2011-01-25 Thread Steve
be a few seconds) so if you play for a moderate amount of time, it is rather easy to have loaded more than 256 sounds loaded and unloaded. darrinps: It would be interesting to know if you have overcome this hurdle, or if you simply haven't hit the 256 limit. Steve On Jan 25, 11:47 pm, Steve

[android-developers] Re: SQLite DROP Database

2009-07-15 Thread Steve
Just did something like this today -- mCtx is a reference to the context -- public void deleteDatabase() { mDbHelper.close(); mDb.close(); if (mCtx.deleteDatabase(DATABASE_NAME)) { Log.d(TAG, deleteDatabase(): database deleted.); } else { Log.d(TAG,

[android-developers] Re: Experimental Bluetooth Library

2009-07-24 Thread Steve
: it works with any device with its bundled firmware I've been waiting for someone more knowledgeable than me to do this. Hopefully, I'll be talking to my LEGO robots in no time. Thanks Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Protocol exception : too many redirects

2010-03-08 Thread steVe
Hi All, I get this protocol exception error when I try to read a rss feed. Its loading fine on the emulator. But when I test on my device (Droid), it throws the below error. --- 03-08 12:29:25.210: ERROR/AndroidRuntime(5108): Caused by:

[android-developers] Creating app to fetch data from internet and customizing display for mobile device

2011-03-09 Thread Steve
Hi all, I have been told to create an application which needs to fetch data from the internet based on the search term and display the results in a tabular format in a fashion customized for mobile devices. Currently we have a website which fetches all the songs information based on the search

[android-developers] best way to implement this screen layout?

2011-03-14 Thread Steve
I'm teaching myself android development, so please excuse me. I would like to have a single dynamically created list on one screen where I can select an item and have something like a context menu show up containing two columns of dynamically created text, then from there take you either back to

[android-developers] Re: How can we open browser in Android through code?

2011-04-20 Thread Steve
This will do: Uri uri = Uri.parse(http://www.example.com;); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent); -- 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] Menus for tabs do not show in action bar

2011-04-22 Thread Steve
Am porting to honeycomb. For one of my activities, a menu is not showing up in the Action Bar. I have a TabActivity. Two tabs. A ListActivity in each. When the TabActivity is visible, the action bar shows the normal icon title, but there is no menu or menu choices. On honeycomb,

[android-developers] Does setPasswordHistoryLength work with PASSWORD_QUALITY_COMPLEX?

2011-04-25 Thread Steve
passwords. Thanks, - Steve P.S. Here's the doc I am reading: http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#setPasswordHistoryLength%28android.content.ComponentName,%20int%29 P.P.S. If COMPLEX is omitted, why? -- You received this message because you

[android-developers] Re: Menus for tabs do not show in action bar

2011-04-28 Thread Steve
An good workaround is described in the docs, under User Interface, Creating Menus. This will allow me to implement dynamic menus in TabActivity. On Android 2.3 and lower, the system calls onPrepareOptionsMenu() each time the user opens the Options Menu. On Android 3.0 and higher, you must call

[android-developers] pruning the Asmack jar

2012-08-28 Thread Steve
Does anyone have experience with whittling down the Asmack .jar to bare essentials? I've had luck using it for XMPP communications, but including it adds a meg to an app that's otherwise less than 32k. Is there anything that CAN be whittled out of it? -- You received this message because you

[android-developers] Re: Google nudity policies question. Is our content approvable or not?

2012-09-04 Thread Steve
Nice job of product promotion, though. On Tuesday, September 4, 2012 9:33:57 AM UTC-4, Artyom Karma wrote: Hi! we're dev team called Hot Pies. https://play.google.com/store/apps/developer?id=Hot+Pies We have an idea of nu art 3d Live Wallpaper and we wanna know if Google Policy allows us

[android-developers] Re: 1200 JPEGs

2012-09-04 Thread Steve
Next question: how are you going to get them onto the end-user's device? You may need an installer that does an ajax call to get the names, then pulls them one by one from a server and writes them to the SD. On Tuesday, September 4, 2012 1:51:14 PM UTC-4, bob wrote: So, I have roughly 1200

[android-developers] can't make toast from an Asmack MessageListener

2012-09-04 Thread Steve
Hi...I've got a service that uses the Asmack library to talk XMPP. The class is an extension of Service, that implements the Asmack MessageListener interface, so it's hit when a message comes in. I can make both toast and notifications from onCreate(). I can make both toast and notifications

[android-developers] Re: 1200 JPEGs

2012-09-04 Thread Steve
But then won't they take up twice as much space until they're unpacked? On Tuesday, September 4, 2012 2:18:32 PM UTC-4, John Coryat wrote: Package them up as an expansion file. That would be a lot simpler than calling them one by one through from a server. -John Coryat -- You received

[android-developers] Re: I had android doubt please go to link and give your suggestions.

2012-09-12 Thread Steve
I understand you are sincerely looking for help, and I'm sure it's important to you, but...you've listed four groups and ten individuals, not counting this group, and it's a link to your post on a forum. Is this, perhaps, a bit...much? On Tuesday, September 11, 2012 7:56:27 AM UTC-4,

Re: [android-developers] Can I prelaunch an app?

2012-09-13 Thread Steve
The use case is that some apps are godawful slow to load. In Windows you can start two programs and do stuff with the faster-loading one while the slower-loading one is still loading. It would be nice to do that on a droid if you're hell-bent on not wasting time waiting for a single app to

[android-developers] Re: Combine two android apps

2012-09-17 Thread Steve
On Friday, September 14, 2012 5:36:27 PM UTC-4, bob wrote: Sounds like you will have two Activity classes. Then you will call startActivity to start the second one. And, you will pass the output of the first one as an extra to the second activity. Or perhaps have one app be a Service that

[android-developers] BaseExpandableListAdapter implements Filterable?

2011-09-27 Thread Steve
', 'filterResults' and 'publishResults' methods. In the expandableListAdapter I can still get a filtered set of results, but the expandable list is not re-drawn with new values. Does anyone have experience/ an example illustrating how to filter an expandableListAdapter by group/child? Thanks, Steve

[android-developers] Re: E/dalvikvm: Could not find class 'xxx', referenced from method yyy

2012-04-05 Thread Steve
I met this issue too. I can't find the way to work around or fix it Anyone can help me? On Friday, March 9, 2012 6:46:15 PM UTC+8, alex2k8 wrote: I have migrated to adt-17-preview (http://tools.android.com/download/ adt-17-preview http://tools.android.com/download/adt-17-preview),

[android-developers] forcing Nexus Prime ICS 4.0 device to download phone APK

2011-12-21 Thread Steve
Is there a way to force the Android Market to recognize the new Verizon Nexus Prime ICS device as a *phone* rather than a tablet? It keeps downloading the tablet APK instead of the phone APK on that one phone. How should the manifests look between the phone and tablet APK to get the Nexus Prime to

[android-developers] forcing Nexus Prime ICS 4.0 device to download phone APK

2011-12-21 Thread Steve
Is there a way to force the Android Market to recognize the new Verizon Nexus Prime ICS device as a *phone* rather than a tablet? It keeps downloading the tablet APK instead of the phone APK on that one phone. How should the manifests look between the phone and tablet APK to get the Nexus Prime to

[android-developers] Android 3.1 DevicePolicyManager.ACTION_ADD_DEVICE_ADMIN behavior

2011-07-06 Thread Steve
ADD_DEVICE_ADMIN in such a way to defer the call to onActivityResult until after the user has accepted or rejected the device administrator? - Steve P.S. Did the behavior change or has my app just been getting lucky? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Openings for Technical Recruiters in Hyderabad

2012-02-22 Thread steve
Quote the reference of Steve Must have 1+year experience in recruitment. At least 1year Experience in Visas – OPT, H1B, EAD, GC US Citizen. Able to Handle with F1, OPT, CPT and H1B Transfers. Experience in H1B Visa Filling and Transfer. Good Knowledge about TN Visa and E3 Visa. Experience

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-07-09 Thread Steve
Thanks for Garreau and other There is a topic that I'm interested in. I also check why cacheColorHint interrupt the performance. #00 means transparent to background, so the View must blend to back gourd very frame. It's terrible for performance. Some reference for more information:

  1   2   3   4   5   >