Check if your EditText id is correct. Code is correct.
On Mon, Aug 27, 2012 at 12:02 PM, vinay kumar wrote:
> Hi vikas,
>
> I don't see any issue in your code, may I know what problem you are facing
> with?
>
>
> On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas wrote:
>
>> activity implement
Hi vikas,
I don't see any issue in your code, may I know what problem you are facing
with?
On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas wrote:
> activity implements OnClickListener
> EditText text;
> String editText;
> public void OnCreate()
> {
>text = (EditText) findViewById(R.id.E
In your activity class do the following
EditText text = (EditText) findViewById(R.id.youredittextid);
EditText text1 = (EditText) findViewById(R.id.youredittextid);
and implement onclicklistener
btn.setOnclickListener(new OnclickListener(){
public void onclick(){
text.setText("Textva
On Sun, Jun 3, 2012 at 9:32 AM, Raghavendra Rao wrote:
> Thnks for the advice. Am dng tht nw.. Also wrote an app, wil b soon
> uploadin by tomo. Need ur valuable guidelines through out
>
> Once again am thankful to u
>
Here's some guidance: take 2 minutes to proofread your posts. Good spelling
an
Hi,
Thnks for the advice. Am dng tht nw.. Also wrote an app, wil b soon
uploadin by tomo. Need ur valuable guidelines through out
Once again am thankful to u
On Jun 3, 2012 7:50 PM, "Fred Niggle" wrote:
> The best advice is to work through as many tutorials as you can find.
> If you simply dive
The best advice is to work through as many tutorials as you can find.
If you simply dive into android programming without a good grip of its
aspects then you will constantly run into trouble.
Hope this helps, and good luck.
On 3 June 2012 06:46, Raghavendra Rao wrote:
> Yes i tried, but am not
6 matches
Mail list logo