[android-developers] Inherited a mostly working app from Eclipse/PhoneGap. Brought up in AndroidStudio and trying to figure it all out. If my target .apk has no .class files and is all .html .js and

2016-08-18 Thread brian . scott
Hello friends - Long time java developer here with plenty of experience in the Eclipse arena, server side stuff mostly with j2ee. Anyways, I inherited an application from a guy that literally went out for a cigarette after lunch and never came back. I've got the source project from his wor

[android-developers] "Params" when using AsyncTask

2016-07-28 Thread Brian Gottier
When using AsyncTask, there are always some params associated: AsyncTask And when using it, I see all kinds of variations, where Params, Progress, and Result are swapped out with String, Void, Integer, etc. I'm new to Android and Java, so just wondering if this is a special way that Java lets

[android-developers] Trying to drive steaming music to my Android AI map from Google Play Music

2016-07-22 Thread Brian Garr
Very close. So, from trial and error, I know that I can get a full URI for finding different classes of music. For example, as long as I am logged in, the URI https://play.google.com/music/listen?gclid=CPG37fKW_c0CFcmngQodRqUOrA&gclsrc=ds#/wst/st/2701b561-660b-3da0-b6be-95eb083fba34 will pull

[android-developers] Android external touch screen help

2016-05-06 Thread Brian Sheffield
I have a playjam gamestick rooted with full Android 4.1.2 and a Hyundai D320MLI 32" IR touch screen monitor and I want to sync them together but they wont. Does anyone have any ideas how to get them to communicate? -- You received this message because you are subscribed to the Google Groups "A

[android-developers] Regarding Android Studio

2016-05-05 Thread Brian Chacko
seen in the list of downloaded target platforms. Such that I am not able to use the specific API. Note that I would like to use Froyo due to system compatibility and I am trying to install this on a few machines. Can anyone please help me with this issue? With Regards, Brian -- You received

[android-developers] Successively poor performance of BTLE device discovery in newer versions

2016-01-11 Thread Brian Reinhold
I do not understand this behavior at all but I have noted on the same set of devices as I have moved from OS 4.3 to 6.0 that discovery of Bluetooth Low Energy devices using the 'settings/bluetooth' option is progressively worse. In 5.1 and 6.0 it is so bad that there are certain devices I do not

[android-developers] Re: BluetoothLeGatt doesn't connect on Samsung

2016-01-11 Thread Brian Reinhold
Anything with Error 133 gives useless information. First, are the other two devices pairable (require security/encryption) or is it just the custom device? If it is the former I have found that on Android 5+ there is a bug where one is allowed to try to read or write characteristics that require

[android-developers] Re: Can BLE pairing PIN length be shorter than 6 digits when input from UI

2016-01-11 Thread Brian Reinhold
James, This sounds weird. PINs were only used in classic Bluetooth as far as I know and have since been replaced with SSP. I don't think iOS can do classic Bluetooth so I would expect your are being requested to enter an SSP passcode exposed by a peer device in BTLE. In that case a 6-digit num

[android-developers] Re: BlueTooth Low Energy quick question

2016-01-11 Thread Brian Reinhold
Welcome to the club of those who have no idea. 129 has the description 'Gatt Internal error' which means Android has no idea either. Something didn't work. Another error code which is equally as obscure and useless is 133 'Gatt error'. I guess the only difference is that with 129 something mess

[android-developers] Networked "Bitmap" used in Search provider

2013-05-27 Thread Brian Vetter
tions code needs either a resource id, a uri to a file, or content ("scheme_content"?). I know I don't have the first two. Is there a way to create a content provider (presumably something that I can hand off to the Suggestion apis) from a bitmap drawable? Thanks, Brian -- --

[android-developers] Networking works with emulator but not with device

2013-04-02 Thread Brian Leader
using a browser on the device, but when I try to connect to it through my app it fails. Again, it works fine through the emulator. Any ideas about things to try, debugging steps, etc? Thanks, Brian -- -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Android Mobile SDE oppotunities

2013-04-02 Thread brian nitz
I am seeking an experienced, passionate, and talented Android Developer that is comfortable with end to end development. Our client is a rapidly growing company who is creating a ground breaking, innovative, and practical solution to a problem experienced by millions of people daily. They

