[android-developers] ### Business Analyst #### Chicago, IL **Available** ## hot list ##

2017-02-20 Thread Rob Kumar
for any further information. Thanks, Rob E: rob.ku...@rsystems.com Ph: +1-916-939-5167 <(916)%20939-5167> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from i

[android-developers] Multi-users on Marshmallow fingerprint API

2016-01-19 Thread Rob Maclean
multiple users from one device based upon their fingerprints. Is this possible? I have scanned the forums and the API but am not technical enough to be able to see exactly what is possible. Thank you for any and all help. Newbie Rob -- You received this message because you are subscribed

[android-developers] How can you split a string up in parts android app.

2015-12-12 Thread Rob Puckett
I have this string that is set up like this? String string = "ID:460FILENAME:Gmsnet2.jpg DATAPATHONDEVICE:/storage/emulated/0/Android/data/com.google.android.gms/files/gmsnet2.jpg" ; how can I split this string by the data.. like Find Were ID: or find FILENAME: I want to be able to

[android-developers] Android job boards

2015-01-22 Thread Rob Guinness
Does anyone know of any free job boards, where I could post job openings for Android developers? In case anyone here is interested, here is the link to the job openings we have: https://www.linkedin.com/jobs2/view/26930743 Thanks in advance! Rob -- You received this message because you

[android-developers] Re: Jelly bean swiping task away from task list kills service

2013-11-10 Thread Rob
As this issue is still present, I've tracked it down further into the broadcast receiver code. When the broadcast is being delivered it removes the service from foreground state and then kills it. Info added here, since the workaround is not good.

Re: [android-developers] Re: Jelly bean swiping task away from task list kills service

2013-11-10 Thread Rob
As this issue is still present, I've tracked it down further into the broadcast receiver code. When the broadcast is being delivered it removes the service from foreground state and then kills it. Bug created here since the workaround provided is no good.

Re: [android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2013-02-07 Thread Rob H
I think if you're interested in protecting your app from piracy the best way to do it is via the in-app purchase system. If you're making a game, put it up there with level 1 for free. Thousands of people will check it out. If they want to continue on to the other levels, well here's an

[android-developers] Strange directory duplication behaviour

2013-02-06 Thread Rob H
of the app itself. Has anyone seen this before that can tell me what's happening exactly? Is this Android's version of Microsoft's method of preventing duplicate file names (e.g. FIle(1), File(2), etc...)? Thanks! Rob -- -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Force Screen Orientation Landscape crashes when in Portrait

2012-12-02 Thread Rob Thompson
android:name=android.intent.category.LAUNCHER / /intent-filter /activity /application On Thursday, November 29, 2012 10:47:53 AM UTC-8, Piren wrote: did you force a specific orientation in the manifest? On Thursday, November 29, 2012 11:28:04 AM UTC-5, Rob Thompson wrote

[android-developers] Force Screen Orientation Landscape crashes when in Portrait

2012-11-29 Thread Rob Thompson
setRequestedOrientation( ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE ); int orientation = getResources().getConfiguration().orientation; orientation should equal ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE, but it does not. It equals ActivityInfo.SCREEN_ORIENTATION_PORTRAIT. Any

[android-developers] Problems with ActionBar

2012-11-20 Thread Rob Abeling
to do this? Rob -- 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 more

[android-developers] My App Runs fine in the emulator and 2 devices but Hangs on the Galaxy S3 - Ice Cream Sandwich

2012-11-06 Thread Rob Thompson
My friend installed my app on his phone, and it hangs. It's just a black screen with the app title in the Google bar. However, in the emulator, it works on 4.0.3, 4.1, 2.*, etc...It also works on a Huawei 2.2 device, and the Toshiba Thrive 3.1. Am I supposed to purchase every Android phone

[android-developers] Re: Just created an open source library for choosing the best font (avoid squares)

2012-10-16 Thread Rob Hawkins
For any other Anki users seeing squares on Android 2.3.3 who come across this, I believe this is because there is not a supported way to add fonts or update the unicode. I found a way to install an additional font :

Re: [android-developers] Re: InApp billing - always getting RESULT_ITEM_UNAVAILABLE

2012-09-04 Thread Rob B
to not work) after the APK was already uploaded, whereas the test user that was able to make purchases was present before the APKs were added. Any other ideas? In-app Billing is really a mess. Rob On Tuesday, September 4, 2012 12:28:48 AM UTC-7, Przemyslaw Wegrzyn wrote: Hi! No, after

