[android-developers] Lack of clicking in ListView

2011-07-09 Thread arudzki
All, I'm writing an app that has 3 tabs and a ListView as its first screen. Here is a portion of the class that sets up the 3 tabs with icons and then creates an intent for the MyList.class that is my ListView class. This works. I can select the different tabs and it switches between the three

[android-developers] Three line ListView question

2011-07-01 Thread arudzki
All, I would like to know if something is possible, and if I could get a hint or two on how to do it. I want to use a ListView where each group that can be selected consists of two lines of text and below that a progress bar or a colored line. The point of the screen is to keep track of the amou

[android-developers] possible use for Bluetooth

2011-05-17 Thread arudzki
All, I'm thinking of creating a game with up to 4 players and part of the game may involve bidding on random items. Is it possible to use bluetooth as a peer to peer communication medium? I'm thinking one player could be the master (to control the auction), but they could all bid. Is this even

[android-developers] Preference Radio Buttons holding settings

2011-05-13 Thread arudzki
All, I've followed the tutorials to create a separate preference page for my app but I have an issue. The check boxes and text editing box seem to hold their values but the radio buttons don't. I have 3 choices, I can select, say #1, recheck it and it is lit. When I exit to my main app and go b

[android-developers] Best way to do this

2011-04-07 Thread arudzki
I'ld like to make an app with a new inspirational message per day. Whats the best way to store the 365 strings so that they can be accessed? A database or a string list in a file? I'm looking for something that will be easy to code and easy to update (separate inspirational packs). I'm new to t