Re: [android-developers] adb

2010-08-04 Thread Chris Stewart
Based on what you're saying, it sounds like you're on Linux. I followed the steps in this document [1] to get everything working on my Ubuntu netbook. [1] http://developer.android.com/guide/developing/device.html http://developer.android.com/guide/developing/device.html Chris Stewart cstewart

[android-developers] A general purpose development phone

2010-08-04 Thread Chris Stewart
? * Given the state of the Nexus One, it's far out of my price range on eBay. So is there another phone that's relatively open with regards to the OS you can run? I've seen the Droid Eris for around $100 on eBay, and that would certainly fit with my rough price point. Chris Stewart cstewart

Re: [android-developers] Google's Android leads U.S. smartphones

2010-08-04 Thread Chris Stewart
Not completely surprised. I'll be curious to see what the numbers look like after the iPhone 4 sales are included. Chris Stewart cstewart...@gmail.com On Wed, Aug 4, 2010 at 9:07 PM, jacek jacek.ambroz...@gmail.com wrote: Congratulations to us all! http://www.reuters.com/article

Re: [android-developers] A general purpose development phone

2010-08-05 Thread Chris Stewart
I've had some awkward issues with the emulator lately. For my current application, it won't run in the emulator at all because the network calls its making never get answered. I haven't spent the time to figure that out, so I've just used my device. Chris Stewart cstewart...@gmail.com On Thu

Re: [android-developers] Re: A general purpose development phone

2010-08-05 Thread Chris Stewart
Thanks for the insight. I kind of want to go with something that's considered slow, to a reasonable level. That way I can test on an older device, preferably with an older version of the SDK, and also have my Droid X as the other development device to test the other extreme. Chris Stewart

[android-developers] Network access is slow in emulator

2010-08-05 Thread Chris Stewart
().getInputStream()); Is there something I can do to speed up network access while using the emulator? Has anyone noticed anything similar? Chris Stewart cstewart...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Network access is slow in emulator

2010-08-05 Thread Chris Stewart
Ignore me. It doesn't look like the network access. I broke up the line into two statements and it's really taking time during the parsing. Guess it's time for SAX. Chris Stewart cstewart...@gmail.com On Thu, Aug 5, 2010 at 1:19 PM, Chris Stewart cstewart...@gmail.com wrote: I've noticed

[android-developers] Figuring out Google Checkout

2010-08-05 Thread Chris Stewart
gone into my merchant account now and set it to do both in the future. I guess I should have found a resource on this before setting it up. Chris Stewart cstewart...@gmail.com http://www.androidsdkforum.com -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Website for your app, how important do you feel it is?

2010-08-05 Thread Chris Stewart
for your app, how do you think it helps in your journey to sell apps? Chris Stewart cstewart...@gmail.com http://www.androidsdkforum.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

Re: [android-developers] Figuring out Google Checkout

2010-08-05 Thread Chris Stewart
Makes sense. Thank you. Chris Stewart cstewart...@gmail.com http://www.androidsdkforum.com On Thu, Aug 5, 2010 at 11:43 PM, TreKing treking...@gmail.com wrote: On Thu, Aug 5, 2010 at 9:36 PM, Chris Stewart cstewart...@gmail.comwrote: How can I charge these orders? If people bought your

Re: [android-developers] Re: Website for your app, how important do you feel it is?

2010-08-06 Thread Chris Stewart
specific to Groups. I can add it to my Gmail signature but would like to be more specific if I can. Chris Stewart cstewart...@gmail.com On Fri, Aug 6, 2010 at 1:22 AM, metal mikey coref...@gmail.com wrote: It has been pointed out that there's a need for developers of Android Apps to garner trust

Re: [android-developers] Re: Website for your app, how important do you feel it is?

2010-08-07 Thread Chris Stewart
. Regards, Chris Stewart Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social-updater/- An easy way to send your status blast to multiple social

Re: [android-developers] Navigating between screens

2010-08-09 Thread Chris Stewart
, Chris Stewart Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social-updater/- An easy way to send your status blast to multiple social networks

