[android-developers] Re: Developing Android app for tablet

2010-09-05 Thread ben
I would make sure your app isn't drawing anything to exact pixel locations and sizes. If you're using the built in layouts you should be in good shape. Also you can use the AVD manager to create an emulator with larger resolutions and screen sizes. That should at least give you some idea of what

[android-developers] Google TV applications

2010-09-04 Thread ben
I've seen a few preview videos of Google TV pop up on the internet. I noticed they contained several apps such as GameTime and the Weather Channel. I was wondering how this is possible since there's no API yet and no announcement of one from Google. It's going to make awfully difficult for people

[android-developers] Re: Google TV applications

2010-09-04 Thread ben
googlec...@antlersoft.com wrote: On 09/04/10 08:55, ben wrote: I've seen a few preview videos of Google TV pop up on the internet. I noticed they contained several apps such as GameTime and the Weather Channel. I was wondering how this is possible since there's no API yet and no announcement

[android-developers] Re: appSearchData usage

2010-08-24 Thread Ben Edwards
Figured it out. Within the Search Activity access the appSearchData like so: Bundle appSearchData = intent.getBundleExtra( SearchManager.APP_DATA ); On Mon, Aug 23, 2010 at 2:40 PM, bennybeta bennyb...@gmail.com wrote: Hello, I am kicking off a search using Quick Search Bar like below,

[android-developers] Re: Settings.Secure.ANDROID_ID not unique on DROID2?

2010-08-23 Thread Ben Pellow
, after a device has updated to a version of the os/firmware that will correctly set it? My assumption, correct me if I'm wrong: In order to cure this insecure android id, a client must both update and reset? -Ben On Aug 21, 6:28 am, OldSkoolMark m...@sublimeslime.com wrote: Perhaps this has

[android-developers] Re: USB Issues: 2nd Droid not recognized by ADB

2010-08-23 Thread Ben Pellow
I had this issue. authorwjf suggested a fix that worked at the bottom of this post. Switched usb driver in device manager to USB Composite Device and it worked for me. Instructions: http://groups.google.com/group/android-developers/browse_thread/thread/3571170253b99d0/92c8a626e08e2574 On Aug

[android-developers] Re: connected Motorola Droid not recognized by adb

2010-08-20 Thread Ben Pellow
Thanks a-wjf. Switching device driver to USB Composite Device worked like a charm. Kostya, I've never seen that menu and on both 2.1 and 2.2 the Droid only allows for mounting and unmounting from that menu. But, your screenshots are sweet and I'd like your menu instead of mine. On Aug 19, 1:28 

[android-developers] Re: connected Motorola Droid not recognized by adb

2010-08-19 Thread Ben Pellow
testing at this point. Anyone else seen this issue or know more about it? Ben On Aug 12, 3:55 am, Kostya Vasilyev kmans...@gmail.com wrote:   John, I am developing on a Moto Milestone, which is essentially same phone. Pull down the status area. Select the item with the USB icon (USB connection

[android-developers] Re: Bug with Android 2.2 Layout Gravity?

2010-08-05 Thread Ben Pellow
Other possibly useful links about negative margins and Froyo: http://code.google.com/p/android/issues/detail?id=9280 http://code.google.com/p/android/issues/detail?id=8754 On Aug 5, 11:48 am, TreKing treking...@gmail.com wrote: On Thu, Aug 5, 2010 at 12:53 PM, Stan stande...@gmail.com wrote:

Re: [android-developers] Re: got a problem to learn Android

2010-06-28 Thread ben linus
some of the JVM-related comments in the tutorials but programming is the same in every language, so what you learn in Java, you can translate over to any other language, and develop in that also. On Jun 25, 3:02 am, ben linus benzhe...@gmail.com wrote: thank you for the book you recommended

Re: [android-developers] Re: got a problem to learn Android

2010-06-24 Thread ben linus
need book recommendations I have a few ebooks. On Jun 22, 5:13 am, ben linus benzhe...@gmail.com wrote: Hi , Does anyone can tell me how to master android fast, i am a beginner. The official doc is so tedious, i have no clue to learn it. expect your reply and thanks for it. -- You

Re: [android-developers] Re: got a problem to learn Android

2010-06-24 Thread ben linus
and an advanced one, and in my opinion they are very very understandable (I have read some very techincal Android books as well, but those became very boring very fast)... http://commonsware.com/ On 22 jun, 11:13, ben linus benzhe...@gmail.com wrote: Hi , Does anyone can tell me how to master

[android-developers]got a problem to learn Android

2010-06-23 Thread ben linus
Hi , Does anyone can tell me how to master android fast, i am a beginner. The official doc is so tedious, i have no clue to learn it. expect your reply and thanks for it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Two articles on Android app development

2010-06-03 Thread Ben
Thanks! Looking forward to reading your blog. On Jun 3, 7:56 am, Ivan iwan.mem...@gmail.com wrote: Fellow developers! I wrote two articles about Android app development, based on my own experience. I think they might be interesting to you. One is called Developing an App with a Background

[android-developers] Re: Advanced UI tutorials

2010-05-27 Thread Ben
These look great; can't wait to open up the source and take a look this evening! Thanks for sharing and please continue :) On May 24, 4:24 am, Andreas Agvard andreas.agv...@sonyericsson.com wrote: Me and a collegue at Sony Ericsson has recently started a series of tutorials focusing on

[android-developers] Copy a Table

2010-04-06 Thread Ben
wanted to duplicate an entire table at another preexisting table? Any help would be greatly appreciated. Ben http://defiledroid.wordpress.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Query Loop!?

2010-04-06 Thread Ben
(LoseTables.get(i), values, null, null); } } It's not pretty, but it gets the job done, should work if you have a lot of tables all requiring similar action. Regards, Ben http://defiledroid.wordpress.com/ On Mar 9, 7:58 pm, Ben defiledr...@gmail.com wrote: I am

