Android Forums

Go Back   These FORUMS ARE DISABLED!! OUR NEW FORUMS ARE AT http://androidforum.com/ > Android Coders > Android Development, Answers, Tutorials, and Code Snippets
Connect with Facebook

Click Here To Register!
 
 
LinkBack Thread Tools Display Modes
Old 01-27-2010, 09:48 PM   #1
Junior Member
 
Join Date: Dec 2009
Posts: 4
Friends: 0
View Anjul's Profile   View Anjul's Photo Album   View Anjul's Blog   View Social Groups
I want to make a number picker in android for selecting numbers between
1 -100. I have spent quiet a few hrs exploring it, but nothing seems to work.
Please suggest a suitable way to do this.
Any help would be appreciated.
Anjul is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Old 07-19-2010, 11:33 AM   #2
New Member
 
Join Date: Jul 2010
Posts: 1
Friends: 0
View gruntled's Profile   View gruntled's Photo Album   View gruntled's Blog   View Social Groups
NumberPicker method setRange();
/**
* Set the range of numbers allowed for the number picker. The current value
* will be automatically set to the start.
*
* @param start
* the start of the range (inclusive)
* @param end
* the end of the range (inclusive)
*/
public void setRange(int start, int end) {
mStart = start;
mEnd = end;
mCurrent = start;
updateView();
}
gruntled is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
 

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Omg!! Flash release date!!! landotheripper The Lounge 9 01-04-2010 07:02 PM
Does anyone know the total current number of Android Applications xRobe Android Games And Applications 1 06-12-2009 04:55 PM
8 Android applications to make your G1 more productive Andor Android Games And Applications 0 11-04-2008 03:13 AM
Android User Interface designs that didnt make it Andor Android Chat 0 10-22-2008 10:24 AM
Is it at all possible that the HTC Dream/G1 'leaked' images we've seen to date have just been fakes? Buck G1 2 09-09-2008 08:37 AM


Unlocked G1 Phones | Buy T-Mobile G1 | Google Phone

All times are GMT -6. The time now is 08:23 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright (c) 2012 TalkAndroid.com. All rights reserved.