[android-developers] Re: What name would get more attention

2011-02-22 Thread KrisK
Marketing...and this (posting in forums) is a good way to start! :) On Feb 22, 1:36 pm, niko20 nikolatesl...@yahoo.com wrote: Feel free to use any of these: Space Bike, Gravity Cycle, MotorSpace, Moon Bike (I think that one sounds good), Space Pedal, Gravity Pedal, etc -niko On Feb

[android-developers] Multiple images, composite view

2011-02-20 Thread KrisK
Hi, I would like to allow the user to drag images onto a View and be able to create a composite image from the images on the screen. The individual images need to be draggable with pinch/zoom capabilities. I looked at LayerDrawable but that does not allow the layer items to defined at run-time.

[android-developers] Re: How to implement a list view same as contacts list in Android 2.2

2011-02-17 Thread KrisK
Look at the API Demos sample under Views -Array (Overlay) - List9.java On Feb 15, 3:52 am, R karthikeyan karthibl...@gmail.com wrote: Hi, We need to implement a screen with list in such a way that it has a Section header / group header / Alphabetical header followed by the list of items

[android-developers] Multiple ListViews in a screen

2011-02-15 Thread KrisK
Hi, I need to create a screen with two ListViews and a TextView in between them. Both List Views need to display two independent sets of images. I have created the main XML layout fine (given below) but I am not sure how to create the screen with both of the lists populated with images. main.xml