[android-developers] Re: Copy a Table

2010-04-06 Thread Ben
I do believe that would be the ticket! Thanks much :) Regards, Ben http://defiledroid.wordpress.com/ On Apr 6, 7:03 pm, theSmith chris.smith...@gmail.com wrote: I believe this is what you want. DROP TABLE character2 SELECT * INTO character2 FROM character3 --- Creator of My

[android-developers] Append Text To Start Of TextView

2010-03-13 Thread Ben
that they don't have to scroll down to see the last round of combat. Any help would be greatly appreciated. Respectfully, Ben https://sites.google.com/site/defiledroid/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Query Loop!?

2010-03-10 Thread Ben
. Thanks, Ben https://sites.google.com/site/defiledroid/ On Mar 10, 4:54 am, James Wang jameswangc...@gmail.com wrote: You should take a look at SQLiteDatabase.execSQL. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Query Loop!?

2010-03-09 Thread Ben
the SQLiteQueryBuilder http://developer.android.com/reference/android/database/sqlite/SQLiteQueryBuilder.html - but it didnt quite seem to be what i was looking for. Is this possible/feasible? Any help would be much appreciated. Respectfully, Ben https://sites.google.com/site/defiledroid/ -- You

[android-developers] Automate Google Maps on Android

2010-03-08 Thread Ben Miller
I posted a blog on test automation example of 'Google Maps' on android emulator http://auto-simple.blogspot.com/2010/03/automate-google-maps-on-android.html -- 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: OpenGL ES 2.0 on Eclair

2010-02-10 Thread Ben Gotow
write a great painting app. For now, I'm off to work on the iPad! - Ben On Feb 10, 8:21 am, Justin Giles jtgi...@gmail.com wrote: How about a ballpark guess?  Months?  Years? Hey, me too!  Trying to find a good book on OpenGL ES 1.x is tough.  Finding one with OpenGL ES 1.x + Java is near

[android-developers] Re: OpenGL ES 2.0 on Eclair

2010-02-10 Thread Ben Gotow
Thanks for the feedback, Romain. I definitely understand the need to get it right - keep us posted. - Ben On Feb 10, 12:04 pm, Romain Guy romain...@android.com wrote: We understand your frustration but we need to get this right. OpenGL ES 2.0 is coming. On Wed, Feb 10, 2010 at 9:56 AM

[android-developers] Programmatic UI Issues

2010-02-03 Thread Ben Griffiths
Hi, I need to add some parts of my UI programmatically. I'm doing this because I need to set the ids of some elements up in such a way that they can be easily access in a for loop. So far I have this xml: ?xml version=1.0 encoding=utf-8? LinearLayout

[android-developers] Re: Programmatic UI Issues

2010-02-03 Thread Ben Griffiths
Thank you! An obvious answer, I must have been staring at code for too long for it to make sense anymore. -- 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: OpenGL ES 1.1 question (one more time...)