[android-developers] Opening a context menu in the onCreate of an activity

2010-08-09 Thread Chris Stewart
and was wondering if anyone has run into this before and how they solved it. Regards, Chris Stewart Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social

Re: [android-developers] Opening a context menu in the onCreate of an activity

2010-08-09 Thread Chris Stewart
components laid out in the XML file. Regards, Chris Stewart Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social-updater/- An easy way to send your status

Re: [android-developers] Opening a context menu in the onCreate of an activity

2010-08-09 Thread Chris Stewart
I should also say that I'm kind of searching for a best practice here as well. I get the vibe that opening the context menu in this way may not be the most sound way of doing it, but hey, if it works and it's not troublesome for the user, that works for me. Regards, Chris Stewart Fantasy

Re: [android-developers] Opening a context menu in the onCreate of an activity

2010-08-10 Thread Chris Stewart
will be stored off to the database to then be used on any following requests to the activity. Regards, Chris Stewart Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android

[android-developers] Getting the updated array of data from a ListView/Adapter

2010-08-10 Thread Chris Stewart
, R.id.list_complex_cb } ) ); ListView list = (ListView)this.findViewById(R.id.lvList); list.setAdapter(adapter); } private void blah() { ListView list = (ListView)this.findViewById(R.id.lvList); Object obj = list.getItemAtPosition(0); } Regards, Chris Stewart Fantasy Footballhttp

Re: [android-developers] Re: Build with 2.2 SDK ok to deploy on 1.5+

2010-08-10 Thread Chris Stewart
I was definitely worried about doing this on my apps. It turns out to work just fine. Regards, Chris Stewart Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android

[android-developers] Re: ListView containing multiple, clickable, Views (i.e. like GMail)

2010-08-10 Thread Chris Stewart
I'm working on something similar where I want to interact with just the rows I've selected, like the GMail app allows you to do. However, I'm struggling to find a way to get the rows I've chosen when I click a button that's outside the context of my ListView. If you'll notice on the GMail app,

Re: [android-developers] Re: Getting the updated array of data from a ListView/Adapter

2010-08-10 Thread Chris Stewart
()) { String title = ((TextView)((View)lv.getChildAt(i)).findViewById(R.id.list_complex_title)).getText().toString(); System.out.println(Blah); } } } } } Regards, Chris Stewart Fantasy Footballhttp://chriswstewart.com/android-applications

Re: [android-developers] Converting XML into Java in Android

2010-08-11 Thread Chris Stewart
Look into XmlPull for Android. I use it and have enjoyed the performance and ease of use. Regards, Chris Stewart Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com

Re: [android-developers] Re: Converting XML into Java in Android

2010-08-11 Thread Chris Stewart
I'm not sure how much different they are from what you'll see on a platform such as .NET. I use XmlPull on the more intensive tasks and DOM if it's a very small file. I find using it, especially in DOM flavor, very similar to what you get with something like C#. Regards, Chris Stewart Fantasy

Re: [android-developers] Sqlite Delete doesn't delete

2010-08-13 Thread Chris Stewart
I use db.execSQL to delete. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social-updater/- An easy

Re: [android-developers] source code

2010-08-13 Thread Chris Stewart
consider that to be sound advice. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social-updater

Re: [android-developers] Android Market cropping uploaded screenshots

2010-08-13 Thread Chris Stewart
I've run into the same problem with my app on the market. It looks OK when you click in to view the screenshot, but looks fuzzy when viewing from the app's page on the market. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy

[android-developers] Paid vs Free, My Early Experience

2010-08-13 Thread Chris Stewart
looking at the analytics from Flurry for Social Updater. Once Fantasy Football gets into more hands, I’m sure my time spent will level out. :) -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football

Re: [android-developers] Re: tea time

2010-08-17 Thread Chris Stewart
My guess, without looking at your project, is the names you're using for the resources directories. I had issues with that on 1.5 as well. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football

Re: [android-developers] Can Java code be replaced with XML

