[android-developers] Multi Language Tool

2012-01-15 Thread Brad Gies
this already exists? Sincerely, Brad Gies -- bgies.com maxhomevalue.com idailythought.com greenfarminvest.com -- -- You received this message because you are subscribed to the Google Groups

[android-developers] Several Apps and a widget

2011-10-06 Thread Brad Gies
I'm just wondering if anyone has any best practices advice for having a common widget for several apps. I'm working for a company that has several apps on the market (and many more to come). They all target the same age group, and most users of one app will potentially be interested in the

[android-developers] In app billing items

2011-09-27 Thread Brad Gies
Hi, I'm just starting to test in app billing, and I thought there was a way to pull the list of available items to purchase from the market app, but I'm not seeing any samples etc. I do see the example of Restoring Transactions which pulls the list of previously purchased items. How do I get

Re: [android-developers] Re: Just received Lodsys letter...

2011-08-17 Thread Brad Gies
, Brad Gies --- MaxHOMEValue.com Kelowna, British Columbia, Canada email: bg...@maxhomevalue.com http://maxhomevalue.com http://bgies.com --- On 17/08/2011 5

Re: [android-developers] Uploading apps on Android Market

2011-08-05 Thread Brad Gies
Take the animations out of your app, and have the app download them when needed, or on the first run. Sincerely, Brad Gies --- MaxHOMEValue.com Kelowna, British Columbia, Canada email: bg...@maxhomevalue.com http

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-02 Thread Brad Gies
You're probably using your development map key. You need another key for your prod app. Sincerely, Brad Gies --- MaxHOMEValue.com Kelowna, British Columbia, Canada email: bg...@maxhomevalue.com http://maxhomevalue.com

Re: [android-developers] are ads worth the effort?

2011-06-30 Thread Brad Gies
You won't make any money from the ads, but it might be worth having them to convince users to purchase a paid version. Sincerely, Brad Gies --- MaxHOMEValue.com Kelowna, British Columbia, Canada email: bg...@maxhomevalue.com

Re: [android-developers] Re: Gettting data from web page

2011-03-11 Thread Brad Gies
use on the web site. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

Re: [android-developers] Re: Lost libraries after updating ADT and SDK

2011-03-08 Thread Brad Gies
Is 3.6 ok? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

Re: [android-developers] Re: GOOGLE TO BAN PAYPAL?!

2011-02-27 Thread Brad Gies
much in the forums but if you send them an email from you dev account address, I'm pretty sure you will get a reply. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http

Re: [android-developers] No space for this sql statement.

2011-02-24 Thread Brad Gies
how big a round off error you can tolerate and whether you will return more than one row (you can always limit it to 1 result and order by the difference in value). You can't check for absolute matches with decimal/real/floating point numbers because of rounding. Sincerely, Brad Gies

Re: [android-developers] In app billing...

2011-02-04 Thread Brad Gies
) of the documentation, but haven't clarified that point yet. Hah... can I quote your email if I try it and am told it's not in the Terms of Service ? :). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp

Re: [android-developers] Re: In app billing...

2011-02-04 Thread Brad Gies
Completely agree John if we can use it as Dianne suggested...:) I don't mind doing a bunch of the work myself to manage it (kind of prefer it). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com

Re: [android-developers] Re: Couple of Honeycomb API errors

2011-01-27 Thread Brad Gies
Great... maybe we can teach the U.S. how to spell ;). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http

Re: [android-developers] Re: Android Development Income Tax Question

2011-01-21 Thread Brad Gies
amendments to their previous years taxes because the accountants had done such a lousy job. In one case, we amended the previous 3 years and got a woman over $50,000 back after her accountant screwed it up so badly. Sincerely, Brad Gies

Re: [android-developers] Howto? identify the inflated resource

2011-01-14 Thread Brad Gies
Brill, Post some code... and the layout you are inflating. I use tags all the time to identify views, so it's definitely possible. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp

Re: [android-developers] Howto? identify the inflated resource

2011-01-13 Thread Brad Gies
Can't you just set the tag when you inflate it? Or set the tag in the .xml file? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http

Re: [android-developers] HTTP parameter question

2011-01-09 Thread Brad Gies
Ok.. have you looked at UrlEncodedFormEntity ? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

Re: [android-developers] HTTP parameter question

