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 devices
http://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

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

Reply via email to