Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Listview - Header , footer issue

Received: by 10.58.145.227 with SMTP id sx3mr5316531veb.31.1349766942165;
        Tue, 09 Oct 2012 00:15:42 -0700 (PDT)
X-BeenThere: android-developers@googlegroups.com
Received: by 10.220.154.17 with SMTP id m17ls4865727vcw.1.gmail; Tue, 09 Oct
 2012 00:13:55 -0700 (PDT)
Received: by 10.58.68.3 with SMTP id r3mr5323755vet.19.1349766835215;
        Tue, 09 Oct 2012 00:13:55 -0700 (PDT)
Received: by 10.58.68.3 with SMTP id r3mr5323754vet.19.1349766835171;
        Tue, 09 Oct 2012 00:13:55 -0700 (PDT)
Return-Path: <android.f...@gmail.com>
Received: from mail-vc0-f173.google.com (mail-vc0-f173.google.com [209.85.220.173])
        by gmr-mx.google.com with ESMTPS id r14si1136156vdu.1.2012.10.09.00.13.55
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 09 Oct 2012 00:13:55 -0700 (PDT)
Received-SPF: pass (google.com: domain of android.f...@gmail.com designates 209.85.220.173 as permitted sender) client-ip=209.85.220.173;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of android.f...@gmail.com designates 209.85.220.173 as permitted sender) smtp.mail=android.f...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-vc0-f173.google.com with SMTP id fl15so7634262vcb.18
        for <android-developers@googlegroups.com>; Tue, 09 Oct 2012 00:13:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:cc:content-type;
        bh=IYJYB/2Q34RPkfaFRPt1OCOvi/ySh/ldL8swp/DlK1U=;
        b=LL8h8FuTC1kGgsQWZh+un8V3ekZ9pbPdUdXhMluMU3HG4w2EBFHdCKrOiev1vXZUbc
         /QH4p4XBwPfRk10MmEm+HE//VhCzBWj8GHTaKPm9eJ8h+PDLzpMYje5O9ted7qpuxZYk
         83a1DSpY/37Y3t+DZTOv5NWoIAHW6uETXm0nVWp3IQJsHd2h1iNItAKnI0x4GWp8q1XJ
         TB609SdFC6X/lpBJRCUlB8syFCu5mDC7fxxjrUUZ10uQxY9EehsYSDqq7gSZ2xNqX3Bx
         Gnk0kCaobwp5ubMKOMD4h2sla1nYG543yoGX9f587M4N8HU/J6HGwAzIVM/cVHIa+Y4Y
         b2mw==
MIME-Version: 1.0
Received: by 10.52.72.104 with SMTP id c8mr9248858vdv.20.1349766835010; Tue,
 09 Oct 2012 00:13:55 -0700 (PDT)
Received: by 10.58.237.170 with HTTP; Tue, 9 Oct 2012 00:13:54 -0700 (PDT)
Date: Tue, 9 Oct 2012 12:43:54 +0530
Message-ID: <CAM3FgBcwJ41kGa_VEnbvFTwyszAnHhzf15g09mbDw-D6cV7...@mail.gmail.com>
Subject: Listview - Header , footer issue
From: Jovish P <android.f...@gmail.com>
To: Android Developers <android-developers@googlegroups.com>
Cc: Jovish P <jovish.eda...@gmail.com>
Content-Type: multipart/alternative; boundary=bcaec50162bdbafcba04cb9b1465

--bcaec50162bdbafcba04cb9b1465
Content-Type: text/plain; charset=ISO-8859-1

In one of screen  we want to come up with a desing like this

Textview
Listview
Textview
Listview

First we thought of putting everything inside a linear layout with vertical
orientation and put that layout inside
a scroll view. Then we come to know that it is not a good idea. So right
now what we are trying to do is
add header and footer for listview. Header view will be a text view and
footer view will be a layout which conatins
a texview and listview. The problem what we are facing now is ,  we are not
able to scroll the second listview which is in
footerview layout. Is it a good solution ? If not wht is the best way to do
this ? Share your thoughts about this.

--bcaec50162bdbafcba04cb9b1465
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

In one of screen=A0 we want to come up with a desing like this<br><br>Textv=
iew<br>Listview<br>Textview<br>Listview<br><br>First we thought of putting =
everything inside a linear layout with vertical orientation and put that la=
yout inside<br>
a scroll view. Then we come to know that it is not a good idea. So right no=
w what we are trying to do is<br>add header and footer for listview. Header=
 view will be a text view and footer view will be a layout which conatins<b=
r>
a texview and listview. The problem what we are facing now is ,=A0 we are n=
ot able to scroll the second listview which is in<br>footerview layout. Is =
it a good solution ? If not wht is the best way to do this ? Share your tho=
ughts about this.<br>
<br><br><br>

--bcaec50162bdbafcba04cb9b1465--