2011-01-07 Thread Brad Gies
)); httpPost.setEntity(new UrlEncodedFormEntity(nvps, HTTP.UTF_8)); If you check the Request on your server after you send it.. you will see the normal ?key=value strings. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http

Re: [android-developers] Re: why metaData in providerInfo is always null?

2011-01-06 Thread Brad Gies
I believe Dianne gave you the answer Do you add the PackageManager.GET_META_DATA flag when you get the applicationInfo ? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp

Re: [android-developers] List of zip codes in a given radius

2011-01-04 Thread Brad Gies
). ,[zip_code] ,[zip_cty_id] ,[zip_stat_id] ,[zip_state_code] ,[zip_state_name] ,[zip_latitude] ,[zip_longitude] ,[zip_geography] ,[zip_city_name] Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp

Re: [android-developers] New Application - advice on how to get started?

2010-12-28 Thread Brad Gies
. If you do need them that fast, you will need to build a way to turn it off easily and probably automatically if the user forgets about it. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp

Re: [android-developers] web.loadUrl not working

2010-12-25 Thread Brad Gies
Cuil, Do a Google Search for WebChromeClient. There are some good tutorials out there. I have some code around that I can share if you need it, but I'm not at the right computer right now. Sincerely, Brad Gies --- Bistro

Re: [android-developers] Getting a strange MessageQueue warning w/ DefaultHttpClient in AsyncTask

2010-12-24 Thread Brad Gies
I can tell you for sure that I do exactly the same thing (DefaultHttpClient in an AsyncTask), and I don't get warnings so it's almost certainly something you are doing... Need to see some code to know for sure. Sincerely, Brad Gies

Re: [android-developers] NullPointerException

2010-12-23 Thread Brad Gies
What is con? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

Re: [android-developers] Re: Anybody seen a slowdown in sales?

2010-12-18 Thread Brad Gies
higher than your competitors. Probably you should experiment with both $6.99 and $9.99 to determine what the better price point is (which do you make more money at ?). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http

Re: [android-developers] Anybody seen a slowdown in sales?

2010-12-17 Thread Brad Gies
... but if it doesn't solve itself... try putting the price back. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http

Re: [android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Brad Gies
I want to download then I do a market search for that exact name and download it. You may not get many downloads from the alternative stores, but that doesn't mean that isn't where users are finding your app. Sincerely, Brad Gies

Re: [android-developers] Bump API

2010-12-09 Thread Brad Gies
Yes. You can... The Bump API documentation tells you how to do it (you click on the logo to simulate the BUMP). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http

Re: [android-developers] Re: How to tell System Apps vs. User Installed Apps

2010-12-07 Thread Brad Gies
... but my guess is that on phones there are going to be a lot more... I just don't know what they will be. It would be nice to find something that works 100% of the time...but this is ok for now. If anyone can think of anything else, I'd really appreciate it. Sincerely, Brad Gies

Re: [android-developers] Re: How to tell System Apps vs. User Installed Apps

2010-12-07 Thread Brad Gies
Ooops... just replied before I saw your email... Ok... I'll try the flag... Thanks. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http

[android-developers] How to tell System Apps vs. User Installed Apps

2010-12-06 Thread Brad Gies
needs to know about the user installed apps. Hopefully, there is something in the PackageManager info that can be used. Oh... and it needs to be available for all SDK versions. -- Sincerely, Brad Gies --- Bistro Bot - Bistro

Re: [android-developers] How to tell System Apps vs. User Installed Apps

2010-12-06 Thread Brad Gies
Well.. the comment would work... but I'd need translations :). I'll check the installerPackageName and see if that would work :). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp

Re: [android-developers] How to tell System Apps vs. User Installed Apps

2010-12-06 Thread Brad Gies
Oh... except InstallerPackageName is Level 5 and above... Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http

Re: [android-developers] Configure a URL for my application but should be outside of application

2010-12-06 Thread Brad Gies
Read and write the Url to a file Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

[android-developers] Just got this....

2010-12-06 Thread Brad Gies
that I also just got about 100 messages from earlier this month... Have the spammers taken over this group? -- Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http

[android-developers] Market has the All option disabled :)

2010-11-30 Thread Brad Gies
The content rating is finally showing in my console and the All option is disabled... Pre-Teen is selected by default :). -- Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp

Re: [android-developers] Re: Market has the All option disabled :)

