[android-developers] Reenacting the button actions

2010-10-28 Thread Gabriel Huie
Is there a way to reenact the button actions like the directional pads. I've trying to search the right words or librarys that are in charge of this and im sure the android gives user the ability to do it. All i looked up was Intent and keyevent but none of them have much to do with the

[android-developers] Loading music files into the emu android

2010-10-27 Thread Gabriel Huie
Hi i was trying to google this up but didnt come up with anything probably because this is alittle weird. bBut i was wondering if anyone knew how to upload mp3 files on to the emulated android. I mainly want to use the music app on the default android so..if anyone knows? or if they know where

[android-developers] Highlight focus item on listview

2010-10-25 Thread Gabriel Huie
Hi i was wondering I know by now how to make a list appear on Android. but my new task is when i select the item on listview it just changes colors like semi gets highlighted then goes away as i guess the program has selected its object. what I wanted to know is there a way to keep the highlighted

[android-developers] Re: Highlight focus item on listview

2010-10-25 Thread Gabriel Huie
, Gabriel Huie ghui...@gmail.com wrote: Hi i was wondering I know by now how to make a list appear on Android. but my new task is when i select the item on listview it just changes colors like semi gets highlighted then goes away as i guess the program has selected its object. what I wanted to know

[android-developers] Re: Highlight focus item on listview

2010-10-25 Thread Gabriel Huie
No I mean i just want the selected item to stay highlighted so the user can visually see which item there selecting before they touch the buttons since the buttons affect the selected items On Oct 25, 10:53 am, TreKing treking...@gmail.com wrote: On Mon, Oct 25, 2010 at 12:41 PM, Gabriel Huie

[android-developers] how to exit touch mode in Android

2010-10-25 Thread Gabriel Huie
I was wondering is there a written code way to exit out of touch mode in Android i tried googling it and there wasn't and example i was able to find online but was wondering if anyone knew any written code to exit out of touch mode in Android -- You received this message because you are

[android-developers] Re: how to exit touch mode in Android

2010-10-25 Thread Gabriel Huie
...@commonsware.com wrote: On Mon, Oct 25, 2010 at 3:05 PM, Gabriel Huie ghui...@gmail.com wrote: I was wondering is there a written code way to exit out of touch mode in Android i tried googling it and there wasn't and example i was able to find online but was wondering if anyone knew any written code

[android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
Hi I wanted to know how to create a listActivity on Droid but on the bottom have a bottom to do whatever i want so like in a section of its own. Recently i tried merging two layouts with one being the row one for list Activity and a button but all i get are a list with buttons next to each line on

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
, 2010 at 1:46 PM, Gabriel Huie ghui...@gmail.com wrote: Hi I wanted to know how to create a listActivity on Droid but on the bottom have a bottom to do whatever i want so like in a section of its own. Recently i tried merging two layouts with one being the row one for list Activity and a button

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
, Gabriel Huie ghui...@gmail.com wrote: when i ran it, i got a force close? And the exception that caused the force close is what? --- -- TreKing http://sites.google.com/site/rezmobileapps/treking

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
, Oct 21, 2010 at 2:12 PM, Gabriel Huie ghui...@gmail.com wrote: Ok so Im still kinda of new to developing droid how do u check the exception? Look at the LogCat view in Eclipse or use DDMS.http://developer.android.com/guide/developing/debug-tasks.html

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
, TreKing treking...@gmail.com wrote: On Thu, Oct 21, 2010 at 2:43 PM, Gabriel Huie ghui...@gmail.com wrote: So i ran the debugger on eclipse so im not sure if this was what u meant Yup. That's the stack of the main thread. You want the exception message from the LogCat window

[android-developers] Re: Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
...@gmail.com wrote: On Thu, Oct 21, 2010 at 3:10 PM, Gabriel Huie ghui...@gmail.com wrote: 10-22 01:15:38.271: ERROR/ArrayAdapter(316): *You must supply a resource ID for a TextView* 10-22 01:15:38.312: ERROR/AndroidRuntime(316): FATAL EXCEPTION: main 10-22 01:15:38.312: ERROR

[android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
Hi so I just posted this recently Iono if it got deleted but sorry if this is a repost basically im trying to create a list and have a button at the bottom of the screen stay there through the whole app. Basically i tried to do a merge but that made it so theres a button for each object in the

[android-developers] Need help with created simple GUI

2010-10-13 Thread Gabriel Huie
Hi so basically im trying to create a simple gui or a layout for android, and I'm really new to Android developing. I already found a way to create a list of stuff using ListActivity, and using the command setListAdapter() which im assuming depending on your layout which in my default one

[android-developers] Sorry newbie question

2010-09-10 Thread Gabriel Huie
Im new to android basically and im just trying to basically get the NDK samples to work and the only sample im trying out is helloJni one. Basically i just load the project into Eclipse and then right click the icon for the project and run- as android app then as the android emulator boots up and