[android-developers] Re: get the text in edit text on button click

2012-08-28 Thread karuna vikas
Hi vinay ,
   Sorry ... I have replied for the 1st Question..

On Saturday, June 2, 2012 11:36:47 PM UTC+5:30, Raghu wrote:

 hi,

 how can i get the text entered by the user in the Edit Text on button 
 click, kindly do help me on this 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Multiple Package name in a Single Applicaiton

2012-08-28 Thread karuna vikas
Hi Everybody ,
I am Creating a  application with a multiple functionality like 
Music Player  video Player, I have to create a Music Player application in 
a packagenam1 and Video Player in a packagename2 but these two packages 
have to be in a Single Package i.e., packagename.

   Kindly tell some links to get clear about this concept... 
 



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread karuna vikas
thanks Murphy,, I  got the point what you are saying...  In a Single 
Android Package, we can use multiple java packages ... Right ? 

On Tuesday, August 28, 2012 1:39:42 PM UTC+5:30, karuna vikas wrote:

 Hi Everybody ,
 I am Creating a  application with a multiple functionality 
 like Music Player  video Player, I have to create a Music Player 
 application in a packagenam1 and Video Player in a packagename2 but 
 these two packages have to be in a Single Package i.e., packagename.

Kindly tell some links to get clear about this concept... 
  

 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: get the text in edit text on button click

2012-08-27 Thread karuna vikas
 activity implements OnClickListener
EditText text;
String editText;
public void OnCreate()
{
   text = (EditText) findViewById(R.id.EditText1);

}
inside the Button method{

  editText = text.getText().toString()
}


On Saturday, June 2, 2012 11:36:47 PM UTC+5:30, Raghu wrote:

 hi,

 how can i get the text entered by the user in the Edit Text on button 
 click, kindly do help me on this 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Mouse Cursor in Android ICS

2012-08-26 Thread karuna vikas

How to solve the Inject Event Permission error to control the HOME Screen 
Application.?

I have to slove this issue only.  How it come possible.. It is too hard 
for me   

On Tuesday, August 21, 2012 11:48:43 AM UTC+5:30, karuna vikas wrote:

 Hi all,
  How to create a Mouse cursor pointer(arrow) for Android ICS4.0.3 from 
 the OS level ?

  How to solve the Inject Event Permission error from the OS level.?

 Kindly help me to solve this issue.. 
 It is my own Modified OS only, So how i can solve the above issues,,

 Thanks in advance.
 Regards,
 Karunakaran.V


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: adding scrollView

2012-08-26 Thread karuna vikas

Kindly refer this link , 
http://stackoverflow.com/questions/7705510/android-scrollview-cant-be-created-programmatically
 
 http://developer.android.com/reference/android/widget/ScrollView.html

 Thank You 


On Monday, August 27, 2012 10:53:50 AM UTC+5:30, Sadhna Upadhyay wrote:

 Hi Everybody,

   Can some one tell me that how to programatically add scrollview in 
 anddroid in which i have to set textView,actully i have added textview 
 programatically but dont know how to add scrollview.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Mouse Cursor in Android ICS

2012-08-21 Thread karuna vikas
Hi all,
 How to create a Mouse cursor pointer(arrow) for Android ICS4.0.3 from 
the OS level ?
   
 How to solve the Inject Event Permission error from the OS level.?
   
Kindly help me to solve this issue.. 
It is my own Modified OS only, So how i can solve the above issues,,

Thanks in advance.
Regards,
Karunakaran.V

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en