2010-11-30 Thread Brad Gies
My apps all use GPS... so I would guess that it's a check the Market Team put in... Good to see they haven't totally forgotten about upgrading the Market... :) Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http

Re: [android-developers] Re: Geofence application in android

2010-11-23 Thread Brad Gies
You can request location updates within a pre-defined area, or at pre-defined times which can be used for geo-fencing... Not sure exactly what you need to accomplish so it's tough to suggest much more than reading the request Location Updates documentation. Sincerely, Brad Gies

Re: [android-developers] code for download a file

2010-11-23 Thread Brad Gies
, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

Re: [android-developers] Re: Advanced Device Administration

2010-11-23 Thread Brad Gies
about non-approved applications. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

Re: [android-developers] Query Other App Permissions

2010-11-23 Thread Brad Gies
Permissions are in PackageManager... not sure exactly what you mean by usage... Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http

Re: [android-developers] Problem in providing a string to the JavaScript

2010-11-19 Thread Brad Gies
of the string. Are you sure window.cname is passing what you think it is? Have you debugged it and checked to see exactly what you are getting? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp

Re: [android-developers] Re: What Intent for Browser without URL

2010-11-19 Thread Brad Gies
Do you really need to do it with an intent Can't you just put a blank page in your app, and have it load that, or put a blank page on your website? Or am I missing something in what you are asking for? Sincerely, Brad Gies

Re: [android-developers] My Phone Number

2010-11-19 Thread Brad Gies
If you're app is paid then I believe all purchasers get your information as part of their invoice.. (probably required by law in most countries). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com

Re: [android-developers] ViewFlipper jump to 'page'

2010-11-17 Thread Brad Gies
flipper.setDisplayedChild(1); Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