2010-01-12 Thread Ben Gotow
this and other functions soon! - Ben On Jan 12, 9:08 pm, Philip philip.dese...@gmail.com wrote: Would it be possible in the foresable future to get the glColor4ub implemented? I am killing my drawing performances with the bunch of division by 255 on the bytes I need to convert to float to use

[android-developers] Re: How to Read/Write .CSV

2010-01-11 Thread Ben
help the next person coming along with CSV questions. Respectfully, Ben On Dec 17 2009, 9:35 am, Ben defiledr...@gmail.com wrote: Mark, Matt, thanks a ton for the help. Just needed some direction and I think I've got it. If I get this working as I'm hoping will post the source here to benefit

[android-developers] Re: iPhone to Android: Creating good Android Interfaces

2010-01-09 Thread Ben Gotow
Kyle Stewart over at BinarySheep.com seems to feel the same way about the lack of HI guidelines. He's drafted his own guidelines off of the iPhone HIG documentation - looks pretty good, but there's lots left to add: http://www.binarysheep.com/?p=108 - Ben On Jan 8, 3:54 am, Michael Rueger

[android-developers] Re: iPhone to Android: Creating good Android Interfaces

2010-01-09 Thread Ben Gotow
and often unnecessary. Sometimes on the iPhone, you can't add features for lack of button space -- and the menu overcomes that problem beautifully. But is it really intended to contain all the actions of the activity? I feel like there should still be a standard for on- screen buttons... - Ben

[android-developers] iPhone to Android: Creating good Android Interfaces

2010-01-07 Thread Ben Gotow
Hey everybody, I'm porting an iPhone app to Android and I'm having trouble designing an interface that looks and feels Android. I've read all of the design documents in the Android Dev Guide and looked through all the Google-designed apps, but I feel like the layout of activities is largely

[android-developers] Geolocation in Browser works in 1.6 (Gears) but not 2.0 (HTML5/W3C) - Tested in emulator and real devices.

2010-01-06 Thread Ben Hedrington
the navigator.geolocation element (excellent!) and waits for the user to share but no popup appears on the device and it cannot proceed. Any thoughts? The test site: http://www.bctx.info/wx -Ben -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to Read/Write .CSV

2009-12-17 Thread Ben
);                         fos.write(bytes);                         fos.flush();                         fos.close(); you may prefer to write the sdCard, but then you will have to handle your own security.  Or you may not care. On Dec 14, 11:56 pm, Ben defiledr...@gmail.com wrote: I'll open with, I googled

[android-developers] Re: Nexus One dev phone

2009-12-17 Thread Ben Gotow
On this same note, I don't actually need to have a Nexus One, but could you tell us what OpenGL extensions are supported by it's graphics hardware? It would really help me push a game out that would take advantage of it's (presumed) awesomeness! - Ben On Dec 17, 1:42 pm, Dan Sherman impact

[android-developers] Re: Using Adapters

2009-12-16 Thread Ben Griffiths
Okay, so I've got down the LinearLayout in a ScrollView way and I seem to have hacked something together... But, it doesn't quite work. It does something - see the linked pictures Hierarchy: Before http://tinyurl.com/ybl7f8j After http://tinyurl.com/ybohtyv App: Before

[android-developers] Using Adapters

2009-12-15 Thread Ben Griffiths
Hi, I would like to implement a UI that behaves in a similar way to editing/adding contacts on official contact app. Specifically, I would love the user to be able to press a button to add as many EditText parts as they need. This sounds like a jobs for adapters! That is as pretty much as far as

[android-developers] Re: Using Adapters

2009-12-15 Thread Ben Griffiths
Thanks for a very quick reply! On custom Adapters in ListViews, here's an excerpt from one of my books that discusses the topic: http://commonsware.com/Android/excerpt.pdf Thanks, I'll give that a read. Or, this could be a LinearLayout in a ScrollView, and you are modifying the roster of

[android-developers] How to Read/Write .CSV

2009-12-15 Thread Ben
I'll open with, I googled this thing like crazy, searched anddev and a few other boards (including this one) and can't quite find what I'm looking for. The predicament : all CSV examples are in reference to contacts, and the file read/write posts (the ones that I need) make the assumption that I

[android-developers] Re: without Absolutelayout, how to put button on arbitary coordinates

2009-12-10 Thread ben
If you are working in a view you can hand draw the object by overriding OnDraw. You could also try creating layout params and setting the left and top margin to be the x, y where you want the object to be then add your widget to your layout using the addView (view, params) call. On Dec 10, 1:28 

