Android Development Tools for Eclipse by 2013
Author:2013
Language: eng
Format: epub
Publisher: Packt Publishing
There is an additional method to switch the image of the numbers. The R.id.imagefile is the representation of the actual drawable image resources. Since we have 10 images altogether, and R.id returns int, so we can use the switch case 10 times as follows:
//this method is to change the number that appears on the screen // after the navigation button is clicked // as R.id retuns int so we use switch private void changeNumber(int screen){ switch (screen){ case 0: imagenumber.setImageResource(R.drawable.no0); break; case 1: imagenumber.setImageResource(R.drawable.no1); break; case 2: imagenumber.setImageResource(R.drawable.no2); break; case 3: imagenumber.setImageResource(R.drawable.no3); break; case 4: imagenumber.setImageResource(R.drawable.no4); break; case 5: imagenumber.setImageResource(R.drawable.no5); break; case 6: imagenumber.setImageResource(R.drawable.no6); break; case 7: imagenumber.setImageResource(R.drawable.no7); break; case 8: imagenumber.setImageResource(R.drawable.no8); break; case 9: imagenumber.setImageResource(R.drawable.no9); break; } }//end changeNumber
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
A Swirl of Ocean by Melissa Sarno(51136)
The Book of Dreams (Saxon Series) by Severin Tim(33443)
Cecilia; Or, Memoirs of an Heiress — Volume 1 by Fanny Burney(32635)
Cecilia; Or, Memoirs of an Heiress — Volume 2 by Fanny Burney(32010)
Cecilia; Or, Memoirs of an Heiress — Volume 3 by Fanny Burney(31996)
Call Me by Your Name by André Aciman(20597)
Eleanor and Park by Rainbow Rowell(15549)
Always and Forever, Lara Jean by Jenny Han(14986)
For the Love of Europe by Rick Steves(14561)
Norse Mythology by Gaiman Neil(13457)
Crooked Kingdom: Book 2 (Six of Crows) by Bardugo Leigh(12366)
Shadow Children #03 - Among the Betrayed by Margaret Peterson Haddix(11963)
Among the Betrayed by Margaret Peterson Haddix(11641)
Twisted Palace by Erin Watt(11196)
Six of Crows by Leigh Bardugo(10283)
They Both Die at the End by Adam Silvera(9871)
P.S. I Still Love You by Jenny Han(9636)
Fangirl by Rainbow Rowell(9323)
Thirteen Reasons Why by Jay Asher(8992)