2010-08-17 Thread Chris Stewart
I'm not aware of any way to do that, but that doesn't mean it's not out there. I'd be curious to see the use case behind a single activity that has 50 buttons. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app

Re: [android-developers] Re: connect to sql server

2010-08-18 Thread Chris Stewart
Instead of putting it on C, you'll need to put it in the context of a web server that can handle PHP. IIS, or Apache, for example. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics

Re: [android-developers] Re: Exiting Application

2010-08-18 Thread Chris Stewart
Certainly sounds like it. Why would you want to take the camera resources, indefinitely, without letting other applications use it? I'd be really curious to see your actual application idea but I have a feeling it's not a good idea... -- Chris Stewart http://chriswstewart.com Fantasy

Re: [android-developers] Does Google provide direct (paid) technical support for Android SW development?

2010-08-18 Thread Chris Stewart
I was definitely expecting an advertisement... -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social

Re: [android-developers] Getting critical feedback on your application

2010-08-19 Thread Chris Stewart
Very tough problem and I think we've all experienced it. For me, I've gotten the very best feedback from users via email. Unfortunately, that's far and few in between but at least it's something. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android

Re: [android-developers] Paid vs Free, My Early Experience

2010-08-19 Thread Chris Stewart
the viewable section short but provides an option for us as developers to give more detail when the app in question requires it. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics

[android-developers] Server error on checkout for paid app via Google Checkout

2010-08-19 Thread Chris Stewart
://www.google.com/support/forum/p/Android+Market/thread?tid=33dbf92eca99b2b7hl=en Google Code Issue: Issue 10261: Multiple users getting Server Error when purchasing apps in Android Market http://code.google.com/p/android/issues/detail?id=10261 -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp

[android-developers] Use of 3rd party game engines

2010-08-20 Thread Chris Stewart
/index.php http://www.andengine.org/blog/ -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social-updater

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-20 Thread Chris Stewart
Locale. Problem solved. Thanks for proving the point. That description tells me absolutely nothing about what I'm being asked to pay for. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football

[android-developers] Pro and Lite versions of your apps

2010-08-21 Thread Chris Stewart
I've done a little searching and found a few different ways to do this, but I'm curious what the general consensus is. Most of what I found was over a year old and maybe there's a better way currently. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android

Re: [android-developers] Pro and Lite versions of your apps

2010-08-21 Thread Chris Stewart
the other path a go tomorrow and see how that goes. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social

[android-developers] Layout options for overlaying views

2010-08-23 Thread Chris Stewart
use? -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp://chriswstewart.com/android-applications/fantasy-football-insider/- Android app for all fantasy

Re: [android-developers] Layout options for overlaying views

2010-08-23 Thread Chris Stewart
this in the context of my game. Thanks for your reply Mark. Even just typing that response out myself helps me wrap my head around the problem better. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy

Re: [android-developers] app idea?

2010-08-24 Thread Chris Stewart
Oh come on TreKing, get hip with the times. Plz! :p -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp://chriswstewart.com/android-applications

Re: [android-developers] New to Android and programming

2010-08-24 Thread Chris Stewart
having that Java background gives you the freedom to think about how you're structuring your Android application for reuse and performance. While it's not a requirement to do that, it absolutely helps when adding new features and maintaining existing code. -- Chris Stewart http://chriswstewart.com

Re: [android-developers] Re: Problem with SAX parsing

2010-08-24 Thread Chris Stewart
+1 for XmlPull. I tried giving SAX a go but had so many issues structurally with how I organized my code. XmlPull gives you a more serial approach and makes it easier to integrate, while providing an enormous performance boost over DOM. -- Chris Stewart http://chriswstewart.com Fantasy

Re: [android-developers] Re: Newbie's Android problem

2010-08-24 Thread Chris Stewart
I'll add, that if it's the first time you're booting the emulator, it might be taking longer than future requests. I certainly can't prove that definitively, but it seems to me that more is happening behind the scenes that first time as it's prepping the emulator for first use. -- Chris Stewart

