[android-beginners] Unable to open other sites

2010-01-13 Thread anand Verma
Hi, i have installed SDK 2.0 and i have net connection, I can open any site in emulator 1.5 o 1.6, but in emulator 2.0 (browser) i m unable to open other sites beside my company site..( as i did same APN setting in 2.0 as in 1.6) plz get back to me if u have any solution Thanks & Regards -- You

[android-beginners] layout for half screen

2009-11-15 Thread anand
Hi all, I want my application to cover only the bottom half of the screen alone. Is it possible using the available layouts? If so can any one help me on this? Regards, Anand -- You received this message because you are subscribed to the Google Groups "Android Beginners" group.

[android-beginners] Re: appwidget query

2009-11-15 Thread anand
ion of the AppWidgetProvider class. Is it possible to do this? Regards, Anand On Nov 13, 9:28 am, Justin Anderson wrote: > What exactly do you mean by launching and starting an AppWidget? > > AppWidgets can't be launched or started... they can be updated. > > On Nov 12, 2009 4:23

[android-beginners] Re: appwidget query

2009-11-15 Thread anand
display the app widget onto the empty screen. Is it possible to display the app widget in the "onReceive" function? Regards, Anand. On Nov 13, 9:28 am, Justin Anderson wrote: > What exactly do you mean by launching and starting an AppWidget? > > AppWidgets can't be launche

[android-beginners] appwidget query

2009-11-12 Thread anand
doing anything wrong here??? My questions are: 1. Is it possible to start an appwidet from the onReceive function? 2. Is it possible to start an appwidget from another applicaion by sending and receiving a broadcast message? Can any one help me on this? Regards, Anand -- You received this message b

[android-beginners] TouchListener cant the ImageResource

2009-09-04 Thread ANAND NARAYAN
TouchListener(){ @Override public boolean onTouch(View v, MotionEvent event) { // ((ImageView) v).setImageResource(R.drawable.c); return true; } }; } -- Anand Narayan.S --~--~-~--~~~---~--~~ You received this me

[android-beginners] Re: how to connect Android with Sqlite3.

2009-04-09 Thread anand m joseph
--- Forwarded message -- From: sharman sengar Date: Thu, Apr 9, 2009 at 12:17 PM Subject: [android-beginners] how to connect Android with Sqlite3. To: android-beginners@googlegroups.com Dear Group, Actually i m working in an Android application on which i want

[android-beginners] Re: Hello Android code not compiling

2009-01-03 Thread anand
refer to the following documentation on how to setup the android development environment in eclipse: http://code.google.com/android/intro/installing.html and then go onto the hello android program: http://code.google.com/android/intro/hello-android.html On Dec 31 2008, 1:29 pm, "Eddie O'Hagan