[android-developers] What Tablet would you get

2010-12-03 Thread Gaelin
I searched through the board and I didn't see anyone ask this yet so I apologize if this has been asked. With Christmas coming up I am considering the purchase of a couple of tablets for my development staff to both use in development and also for personal use. I would appreciate your opinions on

[android-developers] Low Level Android Driver Programming

2010-11-01 Thread Gaelin
I am working with a hardware vendor on a new ruggedized android tablet. I am looking for some contacts for some low level developers that could help interface their scanner, rfid reader and camera into an android build. I have no idea where to start looking for this type of person / company.

[android-developers] Re: How can i take EditText box data when user clicks on the soft keyboard Enter key

2010-10-16 Thread Gaelin
search the sdk for android.view.View.OnKeyListener, i know sometimes its hard to find what you are looking for if you dont know your way around the SDK. --G On Oct 15, 6:48 am, rokson kiranrepa...@gmail.com wrote: Hi Friends, I want to get EditText data when user clicks on the soft keyboard

[android-developers] Thank you all

2010-08-04 Thread Gaelin
I just wanted to say thanks for all the help I found here in the forum. You all really helped me get my beer management app Brewster to market. Go Google and Android! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: General Activity Order Question

2010-07-21 Thread Gaelin
Thanks guys, I guess from what I read that the way I have it (much like MB's suggestion) is probably the best. It just seems weird with all the activity destroying and recreating that is going on and causing minor issues. Is there a way to keep my main activity alive while they login? Its a

[android-developers] Detecting slow or unavailable network and black screen

2010-07-21 Thread Gaelin
My application for the most part prefers to be online, I have of course added an offline mode so that it works perfectly well when not attached and then re-syncs when connected again. I do, however, have an issue with the initial start of the main activity black screening on me while (i assume)

[android-developers] General Activity Order Question

2010-07-19 Thread Gaelin
First I have my app running currently and its working fine, I just question how I implemented it. I come from a linear C++ background and this Activity/Intent thing is a little new to me. Here is how my app works currently (order of activities started) (- = Starts Activity, - = Returns from