Re: [android-developers] User request refund 20 days after purchase

2010-08-24 Thread Chris Stewart
the app is working fine? It's a scary precedent to set, but I would still refund the one off request. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp

Re: [android-developers] Android Emulator vs iPhone emulator (Why does it take so long)

2010-08-24 Thread Chris Stewart
While it's inconvenient the first time, it's not something you have to do time and time again while developing. I don't find it to be an issue at all. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL

Re: [android-developers] Why is android build times so slow...

2010-08-24 Thread Chris Stewart
That's interesting. I find that I never wait on it since it's always happening behind the scenes as I make changes. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy

Re: [android-developers] Creating Icons?

2010-08-25 Thread Chris Stewart
I have a designer I work with for them. It's not an expensive thing and he turns them around quickly. If anyone wants his contact info, let me know. I couldn't recommend him more highly. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications

Re: [android-developers] Re: Negative comment causing drop in sales

2010-08-26 Thread Chris Stewart
to correct it. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp://chriswstewart.com/android-applications/fantasy-football-insider/- Android app for all

Re: [android-developers] Re: Active Installs Dropping Like Crazy but Total Downloads Increasing Steadily!

2010-08-26 Thread Chris Stewart
Yeah I can imagine. I think what you should focus on is that your downloads are _steadily_ rising. That's really what matters most and so if that continues and your position isn't being affected, negatively, I wouldn't worry too much about it. -- Chris Stewart http://chriswstewart.com Fantasy

Re: [android-developers] Re: Can we install Android SDK on windows 7 if yes then how ?

2010-08-26 Thread Chris Stewart
I've been developing mostly on Windows 7 with no issues at all. I used the basic instructions in the Developer Guide. I've also done some development on my Ubuntu netbook, which wasn't _quite_ as simple, but pretty simple. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp

Re: [android-developers] Re: Negative comment causing drop in sales

2010-08-26 Thread Chris Stewart
As others have said, it's not overly effective. I wouldn't do it just because I'd want to see if it ever changes. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy

[android-developers] Copy protected apps

2010-08-26 Thread Chris Stewart
? -- Chris Stewart http://chriswstewart.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 from this group, send email to android-developers+unsubscr

Re: [android-developers] Copy protected apps

2010-08-26 Thread Chris Stewart
, so the database is no longer accessible and the only way to fix is to uninstall/reinstall. Can anyone confirm this? -- Chris Stewart http://chriswstewart.com On Aug 26, 2010 8:12 PM, TreKing treking...@gmail.com wrote: On Thu, Aug 26, 2010 at 6:49 PM, Chris Stewart cstewart...@gmail.com wrote

Re: [android-developers] Copy protected apps

2010-08-26 Thread Chris Stewart
As always, appreciate your help TreKing. -- Chris Stewart http://chriswstewart.com On Aug 26, 2010 9:08 PM, TreKing treking...@gmail.com wrote: On Thu, Aug 26, 2010 at 7:32 PM, Chris Stewart cstewart...@gmail.comwrote: Can anyone confirm this? I can't, but that's what this guy said in my

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-27 Thread Chris Stewart
app. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp://chriswstewart.com/android-applications/fantasy-football-insider/- Android app for all fantasy

[android-developers] Changing from one dev machine to another, keystore question

2010-08-27 Thread Chris Stewart
doing this? -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp://chriswstewart.com/android-applications/fantasy-football-insider/- Android app for all

Re: [android-developers] Changing from one dev machine to another, keystore question

2010-08-27 Thread Chris Stewart
If I'm understanding your first sentence, I'm at work and cannot test it for myself right now. I'm not sure what you're saying beyond that point. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-27 Thread Chris Stewart
I'm really curious to get more context around that. Frankly, I'm interested and if I can get more info I might give it a shot myself. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-27 Thread Chris Stewart
Bah, you've convinced me to at least give it a try. I'll let you all know if I see any difference. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp

Re: [android-developers] Shipping Android App from India