[android-developers] Re: How to save AsyncTask class object in onSaveInstanceState()

2012-12-11 Thread Brian Hoffmann
Hi, Basically you cannot "reuse" an instance of AsyncTask, in the sense of starting it again. As soon as the task is finished you can only get the results out of it and throw it away. And I guess the latter is what you need to be able of after a configuration change happened. You can "re-attac

[android-developers] Re: Send SMS every x minutes

2012-11-29 Thread Brian Hoffmann
You are calling Thread.sleep() in the onClickHandler of your send button. Besides that, you're also trying to do all the repeated message sending in that handler. This is most likely to fail because this way you are blocking the UI thread. You shouldn't do any long running actions in the main t

[android-developers] Re: Replacing double whitespace with single whitespace

2012-11-14 Thread Brian Hoffmann
It might be better to use a meaningful regular expression. Or you could try to first remove all whitespaces and then add one between each pair of non-whitespaces. Besides, this isn't actually an Android-related question, is it? Am Dienstag, 6. November 2012 14:49:26 UTC+1 schrieb Solo: > > Given

[android-developers] Re: SMSmanager SMS getting sent only once and only after reboot

2012-11-14 Thread Brian Hoffmann
> the issue is that the sms gets sent only once Why would you want the SMS to be sent automatically more than once? I guess, if you need it to be sent more often, you need to actually send it again through SMSManager. and that too after I restart the phone Are you saving the newly created

[android-developers] Any pointers?

2012-10-03 Thread Brian
building-ui.html* I have compared my files with the ones in the tutorial yet can not see what may be screwing up. TIA for any help and advice! Brian :-) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Nexus 7 throwing IOException for Geocoder.getFromLocationName()

2012-10-03 Thread Brian Kurzius
I'm trying to use Geocoder.getFromLocationName() and although the same search string works fine on these physical devices: - Nexus 1 (2.3.6) - Samsung Galaxy SIII (4.0.4) - Nexus S (4.0.4) - Galaxy Nexus (4.1.1) on a Nexus 7 (4.1.1), the method throws a "Service not available" IOE

[android-developers] testing in app billing - I can't repurchase after refunding

2012-09-04 Thread brian
my google play application, and when I tried to re-purchase Google play shows me a pop-up "You already own this item" which isn't true. Has anybody encountered this issue? Is this an issue in Google Play or can this be caused by my code? Thanks Brian -- You received thi

[android-developers] How do users find new apps?

2012-07-09 Thread Brian
In the old Android Market store, uploading a new app would automatically show up in the "Just In" tab. In the new Google Play Store, it seems that they have removed this tab and replaced it with "Top" apps only. I'm wondering how developers nowadays are suppose to get *organic *downloads from p

[android-developers] Re: How to properly implement dismissing HTML5 video from WebView

2012-06-14 Thread Brian
Hi Dongsheng, You may want to post some code, and the stacktrace and logcat console of the crash your experiencing. --Brian -- 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] How is this done? App uses fortran and executable?

2012-06-01 Thread Brian Van Der Wagt
So, I have been interested in a project that is on kickstarter that hasn't got any traction, but has done a few interesting things. They have more or less ported Octave and gnuplot to Android. This is cool and all that, but I am wondering how is that possible? The reason I ask that (excuse my ig

[android-developers] Re: How to properly implement dismissing HTML5 video from WebView

2012-05-27 Thread Brian
x27;s embedded in webview's does not work on honeycomb and gingerbread. --Brian On Wednesday, May 23, 2012 4:43:53 PM UTC-4, Mariusz wrote: > > Brian, > > I have exactly the same - getFocusedChild() method returns a > HTML5VideoFullScreen object, but I saw on several ex

[android-developers] Re: How to properly implement dismissing HTML5 video from WebView

2012-05-22 Thread Brian
. However at this point, all these classes are private APIs, and using them would likely be dangerous code, since these are not interfaces that applications are suppose to be able to access. On Tuesday, May 22, 2012 7:07:24 PM UTC-4, Mariusz wrote: > > Brian, > > I have one question -

