Displaying the data in the ListView and storing it offline and
updating the offline data at some certain interval [or every time your
app is launched or whatever you want to do] would feel much more
native and I believe user's will prefer that over a link to the
Webpage. If you want to put it on the Web, just make your app into a
Web app and they can access it via the Browser--no need to even dabble
in Android/Java. Either way works, but native apps tend to be
preferred by users [Apple tried to do the Web app thing with the
initial iPhone release and clearly it didn't work out that way].

Are you registering your onClickListener with your List? So it knows
to run that when an item is clicked...

But yea, I'd love to know if it cooked you breakfast, those are always
the best kind of bugs! ;-)

-Nick




On Apr 2, 12:06 pm, "~ TreKing" <[email protected]> wrote:
> I think you need to ask better questions...
>
> On Thu, Apr 1, 2010 at 4:22 PM, Pedetre <[email protected]> wrote:
> > 1,  In my app I have a list view and have about 60 items in my list.
> > Im making a timetable app. I wanted to keep everything offline. So
> > that all the timetables could be stored in the app. But now I'm
> > thinking i'll just give a link to the relevant webpage. Does anyone
> > have any suggestions on this ?
>
> Suggestion on WHAT? You mentioned like 5 different things in that paragraph
> - all of which are valid. What aren't you sure about?
>
>  2.  I was looking in the dev guide, for the on click item can anyone
>
> > give me an example. I have this:
>
> > private OnClickListener mCorkyListener = new OnClickListener() {
> >            public void onClick(View v) {
> >              Intent i = new Intent(this, info.class);
> >             startActivity(i);
>
> > but it ain't working.
>
> Define "it ain't working". Did you look at your debugger output? Does it
> crash? Does it do nothing? Does it do something weird? Did it make you
> breakfast?
>
> --------------------------------------------------------------------------- 
> ----------------------
> TreKing - Chicago transit tracking app for Android-powered 
> deviceshttp://sites.google.com/site/rezmobileapps/treking

-- 
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

Reply via email to