2010-08-27 Thread Chris Stewart
. Of course, there's no official word on either and so there's no telling when (and if), either will happen. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football

Re: [android-developers] Is there anyway to turn USB debuggin on/off

2010-08-27 Thread Chris Stewart
Are you trying to do this from code, or through the UI? There's the option for it under Settings - Applications - Development, but it sounds like you're asking about doing it through code and that I have no idea about. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-27 Thread Chris Stewart
purposeful to make it all fit or not, just FYI. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp://chriswstewart.com/android-applications/fantasy-football

[android-developers] Copy protection getting deprecated

2010-08-30 Thread Chris Stewart
must say, I'm quite nervous about how this will get handled for existing apps using copy protection. Has anyone seen this already and maybe I missed the conversation? -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android

Re: [android-developers] New Market Feature: Counts of ratings

2010-08-30 Thread Chris Stewart
I saw that too, very nice. I do wish I could select one and see any comment associated with it. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp

[android-developers] If I turn off Copy Protection, what will happen?

2010-08-31 Thread Chris Stewart
? What will happen to my existing customers? I've not seen a single definitive answer on this topic. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football Insiderhttp

Re: [android-developers] Re: If I turn off Copy Protection, what will happen?

2010-08-31 Thread Chris Stewart
need to uninstall and reinstall. Thankfully my 1.5 user base is extremely low. I've gone ahead and made the change in the market and will keep an eye out for when my next update hits. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy

Re: [android-developers] Re: Android App Licensing Mechanism Still Easy to Break!!

2010-09-08 Thread Chris Stewart
Haha, nice. :) Even if it is easy to break, it's still night and day more useful than copy protection. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football

Re: [android-developers] Re: App Inventor

2010-07-12 Thread Chris Stewart
projects. For them, it's a great prototype tool or perhaps a simple wireframe mock-up tool that developers will translate into the full SDK further in the development process. Chris Stewart cstewart...@gmail.com On Mon, Jul 12, 2010 at 12:45 PM, Pent tas...@dinglisch.net wrote: Not really sure who

Re: [android-developers] Re: Has anyone get App Inventor accounts?

2010-07-20 Thread Chris Stewart
I registered right away and haven't gotten a response as of yet. Chris Stewart cstewart...@gmail.com On Tue, Jul 20, 2010 at 3:44 PM, uberspeed carlos.car...@gmail.com wrote: Nothing here yet either. On Jul 20, 8:43 am, gcstang gcst...@gmail.com wrote: Same no response On Jul 20, 6:45

Re: [android-developers] Re: how do you guys feel about the develop tools?

2010-07-21 Thread Chris Stewart
space. I posted the question on my own site ( http://www.androidsdkforum.com/android-sdk-tools-utilities/4-tools-building-user-interfaces.html) looking for some suggestions to nice tools as Droid Draw is the best I've discovered to this point. Chris Stewart http://www.androidsdkforum.com On Wed, Jul

[android-developers] Understanding how Activities work

2010-07-22 Thread Chris Stewart
on the secondary activity would return me to my existing main activity. Calling finish on the secondary activity didn't actually do anything, visibly at least. Is there further reading that anyone can recommend to me? Chris Stewart cstewart...@gmail.com http://www.androidsdkforum.com -- You received

Re: [android-developers] Re: Understanding how Activities work

2010-07-22 Thread Chris Stewart
I do have one of those circumstances. I'll investigate further and see if I can discovery why calling finish is not doing what I expect (i.e., I'm doing it wrong). Chris Stewart cstewart...@gmail.com On Thu, Jul 22, 2010 at 3:08 PM, Joseph Earl joseph.w.e...@gmail.comwrote: As TreKing said

[android-developers] How do you approach the various devices your application runs on?

2010-07-23 Thread Chris Stewart
unique qualities such as screen size and SDK levels. I've noticed very quickly how the UI of my application will need some adjustment when viewed on devices that don't carry a 4.3 screen. How have you approached this hurdle in your own development? Chris Stewart cstewart...@gmail.com http