Re: [android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread Brad Gies
Settings.System.getString(getContentResolver(), Settings.System.ANDROID_ID); Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http

Re: [android-developers] Spinner/drum roller control like native Clock app has for choosing hours/minutes

2010-11-12 Thread Brad Gies
in the background and moved it up and down with the Javascript. It works well.. and looks good, but it was a pain to program. Hope you find an easier way. There was a fairly long thread on it on (I think) osdir.com.. and I took the basic idea from there. Sincerely, Brad Gies

Re: [android-developers] Re: Collecting my Market installation statistics

2010-11-08 Thread Brad Gies
because the approximate download count is already public information.. so I think just normal login security is enough for that. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com

Re: [android-developers] Controlling the movement of the android device using android emulator

2010-11-07 Thread Brad Gies
with a bit of work.. but I think your real problems will be doing it on a phone inside a building. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http

Re: [android-developers] Re: Collecting my Market installation statistics

2010-11-05 Thread Brad Gies
much better on a phone, and a phone app will be required eventually (don't want to mention them right now because they are several weeks away from being testable). I just don't want to end up with two different apps to maintain. Sincerely, Brad Gies

Re: [android-developers] Warez site ripping off paid apps

2010-11-05 Thread Brad Gies
ready... (a lot of work to do before it's really useful... but... it's coming). http://nocrappyapps.com/index.php/forum/4-association-of-android-professionals.html Let me know if you have any interest in joining it We only need about 25 active members to get it going. Sincerely, Brad Gies

Re: [android-developers] Re: Collecting my Market installation statistics

2010-11-03 Thread Brad Gies
Android dev could watch the outgoing data with Wireshark or any packet sniffer to know what it's sending. Let me know if that would interest you... and I'll give it some more thought this morning... (after I get a gallon or two of coffee in me). Sincerely, Brad Gies

Re: [android-developers] Re: Collecting my Market installation statistics

2010-11-01 Thread Brad Gies
to do it. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

Re: [android-developers] Re: Collecting my Market installation statistics

2010-10-31 Thread Brad Gies
... but I'd need to know exactly what would be acceptable to the developers. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http

Re: [android-developers] Best way for accessing web service

2010-10-23 Thread Brad Gies
a lot more (what web service... who owns it... what your app uses it for) to get much more help. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com

Re: [android-developers] displaying nearby schools and airports in google maps android

2010-10-23 Thread Brad Gies
You can use Google Local Search. You just need to figure out which search words give you the results you want. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http

Re: [android-developers] google API with android

2010-10-22 Thread Brad Gies
Take a look at the Google Local Search API. If all you wanted was bars, clubs and restaurants I've got a web service API you could use, but Google Local Search has everything Sincerely, Brad Gies --- Bistro Bot - Bistro

Re: [android-developers] Inflate layouts with different density

2010-10-22 Thread Brad Gies
Sorry if I'm hijacking this thread. How do you know (in Java) which of the three densities Android has chosen. Is there a setting in the layout or somewhere that can be checked? Sincerely, Brad Gies --- Bistro Bot

Re: [android-developers] Issue with Catch Handler

2010-10-21 Thread Brad Gies
for ANYTHING: String message = ex.getMessage(); if (message == null) message = null; Then I write the message... It's a major pain... I don't have an answer for you either... just letting you know it's not just you :) Sincerely, Brad Gies

Re: [android-developers] Re: Error Parsing JSON data

2010-10-12 Thread Brad Gies
to make it an object every time, and your array will be the first property. It's safer, faster, and less code than having to code for either an object or an array in your Android app. json_encode($topLevelArray, JSON_FORCE_OBJECT); Sincerely, Brad Gies

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Brad Gies
Why do you have the * in the permission? uses-permission android:name=*android.permission.INTERNET* / Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http

Re: [android-developers] http POST request problem

2010-10-10 Thread Brad Gies
Need to see how you are setting the params to have any idea of how to help. My guess is that you are sending an invalid parameter and the server is refusing the connection because of that. Sincerely, Brad Gies --- Bistro

[android-developers] Market API

2010-10-07 Thread Brad Gies
the Market better from my desktop... (check for new comments... respond to comments... build a spreadsheet of daily downloads etc.. etc... ). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http

Re: [android-developers] Any proposed changes to the Android Market?

2010-10-06 Thread Brad Gies
doesn't really have the same problem because they are not even trying to claim any kind of openness. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http

Re: [android-developers] Icons to support different screens

2010-10-03 Thread Brad Gies
by the time I start downloading images... Is there a call to ask what density it's running at? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

Re: [android-developers] Re: No LogCat message when debugging on a real device

2010-10-03 Thread Brad Gies
you run the emulator? Just asking because I don't know how new you are to Eclipse/Android, and I'm assuming you are looking at the Logcat view and not seeing anything.. if not, you need to go to Window/Show View and select the Logcat view. Sincerely, Brad Gies

Re: [android-developers] Icons to support different screens

2010-09-30 Thread Brad Gies
... Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com --- Everything in moderation

Re: [android-developers] Re: Icons to support different screens

2010-09-30 Thread Brad Gies
Thanks... I'll definitely have a look at that today sometime. Appreciate it very much... Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http

Re: [android-developers] Free version or not?

2010-09-29 Thread Brad Gies
Greg, What are the changes that Google Adsense made that affect how much you make? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

[android-developers] Icons to support different screens

2010-09-29 Thread Brad Gies
that then you would need 6 layouts to support those with both landscape and portrait orientations Any links, advice welcomed :). Thanks. -- Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com

Re: [android-developers] Icons to support different screens

2010-09-29 Thread Brad Gies
for small screens, 32x32 for normal and 48x48 for large. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

Re: [android-developers] Re: What's the status of installing a non-market apps?

2010-09-27 Thread Brad Gies
(in the settings/application list). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

[android-developers] Exception Logging

2010-09-27 Thread Brad Gies
it to send additional debugging information * IP Address - the IP Address logged by our server. May be helpful in some cases * Stacktrace - the complete stack trace at the time the exception occurred -- Sincerely, Brad Gies

Re: [android-developers] Re: What's the status of installing a non-market apps?

2010-09-27 Thread Brad Gies
better to add it your server startup. Ask your admin. It really depends on what the admin wants. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http

Re: [android-developers] What's the status of installing a non-market apps?

2010-09-26 Thread Brad Gies
Just give your users the link and tell them to go to it with the phone's browser. If you have the Mime Type setup on your server, everything else is automatic :) Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http

Re: [android-developers] New countries for paid apps! Maybe Ireland will be included??

2010-09-25 Thread Brad Gies
to the market for this :). I'm sure with a couple of days worth of programming allotment a much better solution could be devised but this would be fairly effective for a couple of hours :). Your thoughts? Sincerely, Brad Gies

Re: [android-developers] hosting app file on own site

2010-09-25 Thread Brad Gies
I don't know much about Tomcat, but did you reload your server after changing the file, and are you sure it's using the .htaccess file? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http

