Hi,

Just to interject. Mark explains this beautifully in his book
'Beginning Android', but even more in his PDF books and it is what I
use for my details page for items in my database.
Basically I have a "front" activity that shows a search box, that then
populates a listview with the headers. The user then clicks a header
and the details are retrieved from the database and parsed into a
WebView on a separate activity. Inside this WebView I have 'internal'
links that allow me to retrieve yet more information that the user
might want to know. I do it this way so it doesn't put unnecessary
strain on both my database and the users phone.

His books are amazing for learning all the nuances of the Android
system, so much so I've only had to ask here once about a problem I
was having, but that was my mistake lol.
Kudos to Mark.

Regards
Anthoni

On Apr 10, 10:46 am, Farha Ansari <[email protected]> wrote:
> I used onPageStarted() as on any link click, it comes here, this is
> where we can do any related task.
> This is what I have used.
>
> On Apr 8, 9:58 pm, nikhil <[email protected]> wrote:
>
>
>
> > Hey Farha,
>
> > Did you find out ?
>
> > On Mar 24, 1:36 am, Farha Ansari <[email protected]> wrote:
>
> > > How can we find out when we click an internallinkinWebvIew?
>
> > > Thanks,
> > > Farha- Hide quoted text -
>
> > - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to