[android-developers] Re: Building Forms - Best Approach?

2012-06-12 Thread Rpuccini
, Michael Banzon mich...@banzon.dk wrote: You might want to look into ViewFlipper. It lets you add some views/elements and switch between them - using buttons if you like. On Mon, Jun 11, 2012 at 8:05 PM, Rpuccini renatoppucc...@gmail.com wrote: In case of apps that clients demand

[android-developers] Building Forms - Best Approach?

2012-06-11 Thread Rpuccini
In case of apps that clients demand many input fields and later screens that shows results calculations from these inputs, what is the best way to arrange a form with those many fields on a limited screen as smartphones' ? 1) I have thought of many fields straight on the same Activity/ Fragment

[android-developers] listview/scrolling not working properly

2011-08-08 Thread Rpuccini
I do not know if someone else notice too, but while I was testing my App, the scrolling was working, but in a incorrect way. I have a listview that have some rows and in each row I have imageviews. But in ImageView it is a different picture. All that I want is to display different pics in

[android-developers] Background stretches when virtual keyboard appears #fail

2011-08-05 Thread Rpuccini
I have an image on my background of my .xml . This image fill all the screen, but when I am going to type text inside a TextView, the virtual keyboard goes up and stretches the image of the background, then it become ugly. Anyone know a workaround about this problem in Android? -- You received

[android-developers] Calling menu from an item in a ListView

2011-04-28 Thread Rpuccini
Hi, I have a ListView, that exibits data from my database. What I want to do, is to click on the item from the ListView and call the Menu. The Menu is called normally if I click on the menu button in the phone. But I couldnt find a way to call the menu since I click on one item from the ListView.