[android-beginners] Re: How to connect Emulator with internet???

2008-05-12 Thread kamlesh sangani
Hi Mark Murphy, Yes, we have firewall settings in our office. We use other emulators which have option to set proxy, Is there any option to set proxy on Android emulator??? Regards, kamlesh On May 10, 9:45 pm, Mark Murphy [EMAIL PROTECTED] wrote: kamlesh sangani wrote: currently i am using

[android-beginners] question on getSelectedItemId function

2008-05-12 Thread alan Gold
Hello All! I just do the exercise 2 in tutorial document, and I have a question in the onMenuItemSelected function. @Override public boolean onMenuItemSelected(int featureId, Item item) { switch(item.getId()) { case INSERT_ID: createNote(); return

[android-beginners] Re: How to access custom Contactfields

2008-05-12 Thread [EMAIL PROTECTED]
any hint on this one? Can't find any information about this :( Regards, Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Re: question on getSelectedItemId function

2008-05-12 Thread Ahmed Abdel samea
I will tell you in the create new note the id field in database take th rowid in the listview as its id ok so when i delete all what i need is that id so i retrieve it from the listview as i said before the rowid is the id in the database Hope i have answered ur question Yours, --( H o H i

[android-beginners] Re: Running Tomcat on Android

2008-05-12 Thread kobica
On May 11, 7:07 pm, Liu Huadong [EMAIL PROTECTED] wrote: Do you mean you have successfully run tomcat on Android? You can develop a service to launch tomcat, It might be a dumb question (so pardon, since I'm quite new to Jave), but as far as I understand, the TomCat exe has the main()

[android-beginners] Viwes are not visible on screen

2008-05-12 Thread Yatish
hi , I am trying to set the ui component in follwoing manner but screen is empty .. Here is the code 1)The Activity class public class TermsScreen extends Activity implements View.OnClickListener { @Override public void onCreate(Bundle bundle) {

[android-beginners] Re: Viwes are not visible on screen

2008-05-12 Thread Mark Murphy
I am trying to set the ui component in follwoing manner but screen is empty .. snip 2) Demoscreen class public class DemoScreen extends LinearLayout { public DemoScreen(Context context) { super(context); StringItem strItem = new StringItem(context,End

[android-beginners] event handler for holding a list item

2008-05-12 Thread kingkung
There is the onListItemClick() function for handling item clicks in a list activity. How do you handle events which should occur when a person presses and holds down a list item for 2 secs or so? There must be a way to handle these events, since the Contacts application does so (holding down