Re: [android-developers] Re: How do you approach the various devices your application runs on?

2010-07-23 Thread Chris Stewart
device. I don't know if that's sufficient and likely it isn't in every scenario, but it's probably better than nothing at all. Chris Stewart cstewart...@gmail.com On Fri, Jul 23, 2010 at 1:32 PM, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: My app is running on every possible device

Re: [android-developers] Re: How do you approach the various devices your application runs on?

2010-07-23 Thread Chris Stewart
the other day around Android development and perhaps that can be used to facilitate this, or if there's something more specific that would be needed, I'd volunteer to work on setting it up. Chris Stewart cstewart...@gmail.com On Fri, Jul 23, 2010 at 2:24 PM, Maps.Huge.Info (Maps API Guru) cor

Re: [android-developers] Re: How do you approach the various devices your application runs on?

2010-07-23 Thread Chris Stewart
Excellent list, thanks. Chris Stewart cstewart...@gmail.com On Fri, Jul 23, 2010 at 3:18 PM, Joseph Earl joseph.w.e...@gmail.comwrote: 1) Set a whole suit of AVD devices with all the possible screen-size/ resolution/OS version combinations 2) When developing, test on your main target

Re: [android-developers] Re: Pulling specific information from XML files quickly

2010-07-23 Thread Chris Stewart
worked out rather well to this point. Chris Stewart cstewart...@gmail.com On Fri, Jul 23, 2010 at 3:28 PM, DanH danhi...@ieee.org wrote: You might want to look into XML pull parsing: http://www.xmlpull.org/v1/download/unpacked/doc/quick_intro.html There is support for it on the phone

[android-developers] Wrapping content of a TableRow

2010-07-24 Thread Chris Stewart
TableLayout.LayoutParams( LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT)); Chris Stewart cstewart...@gmail.com http://www.androidsdkforum.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] Re: hi

2010-07-25 Thread Chris Stewart
Bury for advertisement? Chris Stewart cstewart...@gmail.com On Sun, Jul 25, 2010 at 12:42 PM, Tim t...@mobiforms.com wrote: Dear Raineesh, You may wish to consider another approach to Android development such as our MobiForms rapid application development tool. MobiForms is the world's

[android-developers] Re: Wrapping content of a TableRow

2010-07-26 Thread Chris Stewart
Has anyone run into this? Could use any advice. :) Chris Stewart cstewart...@gmail.com On Sat, Jul 24, 2010 at 11:51 PM, Chris Stewart cstewart...@gmail.comwrote: I'm adding TableRow objects to my view dynamically based upon how many items are in a collection I've loaded. Everything loads

[android-developers] Licensing

2010-07-27 Thread Chris Stewart
With the just announced licensing feature for Android ( http://developer.android.com/guide/publishing/licensing.html), I'm curious to hear what you all think about it. Is piracy a big enough problem on Android that this is a breath of fresh air, or more of a precaution for the future? Chris

Re: [android-developers] I would like to be able to buy an app for a friend

2010-07-27 Thread Chris Stewart
Gifting applications is a feature that should be present. I know a lot of folks here are too much of a smart ass to acknowledge that, but I agree with you. Chris Stewart cstewart...@gmail.com On Tue, Jul 27, 2010 at 3:46 PM, TreKing treking...@gmail.com wrote: On Tue, Jul 27, 2010 at 1:16 AM

Re: [android-developers] Re: Understanding how Activities work

2010-07-28 Thread Chris Stewart
method after doing OAuth with Twitter/Facebook): finish(); I'm not attempting to return data to the initial activity, but Is there something I need to do in the initial activity that can catch the return? Or what am I missing here? Chris Stewart cstewart...@gmail.com On Thu, Jul 22, 2010 at 3

Re: [android-developers] Re: Understanding how Activities work

2010-07-28 Thread Chris Stewart
It appears to be an issue with my intermediate step of OAuth. When I call finish on the second activity, it doesn't go back to the first because OAuth happened during the second activity. Chris Stewart cstewart...@gmail.com On Wed, Jul 28, 2010 at 10:59 AM, Chris Stewart cstewart