[android-developers] Re: How to properly implement dismissing HTML5 video from WebView

2012-05-22 Thread Brian
mCustomView = null; > mCustomViewContainer.setVisibility(View.GONE); > mCustomViewCallback.onCustomViewHidden(); > setStatusBarVisibility(true); > mContentView.setVisibility(View.VISIBLE); > } > > Regards, > Mariusz > > On Tuesday, May 22, 2012 11:31:38 PM UTC+2, Brian wrote:

[android-developers] Re: How to properly implement dismissing HTML5 video from WebView

2012-05-22 Thread Brian
I think that I should probably add to my description.. what I would my goal is. My goal is for the HTML5 video to play in fullscreen mode, when the use presses the fullscreen button, but when the users presses the back button to dismiss the video, but still show the original webview. With the

[android-developers] How to properly implement dismissing HTML5 video from WebView

2012-05-22 Thread Brian
I am having the following problem. The following problems only apply on Ice Cream Sandwich (probably also happen on honeycomb) but do not happen on gingerbread or froyo. If i implement onShowCustomView() method of a WebChromeClient to show fullscreen video for an embedded video in a WebView.

Re: [android-developers] How to check the current contentView?

2012-05-15 Thread Brian Collo Gonçalves
e 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 more options, visit this group at >> http://groups

Re: [android-developers] Tab Host linking with XML file and Actitivity class

2012-05-11 Thread Brian Muscat
what should be the code On 11 May 2012 21:41, Justin Anderson wrote: > Your activity itself has a connection to the XML. > > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Fri, May 11, 2012 at 12:36 PM,

Re: [android-developers] Tab Host linking with XML file and Actitivity class

2012-05-11 Thread Brian Muscat
yaware > > > On Fri, May 11, 2012 at 12:23 AM, Brian Muscat > wrote: > >> Thanks should I use 2 setcontent? >> >> >> On Thursday, May 10, 2012 6:26:07 AM UTC+2, MagouyaWare wrote: >>> >>> http://developer.android.com/**reference/android/w

Re: [android-developers] Tab Host linking with XML file and Actitivity class

2012-05-11 Thread Brian Muscat
http://sites.google.com/site/magouyaware > > > On Tue, May 8, 2012 at 5:11 AM, Brian Muscat wrote: > >> Hi, >> >> I am trying to set the tab host so that each of the tabs has an XML file >> and and Activity file currently I am using >> >&g

[android-developers] Tabs

2012-05-11 Thread Brian Muscat
Hi, I am working on an android application project where I am using the tabs. I would like to connect both the XML and activity class to the tab how can I do this ? Currently I am using this code intent = new Intent().setClass(this, Info.class); spec = tabHost.newTabSpec("Info").setInd

[android-developers] Parcelable encountered IOException writing serializable object - Object serializable with array of another serializable