[android-developers] Update to 0.9.9 causing a little misery :).

2010-09-24 Thread Brad Gies
:\Program Files\Android\SDK\platforms\android-6\sdk.properties (The system cannot find the file specified). -- Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com

Re: [android-developers] Update to 0.9.9 causing a little misery :).

2010-09-24 Thread Brad Gies
compared to what it had been doing... not sure if that was just coincidence or not :), but it was a pleasant surprise. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com

Re: [android-developers] Update to 0.9.9 causing a little misery :).

2010-09-24 Thread Brad Gies
. Hope that helps someone else :). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

Re: [android-developers] Update to 0.9.9 causing a little misery :).

2010-09-24 Thread Brad Gies
, but because they were already a referenced library, I got the error about including core classes. In the case of the people on the other thread, they just have the two .jar files in the wrong section, so they can build but the Android tools aren't being recognized. Sincerely, Brad Gies

Re: [android-developers] Re: App working but GoogleMap not coming (proxy settings working)

2010-09-23 Thread Brad Gies
this email, it seems I am taking a tour of Northern Canada. I guess I must be on a really fast plane because the My Location icon is really moving I just have no idea where it's going... and I thought I was sitting at my computer at home... :). Who knew Sincerely, Brad Gies

Re: [android-developers] Distribute app to customer for review but no one else

2010-09-22 Thread Brad Gies
, download the app. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

Re: [android-developers] Moved Android project to Eclipse 1.5 and new machine and project is missing Android jar

2010-09-21 Thread Brad Gies
Add External Jar will do it. Just make sure to pick the right one, and add the Google jar(s) if you're using them. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http

Re: [android-developers] Exception Logging

2010-09-20 Thread Brad Gies
feedback, even it's only I wouldn't use that if my life depended on it because ???. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

Re: [android-developers] Re: How to reverse ListView scrolling behavior?

2010-09-18 Thread Brad Gies
really wants to do. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

[android-developers] Exception Logging

2010-09-18 Thread Brad Gies
server capacity quickly if needed, and I don't think the cost of doing this will be too horrible (I hope). ... Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com

Re: [android-developers] Exception Logging

2010-09-18 Thread Brad Gies
of the open source sites so that other people can improve it. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-18 Thread Brad Gies
My guess from the wording of the answer is that market will be able to adjust the numbers when apps check for updates. But, it's just a guess :). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http

Re: [android-developers] Re: Exception Logging

2010-09-18 Thread Brad Gies
be even more effective...but, I'm not positive and that's why I'm asking for other opinions. The unstated part of the question is what would other devs find most acceptable? Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-18 Thread Brad Gies
, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com --- Everything in moderation

Re: [android-developers] Upgrade non-market app with a new market version.

2010-09-16 Thread Brad Gies
Yes, I just did it and it works well... but both of my versions were free, so I don't know for sure what happens with paid apps. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com

Re: [android-developers] connecting android with mysql

2010-09-03 Thread Brad Gies
, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.com --- Everything in moderation

Re: [android-developers] Need project idea

2010-09-03 Thread Brad Gies
I developed an app specifically for the trucking industry delivering to car plants, but it's not publicly available. I do know of several others, but I think most of the automotive related apps are developed in house by the suppliers etc., and not on the market. Sincerely, Brad Gies

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-03 Thread Brad Gies
changing the Locations now? FYI.. I just did it, so I might be able to answer this in a month or so :). Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http

Re: [android-developers] ViewFlipper Help Please

2010-09-02 Thread Brad Gies
You could use flipper.setDisplayedChild(1); But, if you want the animation then what you are doing is probably correct, but you probably need to slow it down :) Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http

Re: [android-developers] Reducing Permissions

2010-09-01 Thread Brad Gies
their friends easily, while keeping it means that many users will never install it. Damned if I do... Damned if I don't... and right now there is no good answer. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com

Re: [android-developers] 401 Unauthorized in c2dm sent message to server

2010-09-01 Thread Brad Gies
Not unless you show us some of your code :). But, you should probably ask this in the C2DM group. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http

Re: [android-developers] Reducing Permissions

2010-09-01 Thread Brad Gies
wouldn't have to support it.. or them using it ;). I'm fairly sure it would solve many other developers issues also. Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com

  1   2   3   >