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

2017-02-20 Thread Rob Kumar
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 it, s

[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 to the

[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 are

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. http://code.google.com/p/android/issue

[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. https://code.google.com/p/android/issues/detai

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 in-a

[android-developers] Strange directory duplication behaviour

2013-02-06 Thread Rob H
like "trc.prl" is the package name 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 re

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

2012-12-02 Thread Rob Thompson
Yes. I have 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 Th

[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 so

[android-developers] Problems with ActionBar

2012-11-20 Thread Rob Abeling
e know how 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...@googl

[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 to

[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 : http://khmerbird.com/technology/how-to-install-khmer-unicode-on-android-phone.h

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

2012-09-04 Thread Rob B
d out 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! &g

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

2012-09-03 Thread Rob B
is 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

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

2012-08-27 Thread Rob
xception e) >> { >> //There was a problem running executeHttpGet() so display some >> sort of error to the user >> } >> } >> >> And then I am REALLY recommending that you start with some extremely >> basic programming tutorials... >&

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 > > wrote: > >> I do

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

2012-08-27 Thread Rob
; > > On Mon, Aug 27, 2012 at 11:11 AM, Rob > > wrote: > >> executeHttpGet > > > -- 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

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

2012-08-27 Thread Rob
> Google search provide you with the necessary info? > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Mon, Aug 27, 2012 at 9:22 AM, Rob > > wrote: > >> Thanks Justin. >> >> I hav

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

2012-08-27 Thread Rob
http://android-dev-tips-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

[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=LOGIN¶m[ID]=1234¶m[PASSWORD]=ABCDE I am using eclipse INDIGO. Is this difficult to do? Any suggestions on how to do this or

[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
I need 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...@

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

2012-05-31 Thread Rob Guinness
hed 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 emai

[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.co

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 wrote: > On Wed, Mar 28, 2012 at 10:20 AM, Rob Jackson > wrote: > > To say "why should they" seems like a pretty short-sighted response. > >

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

2012-03-28 Thread Rob Jackson
em Hasan 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 m

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 s

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

2012-03-28 Thread Rob Jackson
-Mail 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? -

[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 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 profiling feature.

[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, sen

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

2012-03-22 Thread Rob
way to do 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...@

[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 3.1.0.v200906020451-51DFAkF77g

[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 to

[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.

[android-developers] NFC UICC Secure Element Access

2011-09-12 Thread Rob
ess key 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 D

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

2011-09-02 Thread Rob
going through the TextToSpeech 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 unsubscrib

[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 KeyEvent(KeyEvent

[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 "Andr

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 wrote: > Hi again, so I was reading around the Google Web Services forums, and > it does se

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

2011-06-20 Thread Rob
text 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, R

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

2011-06-14 Thread Rob B
t, 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 Tu

[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 passi

[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@googlegro

[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
structor is missing? Cheers, 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+unsubsc

[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*;). It

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

2011-04-04 Thread rob
mes of doing this, suddenly the routine above shows me pointer ids 0 and 2 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. --

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 wrote: > > I'm using this: > > startActivity(new Intent(Intent.ACTION_VIEW, > Uri.pars

[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: 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 wrote: > On Wed, Jan 26, 2011 at 3:19 PM, Nick 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. Unfortunately it wasn't fixe

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

2011-03-02 Thread Rob
cenarioexcept for small. just add a new flag for that ;) -rob On Mar 2, 11:51 pm, Mark Carter 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

[android-developers] strong BlurMaskFilter

2011-01-12 Thread Rob Truxler
I can see 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 subscri

[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 Fo

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

2010-12-21 Thread Rob
tyles and don't 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

[android-developers] GL_LINES clipping problem in emulator?

2010-12-08 Thread Rob
points. I don't get the artifact 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 thi

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

2010-11-25 Thread Rob Franz
ions to > get lots of new business, and the market is screwed up again! > > -niko > > On Nov 25, 10:07 am, Rob Franz 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 Thanksgiv

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 wrote: > May be Google is not paying him well? :D > > > > On No

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

2010-11-17 Thread Rob Franz
carrier dependent, rather 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 wrote: > >> If I have something like: >> >> mConnectivityManager= (ConnectivityManager) >>

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

2010-11-16 Thread Rob Franz
nt values altogether as they're CDMA. 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 G

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 bit

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

2010-11-03 Thread Rob Truxler
> know whether this is factored into the cache size or not. > > On Nov 3, 1:31 pm, Rob Truxler 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 >

[android-developers] counting files in a cache

2010-11-03 Thread Rob Truxler
he Cache directory 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-developer

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

2010-10-21 Thread Rob Truxler
meric types in Android 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 fro

[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] 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 wrote: > Use the "Google APIs" add-on (API8, rev2). > > > > > > On Thu, Aug 19, 2010 at 11:32 AM, Rob wrote: > > Using Eclipse 3.5.2, SDK Platform Android 2.2, API 8, revision 2 > >

[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] HTC Sense Dutch Date Formatting

2010-08-16 Thread Rob
nd a way to get this right. 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, se

[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 wrote: > Rob, > > Do you have a special case for the Milestone, as

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

2010-08-09 Thread Rob
al width is 1.8 inches. On Aug 10, 12:41 am, Rob 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(

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

2010-08-09 Thread Rob
80x854. If somebody knows for certain what 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 wrote: > On Mon, Aug

[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 m

[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 ? --

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 wrote: > http://www.androphones.com/2010-android-phones.php > > > > > > > > > On Thu, Jul 1, 2010 at 6:20 PM, Rob Franz wrote: > >

[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

[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 wrote: > Shows comments in all languages for me. > > On 30 June 2010 13:33, Paul Gee wrote: > > > > > Definitely an improvement BUT it only shows comments written in English for > > m

[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 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 su

[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 emai

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

2010-06-05 Thread Rob Y.
ybody 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...@googlegrou

[android-developers] Android Bug Reporting verbosity

2010-05-24 Thread Rob Franz
is " + x);) That would be a great addition 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 po

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

2010-05-19 Thread rob irondad
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+unsubsc

[android-developers] Re: Option Menu Customization

2010-04-28 Thread Rob Mazur
ge 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] 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 gr

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

2010-04-23 Thread Rob Y.
I want to do. 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

[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 co

[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, a

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

2010-04-18 Thread Rob Y.
seems to work. Still eager for suggestions 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 unsubscr

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

2010-04-18 Thread Rob Y.
ire bitmap in to draw the next '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-deve

[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 ow

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

2010-04-14 Thread Rob Irondad
hanks. -- Rob On Apr 13, 4:59 pm, Kevin Duffey 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 on

[android-developers] Re: Social Gaming Platforms

2010-04-13 Thread Rob Mazur
d; > > they are also big on iPhone. However, they are not being very > > responsive at the moment, as you note. > > > OpenFeint - the biggest social gaming service on iPhone - claims that > > they will be moving to Android soon as well, but it's anyone's guess > &

[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-

[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 wrote: > I'm looking for cross-platform social gaming platforms, essentially > for high-scores and achievements but also for multi-player. > > Basically I came acr

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

2010-04-08 Thread Rob Mazur
gt; > > and they will give you access to pirated android apps. The same apps > > > > > that you publish for a fee, the seem to download them from the market > > > > > by paying you once and distribute to their paid users for free. Nice > > > >

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

2010-04-06 Thread Rob
is_type end 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 wrote:

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

2010-04-06 Thread Rob
Remote&id=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 wrote: It's downright crazy

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

2010-04-02 Thread Rob
link by email (so 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

[android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-25 Thread Rob Mazur
ations or look in > the Downloads of the Market app. > > On Mar 25, 11:09 pm, chris harper wrote: > > > > > Thanks guys > > > Rob/Kevin > > > You guys are really give me some ideas here. > > > Thank you for the advice on score loop but I don’t thin

  1   2   3   >