[android-developers] Re: without Absolutelayout, how to put button on arbitary coordinates

2009-12-10 Thread ben
I'm not sure I understand the reason for that though. If you chose not to use xml layouts to set up your view, it's incredibly difficult to use a layout in code to draw your view. The only other option is to override onDraw in which case aren't you hand drawing everything in absolute coordinates?

[android-developers] Re: Only Droid Support Bluetooth API?

2009-12-08 Thread Ben
for G2 and G3. So now your only choice is G1 if you don't go for Droid On Nov 25, 8:21 pm, Ben changxiangzh...@gmail.com wrote: Thanks for your reply. I'll get involve in that community and do some researches. On Nov 26, 6:19 am, moneytoo m...@seznam.cz wrote: I've used G1 with beta

[android-developers] TabActivity crash

2009-12-04 Thread ben
I'm trying to create a tabbed view in my widget configure activity. I'm using a tab activity as my activity type and I have the following code. tabHost = getTabHost(); tabHost.setup(); this.setTitle(getString(R.string.configure_widget));

[android-developers] Re: open GL ES Games on Android

2009-12-04 Thread Ben Gotow
. - Ben On Dec 4, 3:47 am, Piotr piotr.zag...@gmail.com wrote: You got the fastest one. I really do not believe, that good 3d games on Android are possible. Java is too slow for that, especially that it has garbage collector, that can slow down your loop a few times in a second. To get decent

[android-developers] Re: TabActivity crash

2009-12-04 Thread ben
why that would make much of a difference. On Dec 4, 11:50 am, ben benbros...@gmail.com wrote: I'm trying to create a tabbed view in my widget configure activity. I'm using a tab activity as my activity type and I have the following code.                 tabHost = getTabHost

[android-developers] HTC Eris - OpenGL Extension information

2009-11-30 Thread Ben Gotow
-on-motorola-droid-opengl-es-specs Could someone with an HTC Eris please post the GL_EXTENSIONS information from the phone? I'd really appreciate it! - Ben Gotow -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Is Shadow Mapping possible in OpenGL ES 1.0 ?

2009-11-28 Thread Ben Gotow
-opengl-es-specs The DROID uses the same graphics chip as the iPhone 3GS and _technically_ supports OpenGL ES 2.0, but the Android OS does not have support yet. - Ben Gotow On Nov 26, 4:39 am, hzakimoto hzakim...@gmail.com wrote: Allow me to bump. Anyone have some pointers for me please

[android-developers] Services, threads and AIDL

2009-11-25 Thread Ben Griffiths
the threads for me.. have I understood this correctly, and if so presumably I still need some interface created by the AIDL. Thanks, Ben -- 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] Re: Only Droid Support Bluetooth API?

2009-11-25 Thread Ben
Thanks for your reply. I'll get involve in that community and do some researches. On Nov 26, 6:19 am, moneytoo m...@seznam.cz wrote: I've used G1 with beta 2.0 (from xda-devs) for developing Bluetooth application. I have to say it works perfectly. I had no stability issues. I have few testers

[android-developers] glCopyTexImage2D - Success anyone?

2009-11-22 Thread Ben Gotow
Hey everyone, I'm porting an OpenGL app from the iPhone to Android, and I need to render OpenGL content to a texture. Since framebuffers are not available in OpenGL 1.0 and the DROID is the only Android phone to support the framebuffer extension, I'm trying to draw using OpenGL and then copy the

[android-developers] Definitive Ad Mob

2009-11-16 Thread ben
After searching their website, all of the message boards and googling it to death - I have formed only somewhat of an answer to the following... 1. How much does Ad Mob pull if a user simply loads your app 2. How much does it pay if they click an ad 3. What is an average Ad Mob income in a given

[android-developers] Re: AppWidgetProvider

2009-10-31 Thread ben
the method to get the widget ids for your package, if it is not empty, you have the above bug I linked, test it out. On Oct 31, 2:00 am, ben benbros...@gmail.com wrote: It seems like the convenience functions (onUpdate, onEnabled, etc.) aren't being called in the emulator on Android 2.0

[android-developers] AppWidgetProvider

2009-10-30 Thread ben
It seems like the convenience functions (onUpdate, onEnabled, etc.) aren't being called in the emulator on Android 2.0. Is this a bug, or are these functions just being eliminated? It would have been nice to see this documented somewhere. --~--~-~--~~~---~--~~ You