2012-05-10 Thread Brian Collo Gonçalves
I have 2 serializable classes as follow: @SuppressWarnings("serial") public class Musicas implements Serializable { private String musica; private String link; public Musicas(String musica, String link) { super(); this.musica = musica;

[android-developers] Tab Host linking with XML file and Actitivity class

2012-05-09 Thread Brian Muscat
Hi, I am trying to set the tab host so that each of the tabs has an XML file and and Activity file currently I am using intent = new Intent().setClass(this, Settings.class); spec = tabHost.newTabSpec("Settings").setIndicator("Settings", res.getDrawable(R.drawabl

[android-developers] Re: Anyway to pre allocate memory for a Bitmap?

2012-04-11 Thread Brian
several bitmaps, assuming your finished with one bitmap before you use it for the next bitmap. On Monday, September 27, 2010 3:56:00 PM UTC-4, Brian wrote: > > Hello is there any way to pre allocate the memory required for a > bitmap. Android's memory model is making it very diffi

[android-developers] Does "Android Play" or "Android Market" check for unique authority?

2012-04-10 Thread Brian
Does Android Market insure the content provider authority strings are unique? Or would the market let two different vendors upload apps that use the same authority, but not allow a single user to have both apps installed at the same time? -- You received this message because you are subscribed t

Re: [android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-03-20 Thread Brian Conrad
I just changed to the qualifiers (or elements depending on which article you read) and filtering looks fine in the developer console. But now my A500 is shown as incompatible. For 10+" screens only I used: Logically that should keep that version to 10" screens and 720p or higher. But

[android-developers] Re: How to fetch phone number from contact list

2012-03-16 Thread Brian Savignano
Try replacing the line int phoneIdx = cursor.getColumnIndex(Phone.NUMBER); with this.. int phoneIdx = cursor.getColumnIndex(Phone.DATA); -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] Re: Mute button in call

2012-03-01 Thread brian lee
is it mute if yes then make  mAudioManager. > > > > > setMicrophoneMute(false); > > I have not tried but it might be working. > > > > > > > > On Wed, Feb 29, 2012 at 9:51 PM, brian lee wrote: > > Here is the code that I am using mute within a

[android-developers] Re: Mute button in call

2012-02-29 Thread brian lee
more code to understand what I am doing, but the above code is muting the call, just not updating the mute button in the phone app. -Brian On Feb 28, 11:24 pm, Jagruti Sangani wrote: > please put the code then and then its posssible bcz if we make the mute the > call then also change the

[android-developers] unsubscribe

2012-02-27 Thread Brian Chae
unsubscribe -- 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-develo

[android-developers] Mute button in call

2012-02-27 Thread brian lee
? -Brian -- 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 mo

[android-developers] Re: Broadcast Receiver issue

2012-02-23 Thread brian lee
class. sound about right? On Feb 23, 4:14 pm, YuviDroid wrote: > This post might help > you:http://groups.google.com/group/android-developers/browse_thread/threa... > > > > > > > > > > On Thu, Feb 23, 2012 at 11:09 PM, brian lee wrote: > > I am try

[android-developers] Broadcast Receiver issue

2012-02-23 Thread brian lee
I am trying to write what I think is a very simple application just to check for when the head phone is plugged in and then mute the notification sounds. I am a bit confused on the broadcast receiver, can I have a app that is just that class and have it listen for when that action happens, do I nee

[android-developers] Re: deprecated method warnings (ConnectivityManager.getBackgroundDataSetting)

2012-01-20 Thread Brian Dols
I know, but I want to see warnings for other methods that are deprecated so that I am aware of functionality that is broken or discouraged in releases like ICS. It's an intensive process to go thru every API call and find deprecated methods.. My app would have been always sending data in the backgr

[android-developers] deprecated method warnings (ConnectivityManager.getBackgroundDataSetting)

2012-01-20 Thread Brian Dols
I am having the same problem as detailed in this post: http://stackoverflow.com/q/8430253/395195 Except for me, I was expecting a deprecation warning for ConnectivityManager.getBackgroundDataSetting(). I have my Ecilpse settings for Java->Compiler->Error/Warnings- >Deprecated and restricted API s

[android-developers] Re: How does Chronometer work??

2012-01-19 Thread Brian Dols
before you call chrono.start(), try adding a tick listener: chrono.setOnChronometerTickListener(new OnChronometerTickListener() { @Override public void onChronometerTick(Chronometer chronometer) {

[android-developers] Distributing adb

2011-12-21 Thread Brian Rowe
. Is that true? If it is true, am I permitted to distribute a version I've compiled myself? What if it's a modified version? If this isn't the best forum to ask this question, can anyone point me to a better place to ask it? Thanks! Brian Rowe -- You received this mes

[android-developers] C2DM "app server" component limitations?

2011-11-22 Thread Brian G
se C2DM or will Google allow multiple "app servers" (each in the users' own homes) to send C2DM messages using my white-listed email address? I'm seriously confused about how this should work. Cheers, Brian -- You received this message because you are subscribed to the Google

[android-developers] Re: No luck with new ICS CalenderContract

2011-11-07 Thread Brian
As a workaround, you can add your Google account as an activesync account. Use your gmail.com address at first, but you'll need to change the server to be m.google.com when it complains it can't connect. See here: http://www.google.com/support/mobile/bin/answer.py?hl=en&answer=138636&topic=14299

[android-developers] Re: Emulator ICS : add account

2011-11-07 Thread Brian
As a workaround, you can add your Google account as an activesync account. Use your gmail.com address at first, but you'll need to change the server to be m.google.com when it complains it can't connect. See here: http://www.google.com/support/mobile/bin/answer.py?hl=en&answer=138636&topic=14299

[android-developers] Combo boxes with service-created WebView - any workarounds?

2011-10-18 Thread Brian
I have a situation where I need to preserve the complete state of a WebView, not just the forward/back history (which is all that its onSaveInstanceState method seems to care about), so the life cycle of the view can't be tied to the activity that contains it. Because of this, I create the view wi

[android-developers] Changing Layouts

2011-08-24 Thread Brian Jones
ing or can tell me what I need to do different? Thank you for your help guys. Sincerely, Brian Jones -- 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 u

[android-developers] Sending a broadcast intent via adb to application

2011-07-25 Thread Brian
Hi, I can send a broadcast fine, but I have an issue of attaching specific information to that broadcast. The intents being used is in the format of: final Intent updateIntent = new Intent(); updateIntent.setAction(ActivityHelper.INBOUND_MSG); updateIntent.putExtra("screen", screenId); updateInt

[android-developers] Re: Send dtmf tone on uplink

2011-07-16 Thread Brian @ SPG
. Several years ago, I tried inserting DTMF via the headset jack of a conventional cell phone, but the vocoder mangled it such that it couldn't be detected at the other end. - Brian On Jul 15, 2:32 am, Amit Mangal wrote: > Hi Everyone, > > I want to send dtmf tone 12345 when cal

[android-developers] Re: paypal library unable to initialize in android

2011-07-14 Thread Brian E
I'm getting this as well. Very frustrating. How does PayPal expect any Android apps to be integrated with them when their sandbox servers are always down? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Line thickness

2011-06-29 Thread Brian Hodge
Hey, I've been looking around for a while now and can't really find much of the subject. I've got a sudoku puzzle on the go to try and learn how to use Android. The problem i have is that i want the smaller 3x3 grids to have a thin line separation the squares and a thicker line separating the bigg

[android-developers] Title bar progress indicators - independent or connected?

2011-06-24 Thread Brian
In an upcoming project of mine, I'd like to show and hide the progress bar and indeterminate progress indicators in the title bar independently, indicating different things. Has anyone tried this? If so, did it work? While I could try it when I get to that part of the project, I'd rather check fi

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-24 Thread Brian Gupta
sn't the panacea you fear. You still have to be able to design solid interfaces, and you still need to have Computational Thinking skills. IE: It's not magically writing apps for people. - Brian Gupta New York City user groups calendar: http://nyc.brandorr.com/ On Mon, May 23, 201

[android-developers] Is there a walkthrough for extending View, especially for the XML layout files?

2011-05-15 Thread Brian Carmicle
Right now, I'm trying to extend Chronometer (1) with a class called ResettableChronometer. When I try to use it, however, my app crashes because it couldn't "inflate" ResettableChronometer from the XML layout file I was using for that Activity. I've found some general documentation on Views (2), wh

[android-developers] Android and JMX

2011-05-11 Thread brian lee
I am trying to write a simple app to monitor some mbeans of another java application running. How can I get android to import javax.management so I can create a connection to the jmx? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Testing with Activity Monitor

2011-04-11 Thread Brian Phagan
ted? > > > > > > > > > > On Mon, Apr 11, 2011 at 5:24 PM, Brian Phagan wrote: > > I have added the category to the intent filter, but still no luck. > > Code now looks like this: > > > public void test2Launches() { > >                Instrumentation i

[android-developers] Re: Testing with Activity Monitor

2011-04-11 Thread Brian Phagan
, monitor.getHits()); } On Apr 11, 6:50 pm, Dianne Hackborn wrote: > Your intent filter also needs to handle CATEGORY_DEFAULT.  This should be > the exact same thing you would put in the manifest to handle an intent. > > > > > > > > > > On Mon, Apr 11, 2011 at 4

[android-developers] Re: Testing with Activity Monitor

2011-04-11 Thread Brian Phagan
The Dialer activity is not blocked, it is allowed to launch. Also, the assertEquals(1, monitor.getHits()) fails with a value of 0. On Apr 11, 6:27 pm, Dianne Hackborn wrote: > What is the error you are getting? > > > > > > > > > > On Mon, Apr 11, 2011 at 1:30

[android-developers] Testing with Activity Monitor

2011-04-11 Thread Brian Phagan
I am trying to write unit tests for my application. I have a button that initiates a call, and to test it I am trying to use an Activity Monitor to block the call, but for some reason the call is allowed to execute, causing the test to fail. My test case is written as follows: public void test2L

[android-developers] Clean up downloaded data during Uninstalling

2011-03-31 Thread Brian Chae
Hi, my app download large amount of data and stores data on sdcard while it is used. I'd like to remove this downloaded data from sdcard when user uninstall my app. Is there anyway to do it? Thanks in advance. Brian. -- You received this message because you are subscribed to the Google G

Re: [android-developers] drawLine problem with Paint.StrokeWidth = 1

2011-03-22 Thread brian purgert
Less then 1 is always just one pixel even if it is zero. On Mar 22, 2011 12:43 PM, "TreKing" wrote: > On Mon, Mar 21, 2011 at 6:28 AM, ncalvet wrote: > >> Can anyone bring some light on this or should I submit this issue at >> http://code.google.com/p/android/issues/list ? >> > > Maybe it's anti-

Re: [android-developers] Re: Android Application Sold to 100,000 Users

2011-03-22 Thread brian purgert
Well actually the statistics are off by ALOT, because of the number of spam applications and flash apps that completly such and should not really count, i mean some developers have over 300 apps all rated below 3 stars -- You received this message because you are subscribed to the Google Grou

Re: [android-developers] Re: Android Application Sold to 100,000 Users

2011-03-21 Thread brian purgert
86 apps have sold over 50,000, correct me if im wrong... what is your app anyways that really will determin it On Mar 21, 2011 10:02 PM, "Anu Nigam" wrote: > I looked at this to get an idea of distribution of app downloads. > It's not the most accurate, but it shows you how hard it can be to get >

[android-developers] Canvas to OpenGL

2011-03-21 Thread brian purgert
I want to convert my game space bike to OpenGL currently the game is written using the android canvas. currently the canvas is drawn on a layer in a content view. basically I don't know where to start. my game is basically drawn using a bunch of line and 3 pictures. So where do I start -- You re

Re: [android-developers] Re: advertise free or paid....

2011-03-21 Thread brian purgert
Relax guys its not that big of a deal lol. Spending money for advertising is a waist in my case because i got less then i put in. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@google

[android-developers] advertise free or paid....

2011-03-20 Thread brian purgert
Should I advertise my free or paid version of my application (space bike)... also I put out a stupid update for a second so I got some bad reviews because something did not work. so could you try it and rate it 5 stars and leave a comment lol... also tell me any changes I should make. -- You

Re: [android-developers] playing song from mp3, file path

2011-03-17 Thread brian purgert
do you mean like this MediaPlayer mp = MediaPlayer.create(this, R.raw.song2); mp.start(); when I do that the song stops/ does not start ? On Thu, Mar 17, 2011 at 6:35 PM, Mark Murphy wrote: > On Thu, Mar 17, 2011 at 6:24 PM, brian purgert > wrote: > > http://developer.andro

[android-developers] playing song from mp3, file path

2011-03-17 Thread brian purgert
http://developer.android.com/guide/topics/media/index.html MediaPlayer mp = new MediaPlayer(); mp.setDataSource(PATH_TO_FILE); mp.prepare(); mp.start(); I have a file in my res/raw folder called song2 and I don't know what to put for PATH_TO_FILE Like I'm unsure of the context of ho

Re: [android-developers] Re: What more does my game need(space bike)

2011-03-14 Thread brian purgert
Lol spiral, your so set on crikey bikey, I had to google it just go see if it actually ment some thing... Treking thank you so much, it means alot to me and its really hard to think of improvements sometimes because I just am so used to my game. Ill start working on it asap and probably have it up

Re: [android-developers] What more does my game need(space bike)

2011-03-14 Thread brian purgert
Thanks rich, I really am not sure what i would replace the biker with if you have any suggestions, Im looking at some music now, I really like some, Im going to place all of the next buttons in the same part of the screen for all of the popup Menus, also I had an intent made each time you click on

Re: [android-developers] What more does my game need(space bike)

2011-03-14 Thread brian purgert
Lol yeah, not one likes giving constructive criticism. But thanks treking for check it out i can't wait to here back. Go ahead and fire away I don't mind. On Mar 14, 2011 5:02 PM, "TreKing" wrote: > On Mon, Mar 14, 2011 at 3:51 PM, brian purgert wrote: > >> Trekin

Re: [android-developers] What more does my game need(space bike)

2011-03-14 Thread brian purgert
Treking I just changed the api version from 9 to 11, try downloading it now On Mar 14, 2011 8:27 AM, "TreKing" wrote: > > On Sun, Mar 13, 2011 at 11:55 PM, brian purgert wrote: >> >> what does my game need to make it better/more fun > > > Can't fin

[android-developers] What more does my game need(space bike)

2011-03-13 Thread brian purgert
I feel like im not getting the comments/ratings i want, my game(space bike) is currently rated 3 and a half stars... what does my game need to make it better/more fun -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

Re: [android-developers] Re: game source code

2011-03-12 Thread brian purgert
> > the android developer website has some good one's > http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html lunar lander, jetboy,snake,tictac toe ar

Re: [android-developers] What is the recommended resolution/aspect ratio for android graphics

2011-03-12 Thread brian purgert
if your making a game or not(after you did all this DPI stuff with diffrent folders) scale the images in game and in the view too. always use DP never PX. this stuff can get very confusing especially when you are trying to get it to work on all phones. I made a game so I know. 1. Create different f

[android-developers] Canvas vs OpenGl drawline speeds

2011-03-12 Thread brian purgert
right now my game is drawn using the canvas and it runs pretty good on my phone. (I have the Droid 2). My game is space-bike in case you did not know, and it is drawn using 3 bitmaps and tons and tons of lines. most frames are under 50 line, the reason it is so high it because I draw Each line with

[android-developers] Re: Emulator problem with GSM network

2011-03-09 Thread Brian Smith
, especially as more development environments will become faster and running into this issue and fewer devices will need the 1.0/1.1 support? On Mar 8, 4:16 pm, Brian Smith wrote: > Any movement on this?  I am experiencing this exact same problem using > Android 2.2 SDK rel 10.  Setup is 64-bit qua

[android-developers] Re: Emulator problem with GSM network

2011-03-09 Thread Brian Smith
Any movement on this? I am experiencing this exact same problem using Android 2.2 SDK rel 10. Setup is 64-bit quad core Ubuntu .recompiling Android with the above suggested fix now -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Re: Reviews showing up in developer account but not in Android market.

2011-03-06 Thread brian purgert
I get worse reviews from non english speaking people for some reason. So its good they don't show up for me. On Mar 6, 2011 10:06 PM, "Zsolt Vasvari" wrote: > > The comment won't show up if the person who wrote it has a device set > to use a different language than the person viewing the comments.

[android-developers] I hate threads, help please.

2011-03-06 Thread brian purgert
I have a main thread that controls the drawing on the canvas, but i want another thread that is just a bunch of true or false statements that detects if an event happened. So can some one show me how to make a simply low priority thread. That starts when the activity starts. It would be much apprec

[android-developers] Re: creating a linear gradient vertically on a horizontal line

2011-03-06 Thread brian purgert
Nvm its not possibe/not worth it, the amount of prossessing power is to great for what i need to do. On Mar 6, 2011 11:40 AM, "brian purgert" wrote: > I want to have a line that i want it to look like the line is neon, this is > for my game spacebike, so this line will have to

[android-developers] creating a linear gradient vertically on a horizontal line

2011-03-06 Thread brian purgert
I want to have a line that i want it to look like the line is neon, this is for my game spacebike, so this line will have to use java i think and will have to be drawn a couple times every second. So i want to make a gradient drawable but the lines goes up and down, and side to side so i think

Re: [android-developers] How do you exclude sales to a specific country?

2011-03-03 Thread brian purgert
Lol On Mar 3, 2011 9:56 AM, "TreKing" wrote: > On Thu, Mar 3, 2011 at 7:22 AM, gcstang wrote: > >> If you have an application that you want to be sold in all countries except >> for say one how can you do this? >> >> Is this done in the Developer Console, AndroidManifest, or something else? >> >

Re: [android-developers] Re: Announcing: The Android Developers Union

2011-03-02 Thread brian purgert
I'm with it :) might as well give it a shot. On Mar 2, 2011 10:55 PM, "Zsolt Vasvari" wrote: > As Bill & Ted would say, this is sad and bogus at the same time... > > On Mar 3, 11:41 am, TreKing wrote: >> This recent thread< http://groups.google.com/group/android-developers/browse_thread/threa...>

Re: [android-developers] Unexpected behavior with animated views / layouts

2011-03-02 Thread brian purgert
The views definentally don't update when you want them too, and it does this to save cpu, there is something in the documention that updates the view, im not sure if it will work with this. But you probably should disable the button when it is off screen. On Mar 2, 2011 10:59 PM, "TreKing" wrote:

Re: [android-developers] Hey Android Developers

2011-03-02 Thread brian purgert
Lol learn cocos 2d, save your self wile you can, but if you want to get sucked into android. First decide what your ultimate goal is, if its just to simply "learn android" then learn java if you don't know it and read some tutorals on setting up buttons and drawing on the cavas. If your goal is to

[android-developers] Getting users phone speeds for automatic settings

2011-03-02 Thread brian purgert
In my game I have 3 different detail levels low medium and high. I want the game to be able to automatically pick the detail level because someone comment saying the game was lagging but never bothered to click on the detail level settings. So is there anyway I can determine the phones clock speed

Re: [android-developers] Will Google send out tax forms?

2011-03-02 Thread brian purgert
I probably wont make enough for it to matter lol On Mar 2, 2011 3:31 PM, "Chris Stewart" wrote: > Has anyone received any information from Google regarding income for 2010? > I thought I might receive a document with the amount they've paid out but > since I haven't I wanted to see if anyone else

Re: [android-developers] Re: Help figure out why im getting one star rattings

2011-03-01 Thread brian purgert
sn't > stop the level. And nothing in the startup mentioned that the recycle > button > at the top right corner is restarting the level (what is needed then). > > On 1 Mrz., 15:20, brian purgert wrote: >> I think my game is having some problem on some phones because some people

Re: [android-developers] Re: How to open email in app with address

2011-03-01 Thread brian purgert
Platamus on anddev had a short tutorial on it if you want to check it out. On Mar 1, 2011 4:40 AM, "Kostya Vasilyev" wrote: > > Intent filtering does not consider extras when matching, EXTRA_EMAIL is only useful for specifying the recipient once you're in the target application. > > Using a "mailt

[android-developers] Help figure out why im getting one star rattings

2011-03-01 Thread brian purgert
I think my game is having some problem on some phones because some people give my app 1 star where most are 5 stars, which is odd because i put a link to my email in the app so that they can tell me if there is a bug or something. But my game is spacebike, check it out on your phone and tell me if

[android-developers] How to open email in app with address

2011-02-28 Thread brian purgert
I want the person to click on a button and when they click it, it opens up their email and my email address is already there. -- 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@googlegrou

Re: [android-developers] Re: Beta Game Space Bike

2011-02-27 Thread brian purgert
Lol i like the name, post suggestions and what not and be honest. On Feb 27, 2011 4:05 PM, "Spiral123" wrote: > > I'll give it a go. > > I did think of a name for the game as well: Crikey Bikey! > > > On Feb 27, 2:56 pm, brian purgert wrote: > > her

[android-developers] Beta Game Space Bike

2011-02-27 Thread brian purgert
here are some download links check it out. tell people about it, if you know any reviewers give them a link, also post problems, bugs, questions, suggestions http://www.megaupload.com/?d=R02OEBUE http://rapidshare.com/files/450131198/Space_Bike_Game.zip http://www.mediafire.com/?qnffd2qb8hrcjah -

  1   2   3   4   >