[android-beginners] [Ask] Android Laptop + need to run Win XP apps

2010-07-23 Thread Umar
Executive Summary:

* Unable to cross the chasm between Windows 7 to Windows XP, driven by
a business need. (see thread below for details) {what is means for me?
Answer: Think Android :-)}
* Exploring whether the following innovation exists:
* Laptop running Android OS.
* Android software that supports, via virtualization, running
Windows XP apps (Outlook, MS Office) [read: not Win 7 apps] as well as
Win XP-based VPN client to connect to a corporate environment that
still is running Win XP. Note that I am needing this type of usecase
for demo purposes but rather to do my work and earn a living
(without having to downgrade to a laptop running Win XP).
* Have a passion for drinking the Android coolade (rather than just
using it on a smartphone).

--original thread that started in Win*land that never got
a meaningful response*-

[Ask] VPN connection to Windows XP environment (without blue
screening)
I have a laptop running Windows 7. I need to connect and use my laptop
(running Windows 7) in an IT environment which is still running
Windows XP SP2.

I have had some issues with running a Windows XP-based VPN client on
my Windows 7 laptop, resulting in a blue screen.

I'd like to figure out whether VMWare (or other) has a product that
will enable me to do the following:

* Establish a Windows XP virtualized environment on my Windows 7
laptop (64 bit).
* Note that I don't have a Windows XP license on my laptop (only a
Windows 7 license).
* Securely connect using Cisco VPN client to an IT environment that is
still running Windows XP SP2.
* Need to make sure that my Windows 7 laptop is unimpacted (i.e., does
not blue screen) by any Windows XP application that I launch within
the virtualized environment.
* My Dell-based laptop (Latitude, D620) is a 64-bit architecture
running Win 7 Enterprise.
* Need to achieve secure (VPN-based) access to Win XP environment in a
corporate setting.
* Not for demo purposes where I am playing with multiple OS'es.
* Will also need to use Win XP version of Outlook and run MS Office
apps within virtualized Win XP environment.
* Is there a way to leverage MS Office 2007 version of the apps
installed in Win 7 (within the Win XP environment)?

Can a business user (who is not technically savvy) install the product
(assuming one exists)? What is the cost of the product?

Thanks for any feedback.

Long Story Short: This question is still in discussion mode and
resolved as a parking lot issue in Win*land. The poor user (me) is
not exactly a happy camper. Can Android come to the rescue?



-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] how to put button in list activity?

2010-01-21 Thread umar
hi,

can any one guide me how can i put


Text  Button

in list activity???


any help would be appriciated.
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: how to put button in list activity?

2010-01-21 Thread umar
actually i am new to android..

on button click i want to go to text detail

and button should be dispalyed beside that text.. could you please
explain it??

do you have any example of that

On Jan 21, 2:49 pm, Antti Karhu antti.iisa...@gmail.com wrote:
 HI.

 Just like with other views, put it in the layout xml:

 ?xml version=1.0 encoding=utf-8?
 LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;
     android:orientation=vertical android:layout_width=fill_parent
     android:layout_height=fill_parent

     Button android:id=@+id/selection android:layout_width=fill_parent
         android:layout_height=wrap_content android:text=a button /

     ListView android:id=@android:id/list
 android:layout_width=fill_parent
         android:layout_height=fill_parent
 android:drawSelectorOnTop=false /

 /LinearLayout

 -- Antti



 On Thu, Jan 21, 2010 at 11:38 AM, umar mr_muskura...@yahoo.com wrote:
  hi,

  can any one guide me how can i put

  Text  Button

  in list activity???

  any help would be appriciated.

  --
  You received this message because you are subscribed to the Google
  Groups Android Beginners group.

  NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

  To unsubscribe from this group, send email to
  android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr­...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en- Hide quoted text -

 - Show quoted text -
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] how to put Search on Google MAP

2010-01-20 Thread umar
can any one guide me how can i put search to search perticular
location on Google map??


any help would  be appriciated..
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] source not found error!

2010-01-15 Thread umar
can any one provide me solution to this problem??
i using windows vista with ADT on eclipse

and getting this error



SOURCE NOT FOUND

EDIT SOURCE LOOKUP PATH

activitythread.performlaunchactivity(activitythread
$activityrecord,intent)


how to resolve this??
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: source not found error!

2010-01-15 Thread umar
could you please guide how to add it??

On Jan 15, 4:17 pm, Manoj linkex.ma...@gmail.com wrote:
 You might have not added your activity in Manifest file, Add it there.

 On Jan 15, 4:11 pm, umar mr_muskura...@yahoo.com wrote:



  can any one provide me solution to this problem??
  i using windows vista with ADT on eclipse

  and getting this error

  SOURCE NOT FOUND

  EDIT SOURCE LOOKUP PATH

  activitythread.performlaunchactivity(activitythread
  $activityrecord,intent)

  how to resolve this??- Hide quoted text -

 - Show quoted text -
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: source not found error!

2010-01-15 Thread umar
and which activity should i add??? please guide i am new to android.
development..

On Jan 15, 4:17 pm, Manoj linkex.ma...@gmail.com wrote:
 You might have not added your activity in Manifest file, Add it there.

 On Jan 15, 4:11 pm, umar mr_muskura...@yahoo.com wrote:



  can any one provide me solution to this problem??
  i using windows vista with ADT on eclipse

  and getting this error

  SOURCE NOT FOUND

  EDIT SOURCE LOOKUP PATH

  activitythread.performlaunchactivity(activitythread
  $activityrecord,intent)

  how to resolve this??- Hide quoted text -

 - Show quoted text -
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: Android - Calling Webservice of .Net

2010-01-13 Thread umar
i am also looking the help to same issue can any one provide me
that???

On Dec 15 2009, 5:18 am, developer test.clubt...@gmail.com wrote:
 Hi,

 I want to call one web services made in .Net.

 I want to consume this server in my Android application.

 The method inside Web service will accept one parameter.

 I want to pass some value from my application and later want the
 response that is given by
 web service.

 I have tried many options but facing problem.

 Need help.

 Do any one have sample sources , URL , resources?

 Please send it to me.

 Thanks in advance.
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en