[android-developers] remove child from viewgroup layout

2012-08-19 Thread Méher Khiari
Hi First time to ask here and generally I find solutions googling but stuck on this one. Well, this is my problem : I have class descendant from ViewGroup that will show only one of its children, this is the onLayout method : @Override protected void onLayout(boolean changed,

Re: [android-developers] Mac or PC for development

2011-05-30 Thread Méher Khiari
I'll go for a PC also, but I'm having problems with debugging applications on windows on my samsung devices, so I installed a Linux system on a visrtual box and connected it via virtual USB and it works. Thus with a PC you can get affordable 8GB or more of memory and a 2 cores that can handle VMs.

[android-developers] Gallery with buttons

2011-03-07 Thread Méher Khiari
Hi This is my first message in this mailing list and I'm honoured to have some advices from other people. As the object explains, I need to setup a Gallery with 2 Buttons. The problem is that the gallery won't scroll anymore. I have tried to search the internet without success (maybe I'm using the

Re: [android-developers] Question on layouts

2011-03-07 Thread Méher Khiari
A linear layout is more than sufficient for your problem : LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent !-- put the title of the wizard -- TextView