[android-beginners] Re: LogCat window seems to stop working

2010-02-02 Thread Nathan Posey
>From your linux terminal: adb logcat To clear it: adb logcat -c Make sure you're either in your android-sdk-linux_86/tools directory or that you have it added to your path otherwise you'll get an error when you run adb. See this page for more on logcat options: http://developer.android.com/gu

[android-beginners] Passing onScroll events to child ListView

2010-02-02 Thread Nathan Posey
First the main goal of my app is to create a terminal type program without word wrap. The text "window" will be larger than the screen and if the line of text printed is larger than the screen the user can horizontally scroll over to see what is off the screen. Basically I have a custom LinearLayou

[android-beginners] Re: My game force closes when calling a class i made..

2009-12-22 Thread nathan upchurch
. > Those who know binary and those who don't. > -- > > On Mon, Dec 14, 2009 at 3:00 PM, nathan upchurch > wrote: > > > > > I am creating a simple little pong style game, so far the the code > > setup is b

[android-beginners] Pausing effect for my canvas(in a seperate thread)

2009-12-22 Thread nathan upchurch
Hello everyone and thanks for trying to help me out. I am knee deep in creating my first android game, and i must say things are going quick and smooth for the most part! I love this platform and the sdk is great! My problem is that I am Drawing to my canvas in a seperate thread, just like in the

[android-beginners] My game force closes when calling a class i made..

2009-12-15 Thread nathan upchurch
I am creating a simple little pong style game, so far the the code setup is based off of the lunar lander code...that is to say the canvas drawing is done in a seperate thread. I created a simple simple simple class within the cavas drawing thread: public class anim_helper{

[android-beginners] Menu problems in emulator

2009-12-10 Thread Nathan
I have an Activity that works fine, loads app and displays all the data as expected. I tried to add a simple menu, but when I start up the emulator, the menu button doesn't work. Nothing responds. Also, I have noticed if I click on the letters on the keypad to the right, some chinese/japanese lette

[android-beginners] Populate TableLayout from Webservice

2009-12-02 Thread Nathan
I have been playing with the SDK and have setup some simple examples with hard coded data, but would like to try my hand at populating the data via a web service. My example I setup some collapsed lists of all the NFL teams, and when you expand a division, it shows all the teams in that division a

[android-beginners] Fetching Android system software version

2009-11-15 Thread Nathan
I'm writting an app that runs on multiple mobile platforms. Is there a way to programmatically determine what version of the Android software a phone is running? I've looked in places like TelephonyManager, but haven't found it. Thanks a ton in advance! -- You received this message because you ar

[android-beginners] Re: Sample Code missing

2009-08-07 Thread Nathan
Ah, thanks, I was overlooking the platform folder. On Aug 7, 12:06 pm, Mark Murphy wrote: > Nathan wrote: > > The folder that should contain the sample code for the Android SDK > > does not exist for me.  I've downloaded the SDK two times and neither > > one contained

[android-beginners] Sample Code missing

2009-08-07 Thread Nathan
The folder that should contain the sample code for the Android SDK does not exist for me. I've downloaded the SDK two times and neither one contained it. Any idea where I might find the folder and the corresponding sample code so I can start figuring out how to program? Thanks, N

[android-beginners] Sample Code

2009-08-07 Thread Nathan
I am just getting started with Android development and I would like to go over the sample code that it says is included with the sdk. However, it appears not to be included in the version I downloaded (android-sdk-windows-1.5r3). There isn't a folder at all for sample code. Any one know where I

[android-beginners] Change the location of the tab in a TabLayout

2009-03-01 Thread Nathan Maves
Is there a way to place the tabs on the side or better yet the bottom of the layout? Nathan Maves nathan.ma...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group.

[android-beginners] Mix of autocomplete and list

2009-02-25 Thread Nathan Maves
forced to select an item from the list. I am about to try and implement this with a TextEdit and a List below it. I am just hoping there is either something I am missing in the sdk or that someone else has tried to accomplish this. Nathan Maves nathan.ma...@gmail.com

[android-beginners] Re: Spinner populated from a db query

2009-02-05 Thread Nathan Maves
Thanks for the help so far. I think I am getting the idea. In the past I had been trying to use the SimpleCursorAdapter with no luck. The next step it how to have a different value for the spinner elements behind the scene. Just like the following html select. Super Man ... Nathan On

[android-beginners] Spinner populated from a db query

2009-02-04 Thread Nathan Maves
I have gone blind searching the net and email groups for an example of how to populate a spinner from data in a sqlite db. Anyone have an example of how to do this? Nathan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: Onscreen Numeric Keypad

2008-11-14 Thread Nathan Maves
I wrote one last night and it took me only a few hours... It was based off the one in the "Hello, Android" book. So far I would recommend this book to people just starting out. On Fri, Nov 14, 2008 at 8:30 AM, Siva <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there a sample code for onscreen nume

[android-beginners] Re: Issue running the emulator on os x with version 1.0r1

2008-11-11 Thread Nathan
Found the solution a minute after posting... sorry had to unplug a USB headset http://code.google.com/p/android/issues/detail?id=887 On Nov 11, 11:13 pm, Nathan <[EMAIL PROTECTED]> wrote: > I have tried the fix where you remove your .andriod directory from > your home directory and

[android-beginners] Issue running the emulator on os x with version 1.0r1

2008-11-11 Thread Nathan
I have tried the fix where you remove your .andriod directory from your home directory and I still get the error. nathan-mavess-imac:tools nmaves$ ./emulator 2008-11-11 23:10:13.673 emulator[4432:10b] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been

[android-beginners] Help creating .bash_profile (Mac)

2008-09-30 Thread nathan
Hello "Android Beginners" group, I would like to try and develop simple apps for android but I am unfamiliar with terminal on macs (or any other shell system) I only know simple commands like cd, ls and mkdir. Could someone please help me with the command lines that I need to use to create a bash