TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Riya Sehgal
NA
616
160.5k
Array index display in Android
Jul 14 2011 12:17 AM
Hi All,
I have a problem in my android application, I am displaying some items inside a gridview in Android application(Items I stored in Array) and when I click on particular item the index of that item displayed the problem is that the index is start displaying from 0 but I want it to display from 1. What should I do.....?
This is I done on the ItemClick:
ItemsGridView.ItemClick +=
delegate
(
object
sender,
ItemEventArgs
args)
{
Toast
.MakeText(
this
, (args.Position).ToString(),
ToastLength
.Short).Show();
};
Reply
Answers (
1
)
How to run Mono Android Application in VS 2010
Codecs in Android