[android-developers] How to Use DBAdapter Class Functions inside OnclickListener - Help..

2009-10-27 Thread Regish Ben
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); DBAdapter db = new DBAdapter(this); db.open(); // Some Insert Functions db.close(); The above codes

[android-developers] Re: Custom View using XML layout EditTexts: SavedState conflict

2009-09-28 Thread Ben Roberts
. If it's by ID I have some ideas of how to fix this. I started a thread on anddev (http://www.anddev.org/viewtopic.php? p=27310) and I'll post my workaround there when I write it. Ben On Sun, Sep 27, 2009 at 10:02 PM, Ben Roberts divestocl...@gmail.com wrote: I'm trying to figure out how

[android-developers] Custom View using XML layout EditTexts: SavedState conflict

2009-09-27 Thread Ben Roberts
I'm trying to figure out how to properly make a custom view consisting of a LinearLayout and some children, one of which is a EditText. To make this simple, I've pared down the code to the simplest possible case. res/layout/bughunt.xml is a basic definition of a custom view; it's just a layout

[android-developers] Re: Open gmail attachments (xml) with another App

2009-08-08 Thread Ben Caldwell
://code.google.com/p/bites-android/source/browse/trunk/Bites/src/caldwell/ben/bites/Bites.java#313 On Aug 7, 9:22 am, Ben Caldwell benny.caldw...@gmail.com wrote: My app uses the below intent filter to make itself an xml file reader for the purpose of inserted data shared between users. This works fine

[android-developers] Open gmail attachments (xml) with another App

2009-08-06 Thread Ben Caldwell
My app uses the below intent filter to make itself an xml file reader for the purpose of inserted data shared between users. This works fine with xml files viewed in the browser but I can not make it work with xml files sent as email attachments in the gmail app. intent-filter action

[android-developers] Re: ListActivity: items with a button

2009-07-19 Thread Ben Caldwell
Try some experiments with the focusable parameter... On Jul 19, 11:03 am, Ivy ytang1...@gmail.com wrote: I hava the same problem ... At last,I change the button to a pic,looks like a button,in fact,it''s a button. Then the item can be selected... On 7月19日, 上午1时29分, BoD bodl...@gmail.com

[android-developers] Re: Spinner position incorrect after Activity resumes

2009-06-04 Thread Ben Roberts
, does anyone know of an open source app that uses a Spinner on a layout from which another Activity can be launched? On Jun 1, 9:17 pm, Ben Roberts divestocl...@gmail.com wrote: I'm quoting an old message from last year because it's EXACTLY the problem I'm having: Hi all, I have a spinner

[android-developers] Adapting the Music app's TouchInterceptor

2009-06-01 Thread Ben Roberts
I'm trying to write an app which will present a list of items to the user that can be reordered, so I want to use the same code that's used in the Music app to reorder items in a playlist. This is controlled via com.android.music.TouchInterceptor, which extends ListView. I copied this file into

[android-developers] Re: Adapting the Music app's TouchInterceptor

2009-06-01 Thread Ben Roberts
Never mind I figured it out. I had to override the builtin layout with my own layout which assigned a TouchInterceptor as the ListView for the ListActivity. On May 30, 3:48 pm, Ben Roberts divestocl...@gmail.com wrote: I'm trying to write an app which will present a list of items to the user

[android-developers] Spinner position incorrect after Activity resumes

2009-06-01 Thread Ben Roberts
I'm quoting an old message from last year because it's EXACTLY the problem I'm having: Hi all, I have a spinner in a dialog. Calling spinner.setSelection(int) correctly sets the spinner just after opening the app. If I reopen the dialog after making another spinner.setSelection(int) call,

[android-developers] Re: why does clicking on 'x' of the linux emulator not working?

2009-04-23 Thread Ben
I have encountered the same problem using ubuntu 9.04 RC. Clicking the 'x' does not terminate the emulator, I have to manually kill the emulator process. I tried the suggestion above killall -9 esd and it does not help. For me, this issue happens all the time and I have manually kill the

[android-developers] Refreshing sdcard from code after pushing file to sdcard

2009-02-22 Thread Ben Williamson
I've got some code that downloads mp3s remotely over a streaming url connection... This all works fine but my problem is once the file is complete and I pull up the music app it's not there. A reboot of the phone and it now shows up... anyone know how to force this refresh to occur from