[android-developers] Menu text not showing in emulator

2010-07-28 Thread Chris Stewart
in the emulator, but on my device it shows both the text and icon. I've tried it across a few of the emulators, even running the same SDK version as my phone, and they all do this. Has anyone encountered this before? Chris Stewart cstewart...@gmail.com -- You received this message because you

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread Chris Stewart
Hey, maybe instead of rudely answering the question, you could save your keystrokes for something useful? Chris Stewart cstewart...@gmail.com On Fri, Jul 30, 2010 at 11:57 AM, TreKing treking...@gmail.com wrote: On Fri, Jul 30, 2010 at 5:33 AM, Mark Carter mjc1...@googlemail.comwrote: I

[android-developers] Design similar to the home screen on Twitter and Facebook

2010-07-31 Thread Chris Stewart
that resembles what I'm after. I'm curious to see if anyone has run across a tutorial in their time researching across the web. Chris Stewart cstewart...@gmail.com http://www.androidsdkforum.com -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Documentation tutorials

2010-09-14 Thread Chris Stewart
. On a side note, at work I have a huge Apple fanboy who likes to compare the platforms, and I love tossing in the notion that I've deployed 13 versions of my app in such a short time frame, but I digress. :) -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android

[android-developers] Formal Android training

2010-09-16 Thread Chris Stewart
, which doesn't mean much since I've never really looked either. I'm curious to know if anyone here has gone through any formal training, or if you could where would you look? [1] http://marakana.com/training/android/ -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp

Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread Chris Stewart
Store your data online somewhere. You can't force the user to keep data on their phone or on the SD card if they don't want it, and with good reason. Agreed. I'm pretty sure there's no other place you can store information that persists after someone uninstalls your app. -- Chris Stewart http

Re: [android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-17 Thread Chris Stewart
rights and their market by throwing their weight behind it in a courtroom. Until that happens, all we have are our own methods of copy protection which have proven to be rather insufficient. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications

Re: [android-developers] What's happening to my posts here? Is someone deleting them?

2010-09-17 Thread Chris Stewart
. :-p -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners On Fri, Sep 17, 2010 at 3:37 PM, Kostya Vasilyev kmans...@gmail.com wrote: 17.09.2010 22:43, TreKing пишет: On Fri, Sep

Re: [android-developers] Re: How much money do you make?

2010-09-18 Thread Chris Stewart
difficult to do and has saved me a ton on support emails. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners On Sat, Sep 18, 2010 at 9:40 AM, DanH danhi...@ieee.org wrote: It's hard

Re: [android-developers] Re: Passing arguments to JSON c# .net web service

2010-09-27 Thread Chris Stewart
The publisher of the web service should be able to provide you with a sample input that is expected. I would start there. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners

Re: [android-developers] default email

2010-09-30 Thread Chris Stewart
I'd love to see your attempt to fix it yourself. No really, I would... -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners On Thu, Sep 30, 2010 at 3:53 PM, richie rich rich.al

Re: [android-developers] The ultimate, killer Android Marketplace replacement

2010-10-04 Thread Chris Stewart
Hard not to agree with you. I think Amazon poses a good step forward if they quickly expand outside of the United States, simply because they're very much global already where Google Checkout is not. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android

Re: [android-developers] Re: Amazon android market. Anyone take the offer?

2010-10-04 Thread Chris Stewart
If they'd actually email me with this offer, I'd accept it. :) -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners On Mon, Oct 4, 2010 at 2:18 PM, Michael A. michael.aki

Re: [android-developers] Is Samsung Galaxy Tab NOT a large screen from application developer's point of view?

2010-10-05 Thread Chris Stewart
OK, I'll ask... So, uh, how did you get a Galaxy Tab??? -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners On Tue, Oct 5, 2010 at 3:32 PM, Kumar Bibek coomar@gmail.com

  1   2   3   >