Trying to create my own Phone Dialer from scratch in Eclipse Android

TigerKate

New Member
I am trying to create my own Phone Dialer from scratch in Eclipse Android, I did a simple phone layout in the XML with numbers 0-9 and some buttons/imagebuttons. - Basically i put some "buttons" and "imagebuttons" and i understand that i need to do the setOnClickListener thingy in my xxx.java file. something like "Button no1 = (Button) findViewById(R.id.button1); no1.setOnClickListener(new View.OnClickListener()".. i hope i am on the right track..- I did an "Actually i want to create this customized phone dialer as i intent to install it in my Mum's 2.1 froyo phone. she like to have it as her birthday present which is in 8 days time. wierd wish but i'll do my best..Can anyone advise me please? If there a sample code where i can check what i went wrong.I am still very new in JAVA program but i really wish to learn, and i did some self learning from a number websites including here.Thanks in advance.
 
Back
Top