[android-developers] Re: Refreshing sdcard from code after pushing file to sdcard

2009-02-22 Thread Ben Williamson
Excellent! Thank you... kind of hard to find something like this when you have no idea what it's called. On Feb 22, 2009 4:36 PM, Marco Nelissen marc...@android.com wrote: See http://developer.android.com/reference/android/media/MediaScannerConnection.html On Sun, Feb 22, 2009 at 12:41 PM, Ben

[android-developers] Re: Option to make your application the default for said activity

2009-02-16 Thread Ben Williamson
Ben Williamson wrote: I'm working on a social bookmarking tool and I was hoping someone could help me figure out how to give an option to make my application the default application for bookmarking. I've noticed Steel has the option to set it as the default web browser, Exact call log has

[android-developers] Option to make your application the default for said activity

2009-02-16 Thread Ben Williamson
I'm working on a social bookmarking tool and I was hoping someone could help me figure out how to give an option to make my application the default application for bookmarking. I've noticed Steel has the option to set it as the default web browser, Exact call log has the same ability for the

[android-developers] WTF! My dialog multichoice items have white text on white list background!

2009-02-16 Thread Ben Williamson
I've been beating my head against the wall on this one for a minute now... did I find another bug like the list selector solid color one? When I set multichoice items for a dialog as seen below my list items have white background and white text, when I click or select an item I can see the

[android-developers] Re: WTF! My dialog multichoice items have white text on white list background!

2009-02-16 Thread Ben Williamson
Ben Williamson wrote: I've been beating my head against the wall on this one for a minute now... did I find another bug like the list selector solid color one? When I set multichoice items for a dialog as seen below my list items have white background and white text, when I click or select

[android-developers] My fix for white on white multi choice items - Re: WTF! My dialog multichoice items have white text on white list background!

2009-02-16 Thread Ben Williamson
Ben Williamson wrote: Ben Williamson wrote: I've been beating my head against the wall on this one for a minute now... did I find another bug like the list selector solid color one? When I set multichoice items for a dialog as seen below my list items have white background and white text

[android-developers] I can use Intent make outgoing call, but how to detect the call state?

2009-01-19 Thread ben
hi all. i can use this code make outgoing call. Intent dial = new Intent(Intent.ACTION_CALL); dial.setData(Uri.parse(tel:5556) ); context.startActivity(dial); but how to detect callee pick up the call or refuses to answer? i tried PhoneStateListener but not working.

[android-developers] Re: How to disconnect a call?

2009-01-19 Thread ben
i have same problem. anybody can help me ? :) --~--~-~--~~~---~--~~ 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] Raw audio from the microphone?

2009-01-15 Thread Ben Dodson
Hi, I'm trying to build a training tool to help strengthen certain vocal issues. I'm hoping to do some basic pitch/tone analysis. I've been looking around, and it doesn't seem easy to get access to raw audio data (wav file)? Is this the case? Thanks, Ben

[android-developers] Re: Oversights to an otherwise good OS

2009-01-12 Thread Ben Zvan
number for pasting elsewhere. When adding or editing a contact, adding to a group should be an option. Calendar: Map integration to show the location of a meeting. --Ben On Jan 8, 2:17 pm, iali802...@googlemail.com iali802...@googlemail.com wrote: I like the Android operating system, I think

[android-developers] adding text/textview to MediaController?

2009-01-09 Thread ben rosenberg
greetings, presently I am using a VideoView to play some video, with a MediaController to control the playback of said video. I would like to have some text (containing a description of the video being played) that is shown/hidden along with the mediacontroller controls.. so far, this is what I

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

2009-01-01 Thread Ben Burgess
First off, they state on the site that they ship within 3 business days... that means that next day air could take up to 4 days! Also, BrightStar Corporation is a large international distributer. On Dec 17, 9:01 pm, eric e...@katz.com wrote: Apparently next-day air is pointless. I ordered it

[android-developers] Re: how to install the 'Radar' package to the android platform?

2008-12-14 Thread ben rosenberg
Radar can be downloaded from the Android Market. On Dec 13, 6:39 pm, ying...@gmail.com ying...@gmail.com wrote: Hi, How to install the 'Radar' package to the android platform? When I run an application it said 'Please install Radar package' Thank you.

[android-developers] Re: MediaPlayer and onSaveInstanceState?