Re: [android-developers] Re: InApp billing - always getting RESULT_ITEM_UNAVAILABLE

2012-09-03 Thread Rob B
). This is getting incredibly frustrating. Rob On Saturday, August 18, 2012 2:27:14 PM UTC-7, Przemyslaw Wegrzyn wrote: Just in case someone else is struggling with it - now it works for me. Redownloading new APKs, changing settings, etc didn't help. What helped was removing the application submission

[android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
Hello: I need to send the following string from an Android app *using HTTP GET*. (as per the website instructions) The string: https://www.abc.com/api/v245.asp?action=LOGINparam[ID]=1234param[PASSWORD]=ABCDE I am using eclipse INDIGO. Is this difficult to do? Any suggestions on how to do

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
-and-tricks.blogspot.com/2012/08/so-you-need-help.html - http://lmgtfy.com/?q=android+http+get Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 8:51 AM, Rob allan.robe...@gmail.comjavascript: wrote: Hello: I need

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
at 9:22 AM, Rob allan.robe...@gmail.comjavascript: wrote: Thanks Justin. I have been Googling my as! off for days and my post here was an act of desperation! Sorry if I showed any disrespect to you or the group members. -- You received this message because you are subscribed

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
I don't understand... On Monday, 27 August 2012 13:48:09 UTC-4, MagouyaWare wrote: Any suggestions? Yeah call your executeHttpGet() method. :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 11:11 AM, Rob allan.robe

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
I have googleing on how where to 'call a method' but none of the results seem to apply or are not specific enough for a newbie like me. On Monday, 27 August 2012 14:19:38 UTC-4, TreKing wrote: On Mon, Aug 27, 2012 at 1:06 PM, Rob allan.robe...@gmail.comjavascript: wrote: I don't

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
27, 2012 at 12:29 PM, Rob allan.robe...@gmail.comjavascript: wrote: I have googleing on how where to 'call a method' but none of the results seem to apply or are not specific enough for a newbie like me. On Monday, 27 August 2012 14:19:38 UTC-4, TreKing wrote: On Mon, Aug 27, 2012 at 1:06

[android-developers] Please give me a 'kick-start' to build an app that will log me into a web site.

2012-08-16 Thread Rob
to proceed? Thanks, Rob. -- 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 more

[android-developers] Are there any commercial Android devices that fuse accelerometer, digital compass, and gyroscope sensor data?

2012-05-31 Thread Rob Guinness
old, so could someone shed some light on the current situation? Thanks, Rob -- 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

[android-developers] Is there a realistic way to determine whether a device has the guts to run a heavy operation?

2012-04-12 Thread Rob H
. Thanks, Rob -- 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 more

[android-developers] Getting Acquired: Selling Apps and Games to a Business/Investor

2012-03-28 Thread Rob Jackson
at rob (at) phandroid (.) com Some specific questions I have: - Does Google currently facilitate the transfer of acquired apps/games from one developer account to another? - If so, what are the requirements? - If not, is this something Google may plan for the future? - Does

Re: [android-developers] Re: Getting Acquired: Selling Apps and Games to a Business/Investor

2012-03-28 Thread Rob Jackson
To say why should they seems like a pretty short-sighted response. That would be like someone 15 years ago suggesting buying/selling domain names or websites as a ludicrous concept. Apps and Games are already the foundation of many multi-million dollar companies. Many of them are rags-to-riches

Re: [android-developers] Re: Getting Acquired: Selling Apps and Games to a Business/Investor

2012-03-28 Thread Rob Jackson
...@nadmm.com wrote: On Wednesday, March 28, 2012 10:20:22 AM UTC-4, Rob Jackson wrote: Google generates revenue by facilitating a marketplace for these goods to be bought and sold, and to be quite honest, transferring ownership of an app should be no more foreign a concept than a registrar allowing

Re: [android-developers] Re: Getting Acquired: Selling Apps and Games to a Business/Investor

2012-03-28 Thread Rob Jackson
Thanks Mark. Can you expound a bit on your meaning of troublesome? On Wed, Mar 28, 2012 at 10:31 AM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Mar 28, 2012 at 10:20 AM, Rob Jackson robjackso...@gmail.com wrote: To say why should they seems like a pretty short-sighted response

[android-developers] Re: ADB method profiling causes app to crash

2012-03-27 Thread Rob Guinness
I'm experiencing the same problem. On Mar 2, 2:03 pm, voullie ulas.albay...@gmail.com wrote: Hi, The app I'm developing has very high CPU usage, causing the battery to run out very quickly when you run it. To more accurately pinpoint what consumes all that CPU I decided to use the ADB method

[android-developers] Wifi remote file access for smartphone/PDA

2012-03-25 Thread Rob Janicki
It's been done before. You can access files on a computer using a smartphone through an in-house app I helped develop written based on Java ME. Sent from my iPhone -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Transfer store/checkout account from individual to company

2012-03-22 Thread Rob
this? thanks, Rob -- 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 more

[android-developers] Error message

2011-12-18 Thread Rob Carton
I did what she said but when installing the WST i got this erroe Cannot complete the install because of a conflicting dependency. Software being installed: WST Server Adapters 3.1.0.v200906020451-51DFAkF77g7GCNc (org.eclipse.wst.server_adapters.feature.feature.group

[android-developers] Bottom 25% of screen is invisible.

2011-10-26 Thread Rob
In every Activity of the app that I am creating, the bottom 1/4 of the screen is clipped, nothing will display in that region. Could there be a simple explanation for why that might happen? Yes, my parent layouts are set to fill_parent. -- You received this message because you are subscribed

[android-developers] Bottom 1/4 of screen getting clipped

2011-10-25 Thread Rob
In every Activity of the app that I am creating, the bottom 1/4 of the screen is clipped, nothing will display in that region. Any idea why that might happen? The parent layout is set to fill parent. A sample of the layout is below. ?xml version=1.0 encoding=utf-8? LinearLayout

[android-developers] NFC UICC Secure Element Access

2011-09-12 Thread Rob
to the SE Mifare memory, it never stores the new access key. Hence, I'd like to use my UICC SE, as I assume I can read and write any block as normal. Any thoughts would be appreciated! Rob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] startBluetoothSco() not interrupted by incoming call

2011-09-02 Thread Rob
class speak() method, if that makes a difference. Thanks! Rob -- 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

[android-developers] Android's InputMethodService - how to get unicode characters?

2011-09-01 Thread Rob
Hi guys, I'm trying to develop a keyboard. This code nicely send letter A to the application, as it is associated with the code 29, as from here KeyEvent | Android Developers Code: int code = 29; // Key code constant: 'A' key. Constant Value: 29 (0x001d) KeyEvent k = new

[android-developers] End users reporting licensing failures after resetting phone

2011-08-11 Thread Rob Aldred
that they used to make the purchase. I'm using the serverManagedPolicy, not really sure what I can do. It works fine for most people. Appears to be specifically related to resetting the device. Rob -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: Building a commercial app that uses maps

2011-07-19 Thread Rob Truxler
Just wanted to point out that depending on the way you go, you might leverage the MapQuest Open* APIs, which have impressed me so far. http://developer.mapquest.com/ On Thu, Jul 7, 2011 at 8:06 AM, David da...@teamrobots.net wrote: Hi again, so I was reading around the Google Web Services

[android-developers] text ads in emails sent by apps

2011-06-20 Thread Rob
pertaining to the app * --- *** Ad goes here *** You're basically inserting a footer into the email with an advertisement. I'm not sure if you can do it with Admob and I don't believe Adsense allows it. Anyone done this with another service? Thanks, Rob -- You received

[android-developers] setOverscrollHeader and setOverscrollFooter don't work (Droid X?)

2011-06-14 Thread Rob B
Since the Droid X Gingerbread update was pushed, I've had a blueish overscroll on all ListViews within the apps on my device. However, I'm writing an app in which this blue color clashes pretty bad with the color scheme. So, I found the setOverscrollHeader and setOverscrollFooter methods, but

[android-developers] Re: setOverscrollHeader and setOverscrollFooter don't work (Droid X?)

2011-06-14 Thread Rob B
wrote: Oh wait, these setters are used to add drawables that show when the list overshoots. They are not meant to replace the glow effect. You probably don't see your drawables becasue by default the list overshoots by only a few pixels. On Tue, Jun 14, 2011 at 10:20 PM, Rob B rrbramb

[android-developers] Re: Problems while working with Android 2.2 Froyo - Need help - Thanks very much!

2011-06-11 Thread Rob
I am having this same issue when running on Android 2.2, any ideas would be GREATLY appreciated! Thanks! Rob -- 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] In-app billing – get price paid after successful purchase?

2011-05-08 Thread Rob B
Is it possible to obtain the actual transaction cost after a successful purchase occurs? The first paragraph of the In-app Billing Overview page (http://developer.android.com/guide/market/billing/ billing_overview.html) says When the checkout process is complete, the service sends your application

[android-developers] Get text to string from website

2011-04-15 Thread Rob
I've got an environment set up where a call to a coldfusion page (http://apps.company.com/appstartup.cfm) will return nothing but a text string (no HTML, just the text string). I need my app to grab that and build a string in the background when my app starts up. I have no idea how to get the HTTP

[android-developers] Missing constructor in Audio Effects API?

2011-04-14 Thread Rob Jones
, Rob -- 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 more options, visit

[android-developers] Get text string from HTTP Connection

2011-04-13 Thread Rob
I've got an app that I'm working on, and I need to call a coldfusion URL (something like http://corpapps.company.com/STG_PhoneStart.cfm) whose page should show just a text string (in this case a list of departments separated with semicolons like AIS - *AA*; AUTOMATION - *GB*; BACKSITES - *HF*;).

[android-developers] Multi-touch MotionEvent pointer IDs changing over time

2011-04-04 Thread rob
for the first two and the third touch becomes 1 as if the pointer ids are not actually persistent over time? Anyone else experience something like this?. Seeing this on an HTC Desire HD running Android 2.2.1 Thanks, rob. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] More direct way to get to market install page from app?

2011-03-31 Thread Rob Isakson
This should do it: market://details?id=com.rei.xpenser Thanks, Rob Isakson Pogramar. Programer. Programor. I write code. On Thu, Mar 31, 2011 at 1:46 PM, Tobiah t...@tobiah.org wrote: I'm using this: startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(market://search?q

[android-developers] Re: LVL and 2.3 Emulator

2011-03-07 Thread Rob Aldred
Still broken with the 2.3.3 SDK On Jan 27, 9:56 pm, Raphaël r...@android.com wrote: On Wed, Jan 26, 2011 at 3:19 PM, Nick nick1...@gmail.com wrote: I saw they released 2.3.1 emulator and google APIs today and was hoping it was fixed, but I just updated and no luck still. Yes, known issue.

[android-developers] Re: Toast not disappearing

2011-03-07 Thread Rob Aldred
I was too experiencing this sticking Toast issue when calling finish() in a LicenceChecker Callback I fixed it by creating a toast message on the UI thread then posting to the threads handler setting the toast text and showing it.. public class LicenseCheck extends Activity { ... private

[android-developers] Re: One app, multiple APKs targeting different SDK levels would be good for adding Honeycomb functionality

2011-03-02 Thread Rob
for that ;) -rob On Mar 2, 11:51 pm, Mark Carter mjc1...@googlemail.com wrote: One of the main reasons I have not started any Honeycomb-specific development is because of the extra complexity it would bring to my existing codebase. If it were possible to upload multiple APKs (targeting different SDK

[android-developers] strong BlurMaskFilter

2011-01-12 Thread Rob Truxler
the blur, but it is very very faint. Is there any way to beef up the alpha values? I tried rendering with this paint object multiple times and this does make the glow easier to see, but it makes for inefficient rendering. Thanks, Rob -- You received this message because you are subscribed

[android-developers] This is test mail from my android

2010-12-30 Thread Nency Rob
Test mail from android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] RatingBar adding new background artifacts in 2.3

2010-12-21 Thread Rob
see anything out of the ordinary. Also, how to get rid of this background skin would be greatly appreciated as I'm still fighting with it at the moment. :) Thanks, Rob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] GL_LINES clipping problem in emulator?

2010-12-08 Thread Rob
when I run the app on my Captivate, so could this be an emulator bug? Or am I doing something wrong in the source code that's showing up in the emulator but not my phone? Any help would be appreciated... Thanks, Rob -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Market is completely out of order !!

2010-11-25 Thread Rob Franz
Any idea when this might be fixed? I can confirm the same problems for me - half of my listings are gone. I know it's Thanksgiving and all but this affects a lot of people, apparently. On Thu, Nov 25, 2010 at 9:15 AM, Sarwar Erfan erfanonl...@gmail.com wrote: May be Google is not paying him

Re: [android-developers] Re: Market is completely out of order !!

2010-11-25 Thread Rob Franz
new versions to get lots of new business, and the market is screwed up again! -niko On Nov 25, 10:07 am, Rob Franz rob.fr...@gmail.com wrote: Any idea when this might be fixed? I can confirm the same problems for me - half of my listings are gone. I know it's Thanksgiving and all

Re: [android-developers] comprehensive list of various network subtypes?

2010-11-17 Thread Rob Franz
device dependent you can say. Almost all devices have all these types of networks. On Wed, Nov 17, 2010 at 11:48 AM, Rob Franz rob.fr...@gmail.com wrote: If I have something like: mConnectivityManager= (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); NetworkInfo

[android-developers] comprehensive list of various network subtypes?

2010-11-16 Thread Rob Franz
. Assuming the above is true, would there be a list somewhere of what different carriers report for the subtype? The documentation seems to be a little sparse for this. Thanks Rob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: color banding. can't get over it :(

2010-11-04 Thread Rob Truxler
Hatch, I investigated this issue myself yesterday! My solution was pretty ugly, I'll have to admit, but what I figured was that there's a color depth issue when an ImageView is rendered over top something else. I ended up changing my code so that the ImageView's parent would actually load the

[android-developers] counting files in a cache

2010-11-03 Thread Rob Truxler
is being used by Android at all for some reason I'm unaware of. Any advice is good advice! Thanks Rob -- 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

Re: [android-developers] Re: counting files in a cache

2010-11-03 Thread Rob Truxler
into the cache size or not. On Nov 3, 1:31 pm, Rob Truxler rtrux...@gmail.com wrote: Hi folks. I'm trying to manage the files that I store in a local cache. I download files, then delete them after the total file size in the cache exceeds a certain number of bytes. What I'm shooting

[android-developers] are generics (for numeric types) a good idea?

2010-10-21 Thread Rob Truxler
or will it cause ugly unnecessary garbage collection? Thanks, Rob -- 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

[android-developers] Screen flip doesn't trigger an orientation change and Activity destruction/recreation

2010-08-29 Thread Rob
I'm testing an app on a Droid. It's a kind of card matching game. I'd like to keep the cards physically located in the same place on the screen regardless of a screen rotation. For example, I can put my thumb on a card, rotate the phone any way I please and the card stays fixed under my thumb.

[android-developers] Cannot add gmail account to Accounts Sync Settings -- Eclipse 3.5.2, SDK Platform Android 2.2, API 8, revision 2

2010-08-19 Thread Rob
Using Eclipse 3.5.2, SDK Platform Android 2.2, API 8, revision 2 In Settings -- Accounts Sync -- Add Account I do not have the option to add anything but an Exchange Account in the emulator. I should be able to add a gmail account. Am I being stupid or is there a problem with the emulator?

[android-developers] Re: Cannot add gmail account to Accounts Sync Settings -- Eclipse 3.5.2, SDK Platform Android 2.2, API 8, revision 2

2010-08-19 Thread Rob
Thanks, worked like a charm. On Aug 19, 6:24 pm, Xavier Ducrohet x...@android.com wrote: Use the Google APIs add-on (API8, rev2). On Thu, Aug 19, 2010 at 11:32 AM, Rob young@gmail.com wrote: Using Eclipse 3.5.2, SDK Platform Android 2.2, API 8, revision 2 In Settings -- Accounts

[android-developers] HTC Sense Dutch Date Formatting

2010-08-16 Thread Rob
. Other apps show properly formatted dates in dutch, so I must be doing something wrong. Anybody have a clue? Thanks, Rob -- 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] Re: how to get the screen size in inches...

2010-08-10 Thread Rob
No, I haven't. If you can provide me with the Build.DEVICE and Build.MODEL values for the Milestone and the corrected xdpi/ydpi for those values, I'll add it. Thanks. On Aug 10, 3:10 am, Kostya Vasilyev kmans...@gmail.com wrote: Rob, Do you have a special case for the Milestone, as well

[android-developers] Re: how to get the screen size in inches...

2010-08-09 Thread Rob
How do I detect what hardware my app is running on? I mean the specific brand and model. I'm having the same problem with Droid. I wanted to manually size tiles at runtime to a minimum of 1cm, but it's not working because of this inaccurate value. Also, are you aware of any other devices that

[android-developers] Re: how to get the screen size in inches...

2010-08-09 Thread Rob
the device should return for the xdpi/ydpi, please, post it. I'm sure that 3.7 inches is not exact, so maybe I'm off by a few pixels, but for sizing my tiles to 1 cm it works quite well. On Aug 9, 4:48 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Aug 9, 2010 at 7:24 AM, Rob rob.ryan.br

[android-developers] Re: how to get the screen size in inches...

2010-08-09 Thread Rob
inches. On Aug 10, 12:41 am, Rob rob.ryan.br...@gmail.com wrote: Thanks, Mark.  That seems to work.  I'm using this:         float pixels_per_X_inch = displayMetrics.xdpi;         float pixels_per_Y_inch = displayMetrics.ydpi;         if(Build.DEVICE.equals(sholes) Build.MODEL.equals(Droid

[android-developers] Manifest android:versionCode question

2010-07-09 Thread Rob
In the versioning documentation (http://developer.android.com/guide/ publishing/versioning.html) it says that android:versionCode is an integer. Is the integer a 4-byte integer with a range of -2,147,483,648 to +2,147,483,647 or is it only a 2 byte integer with a range of -32,768 to +32,767 ? --

[android-developers] Comprehensive list of all Android phones and the software version they're running

2010-07-01 Thread Rob Franz
Hi all, Apologies if this is covered somewhere (I just couldn't find it) but I'm interested in a list like this. Anyone know if this exists somewhere? Thanks Rob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Comprehensive list of all Android phones and the software version they're running

2010-07-01 Thread Rob Franz
Well... that's exactly what I was looking for. Thanks a lot! -rob On Thu, Jul 1, 2010 at 10:58 PM, pooriyam mukkodi mahayu...@gmail.comwrote: http://www.androphones.com/2010-android-phones.php On Thu, Jul 1, 2010 at 6:20 PM, Rob Franz rob.fr...@gmail.com wrote: Hi all, Apologies

[android-developers] Re: User comments available in the developer console!

2010-06-30 Thread Rob Franz
Yep same here, now I can hear how my app doesn't work in multiple languages, heh On Jun 30, 9:37 pm, Mark Carter mjc1...@googlemail.com wrote: Shows comments in all languages for me. On 30 June 2010 13:33, Paul Gee paul.gee...@googlemail.com wrote: Definitely an improvement BUT it only

[android-developers] Re: Can't sign my apk after updating sdk 2.2 (and the adt plugin)

2010-06-20 Thread Rob Franz
Thanks for this, I have a broken project and closed it - works fine. However, this has always been broken, but I've been able to export signed applications before, so maybe this is a new bug? Thanks, Rob On Jun 2, 10:16 am, Xavier Ducrohet x...@android.com wrote: This is a bug that happens when

[android-developers] Re: Is it possible to draw to a home screen icon?

2010-06-06 Thread Rob Y.
I don't doubt that there's some cost to running an app that keeps drawing to a widget window. But it shouldn't be any worse than running a live wallpaper, should it? I assume the widget would get notified when it's not visible and get the chance to stop animating - just like a live wallpaper's

[android-developers] Is it possible to draw to a home screen icon?

2010-06-05 Thread Rob Y.
know? Thanks, Rob -- 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 more

[android-developers] Re: Is it possible to draw to a home screen icon?

2010-06-05 Thread Rob Y.
...and if animating the icon's not possible, would doing it as a widget work? -- 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

[android-developers] Android Bug Reporting verbosity

2010-05-24 Thread Rob Franz
to an already great feature. Sorry if this question has been asked before - couldn't find anything via search. Thanks Rob -- 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] Petition: Google, please improve the Android Market.

2010-05-19 Thread rob irondad
. This seems to indicate that points 2 and 5 of the petition will be taken care of in a near future! But as of today all the points in the petition remain valid. So far, there has been no reaction or acknowledgment from Google. Petition link: http://petitiononline.com/androidm -- Rob -- You received

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread Rob Green
I got mine too! Bonn, Germany. Thanks Google! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Option Menu Customization

2010-04-28 Thread Rob Mazur
to android-developers+unsubscr...@googlegroups.com For more options, visit this group athttp://groups.google.com/group/android-developers?hl=en -- Rob Mazur http://droiddojo.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to paint transparency - Swiss Cheese Style

2010-04-23 Thread Rob Y.
I'm having the same problem. A Paint object treats Color.TRANSPARENT as 'paint transparently' - i.e. don't paint anything. What you and I want is something that 'paints transparency' - ie. replace whatever color is there with transparency. I don't see anything in Canvas or Paint that lets you

[android-developers] Re: How to paint transparency - Swiss Cheese Style

2010-04-23 Thread Rob Y.
. But I don't see how to do that. Is there a method in Paint for this? If so, what is it? Oooh, oooh. Is it setXfrMode? I hope so. Thanks, Rob -- 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: How to paint transparency - Swiss Cheese Style

2010-04-23 Thread Rob Y.
mPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC)) works great! Thanks again. -- 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

[android-developers] want to draw over a changing solid-color background

2010-04-22 Thread Rob Y.
I'm trying to draw an animated picture over a background that I want to shift gradually in color. The picture is kept in a bitmap, and on each frame, I erase the background to the new background color and then draw the bitmap on top of it. The bitmap was originally cleared to Color.TRANSPARENT,

[android-developers] app that 'animates' drawing

2010-04-18 Thread Rob Y.
I'm trying to learn about Android programming by rewriting a C app I've moved from DOS to X-windows to Windows as a learning tool. It's just a silly little app that draws symmetrical 'game of life' patterns on the screen in a kaleidoscopic fashion. It's structured so that the patterns do their

[android-developers] Re: app that 'animates' drawing

2010-04-18 Thread Rob Y.
'frame'. Ouch. Does this sound 'right'? Or is there a better way? Thanks, Rob -- 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: app that 'animates' drawing

2010-04-18 Thread Rob Y.
if this seems as awkward to you as it does to me. Thanks, Rob -- 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

[android-developers] Re: Petition: Google, please improve the Android Market.

2010-04-14 Thread Rob Irondad
. -- Rob On Apr 13, 4:59 pm, Kevin Duffey andjar...@gmail.com wrote: What a bummer. :( You left out a couple of big ones in my opinion. Games and audio apps make up almost 50% of the apps on iPhone, and the current state of the audio engine and the gaming capabilities are really not that good

[android-developers] Petition: Google, please improve the Android Market.

2010-04-13 Thread Rob Irondad
remain valid. So far, there has been no reaction or acknowledgment from Google. Petition link: http://petitiononline.com/androidm -- Rob -- 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: Social Gaming Platforms

2010-04-11 Thread Rob Mazur
Tapjoy (http://www.tapjoy.com) now supports Android. They look pretty solid. Rob On Apr 11, 6:10 am, Maurício pmauricio.co...@gmail.com wrote: I'm looking for cross-platform social gaming platforms, essentially for high-scores and achievements but also for multi-player. Basically I came

[android-developers] Re: any lawyer types out there that can get this site down?

2010-04-08 Thread Rob Mazur
getting paid, or are these pirates? 100% pirates -- Rob Mazur http://droiddojo.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-developers@googlegroups.com To unsubscribe

Re: [android-developers] Re: Selling apps from Canada in the Market?

2010-04-06 Thread Rob
Remoteid=com.hobbyistsoftware.android.vlcremote if you click from your device, it works like a market:// link. If you click from the desktop - the site offers to send an email to your device. cheers, Rob On Mon, 05 Apr 2010 20:55:24 +0100, Brill Pappin br...@pappin.ca wrote: It's downright

Re: [android-developers] Re: new service: link to android market from device and computer

2010-04-06 Thread Rob
and: if (is_android_device) redirect_to market:// + search else redirect_to :action = offer_email, :search = search, :name = name end glad you like it! Rob On Fri, 02 Apr 2010 23:23:23 +0100, patbenatar patbena...@gmail.com wrote: Awesome! Thanks much Rob! Bookmarking

[android-developers] new service: link to android market from device and computer

2010-04-02 Thread Rob
they can click on the link on their device). the download emails have a (subtle) advert for my app, but the feature is clearly your app! details are here: http://and-download.hobbyistsoftware.com/ I'm hoping this will be useful for people, so please use it anywhere you like. cheers, Rob

[android-developers] MP3 Decoding on Android

2010-03-25 Thread Rob Szumlakowski
missing a critical HTTP header? What strategy should I use here? Rob Szumlakowski -- 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] Streaming to the Android MediaPlayer

2010-03-25 Thread Rob Szumlakowski
a critical HTTP header? What strategy should I use here? Rob Szumlakowski -- 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

  1   2   3   >