2008-12-12 Thread ben rosenberg
sure you release it if your activity no longer has the focus. Unfortunately, the current VideoView design doesn't work well for restoring state because it starts playing immediately after setVideoURI (). On Dec 7, 12:59 am, ben rosenberg ben.rosenb...@gmail.com wrote: hey folks, to make

[android-developers] Re: MediaPlayer and onSaveInstanceState?

2008-12-08 Thread ben rosenberg
bump --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED]

[android-developers] MediaPlayer and onSaveInstanceState?

2008-12-07 Thread ben rosenberg
hey folks, to make a long story short, I'm working on an app that plays streaming video content in a VideoView with a MediaController; Im wondering how I can preserve the state of my VideoView across orientation changes, such that opening the keyboard doesn't restart the playback, etc.. I've

[android-developers] Fwd: Emulator crash

2008-11-22 Thread Ben Safta
I'm noticing other errors creeping up which didn't exist before so I'm concerned there's something else going on. Does anyone have any insight as to what might be causing this? Thanks, Ben --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Is it possible delete rows from the top of a ListView (without recreating it)?

2008-11-18 Thread Ben
to delete/pop the very top row. Is this possible? Every example I can find does this by redrawing the entire ListView. -Ben --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Streaming Media

2008-11-13 Thread Ben Dodson
media app. On Oct 25, 9:53 am, Ben Dodson [EMAIL PROTECTED] wrote: I'm trying to get my web streaming software running on Android. Things seem to work fine for streaming mp3 files, but I can't getplaylists working. So far, I've only tried m3u files. Anyone had any luck withplaylists

[android-developers] WebView ZoomControls Issues

2008-11-10 Thread Ben Feldman
missing? Thanks very much! Ben --~--~-~--~~~---~--~~ 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] Re: WebView ZoomControls Issues

2008-11-10 Thread Ben Feldman
, Mark Murphy [EMAIL PROTECTED] wrote: Ben Feldman wrote: Sure. ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android     android:orientation=vertical     android:layout_width=fill_parent     android:layout_height=fill_parent WebView

[android-developers] Re: WebView ZoomControls Issues

2008-11-10 Thread Ben Feldman
android:layout_height=fill_parent / /LinearLayout Thanks a lot Mark. On Nov 10, 8:46 pm, Mark Murphy [EMAIL PROTECTED] wrote: Ben Feldman wrote: Hi, A part of an app I'm working on has a full-screen WebView, and I wanted to include the standard ZoomControls view, but I'm having

[android-developers] Streaming Media

2008-10-25 Thread Ben Dodson
I'm trying to get my web streaming software running on Android. Things seem to work fine for streaming mp3 files, but I can't get playlists working. So far, I've only tried m3u files. Anyone had any luck with playlists? --~--~-~--~~~---~--~~ You received this

[android-developers] Developing for Android, on Android

2008-09-05 Thread Ben
Hey, I was wondering if there were any plans to port the Android SDK to actual Android devices. In other words, I could write my program using my Android phone, compile, debug, test, etc directly on the phone. Are there any plans for something like this?

[android-developers]

2008-07-22 Thread siwar ben hadj said
Hi friends please help I can't understand the difference between interface, class and enum in this platform. Enum Please Can sombody answer me rapidely. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Peer-to-peer/Ad hoc Wireless Networks

2008-06-04 Thread Ben H
I did some browsing through current posts, but couldn't really find a definitive answer for the following questions: Does Android (emulator) support WiFi/WiMax P2P or ad hoc networks? Something that will work when NOT in range of a cell phone tower or internet access point. I'm guessing not,

[android-developers] Re: Load a class from another .apk file dynamic?

2008-04-10 Thread Ben Dodson
Hi, I and a few others have gotten this working successfully. Check this thread for details: http://groups.google.com/group/android-developers/browse_thread/thread/fe0978b471d4bef4/72507bfb7586aded?hl=enlnk=gstq=installer#72507bfb7586aded Ben On Apr 10, 5:28 am, David Welton [EMAIL PROTECTED

[android-developers] Re: PackageManager.installPackage() ?

2008-03-26 Thread Ben Dodson
Extremely unlikely is better than no chance at all :) I posted a request here if anyone's interested: http://code.google.com/p/android/issues/detail?id=545 thanks for the help Diane. Ben On Mar 25, 12:31 pm, hackbod [EMAIL PROTECTED] wrote: On Mar 25, 5:58 am, Ben Dodson [EMAIL PROTECTED

<    1   2