[android-developers] Barcode and rest integration

2011-12-06 Thread venugopal reddy
hi friends,

I developed Bar code application and i developed separate rest
application.

Now I have one doubt.. Using bar code application  am getting
information , I want to send this information through rest web
services to another framework (drupal 7.0 frame work).

How Can I solve this problem.

Can U people help me...

-- 
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] how to implement rest webservice application in android?

2011-11-28 Thread venugopal reddy
Hi friends,

How can I Implement in Rest service application in android..?

Pls help me

-- 
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


Re: [android-developers] Ksoap2

2011-11-13 Thread venugopal reddy
Hello nag,

Is it possiable to print soap envelope info using ksoap api

On Wed, Jul 13, 2011 at 2:14 PM, nageswara rao rajana  wrote:

>
>
> Hello friend Ksoap is android specific, using this jar files you can web
> services(Soap) which were developed on java Or .Net.
>
> --
> 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
>



-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] how do i see soap envelope info in our android application?

2011-11-10 Thread venugopal reddy
Hi friends,

how can i see soap  information in android application, when i used
ksoap2 package .

Pls help me

-- 
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] How do i implement web services application in Android?

2011-11-08 Thread venugopal reddy
Hi friends,

How do i implement web services application in Android?

Pls Help me

Thnks in advance

-- 
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] how to install my apk file into android mobile with eclipses?

2011-11-02 Thread venugopal reddy
Hi friends,


how to install my apk file into android mobile with eclipses?

pls help me

-- 
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] How Will I dwevelop Bar code scanner for android ?

2011-11-01 Thread venugopal reddy
Hi friends,


How Will I dwevelop Bar code scanner for android ?

Please help me ...

Give me the specifications also( i means which jars are reuires like
that)


thanks

-- 
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] How do I implement bar code reader in android ..

2011-10-31 Thread venugopal reddy
Hi ,

How do I implement bar code reader in android ..

pls help me

-- 
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


Re: [android-developers] How to decompose apk files

2011-10-31 Thread venugopal reddy
Thankq very much Ratheesh...

On Fri, Oct 28, 2011 at 6:06 PM, Ratheesh Valamchuzhy
wrote:

> procedure to decoding .apk files---step wise method-->
>
> step 1:
> =
>
> make a new folder and put .apk file (which you want to decode) now rename
> this .apk file with
> extension .zip (eg:rename from filename.apk to filename.apk.zip) and save
> it..now you get
> classes.dex files etc...at this stage you are able to see drawable but not
> xml and java file...
> so cont...
>
> step 2:
> ===
>
> now extract this zip apk file in the same folder(in this eg or case NEW
> FOLDER). now dowmload
> dex2jar from this link http://code.google.com/p/dex2jar/ and extract it
> to the same folder
> (in this case NEW FOLDER).now open command prompt and reach to that
> folder (in this case
> NEW FOLDER)after reaching write "dex2jar classes.dex" and press
> enter.now you get
> classes.dex.dex2jar file in the same folder..now download java
> decompiler from
> http://java.decompiler.free.fr/?q=jdgui and now double click on jd-gui
> and click on open
>  file then open classes.dex.dex2jar file from that folder...now you get
> class file...save all
>  these class file (click on file then click "save all sources" in
> jd-gui)..by src nameat
> this stage you get source...but xml files are still unreadable...so cont...
>
> step 3:
> =
>
>
> now open another new folder and put these files
>
> put .apk file which you want to decode
>
> download apktool using google and put in the same folder
>
> download framework-res.apk file using google and put in the same folder
>
> Open a command window
>
> Navigate to the root directory of APKtool and type the following
> command:
>
> apktoolif framework-res.apk
>
> apktool d "fname".apk ("fname" denotes filename which you want to
> decode)
>
> now you get a file folder in that folder and now you can easily read xml
> files also.
>
> step 4:
> =
>
>
> it's not any step just copy contents of both folder(in this case both new
> folder)to the single one
>
> and now enjoy wid source code...
>
> --
> 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




-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] How to decompose apk files

2011-10-28 Thread venugopal reddy
hi

-- 
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] close my browser

2011-10-28 Thread venugopal reddy
Hi

I want to close my browser. I can go back to the home screen, but when
i go back to my browser, the last page i was on is still displayed. I
would like to close it completely How do i do 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


Re: [android-developers] Re: will you suggest me

2011-10-28 Thread venugopal reddy
these are sample example..

http://android-coding.blogspot.com/.

And best one is http://developer.android.com/

On Fri, Oct 28, 2011 at 3:26 PM, bh@nu  wrote:

> thanx...
>
>
> On Fri, Oct 28, 2011 at 1:53 PM, Jovish P  wrote:
>
>> You can refer following link s
>>
>> http://developer.android.com/index.html
>>
>> Links of few blogs which I used to refer
>>
>> android-journey.blogspot.com
>> androidcore.com
>> www.androidengineer.com
>> andmob.wikidot.com
>> iamvijayakumar.blogspot.com
>> pareshnmayani.wordpress.com
>> saigeethamn.blogspot.com
>>
>>
>>
>> On Fri, Oct 28, 2011 at 1:11 PM, bh@nu  wrote:
>>
>>> no sir.. i have to learn basic knowledge in android rgt nw then aftr i
>>> wil search for a job, but i shud knw the famliar websts related to android
>>> na
>>>
>>>
>>> On Fri, Oct 28, 2011 at 11:29 AM, midhun midhunvp wrote:
>>>
 Are you planning to learn android or search job in android ?

 --
 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

>>>
>>>
>>>
>>> --
>>>
>>> Bhanu Prasad
>>> 9908890742
>>>
>>>
>>>  --
>>> 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
>>>
>>
>>  --
>> 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
>>
>
>
>
> --
>
> Bhanu Prasad
> 9908890742
>
>  --
> 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
>



-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] How can i get emulator(device) hardware specification ..

2011-10-28 Thread venugopal reddy
Hi friends,

Using android code , how can i find the device hardware and software
specifications...


pls help me

-- 
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] How to create Google map application and run?

2011-10-24 Thread venugopal reddy
Hi friends,

How to create Google map application and run , is their any
specification...

Can i run Google map application direct in our emulator?


Please help me

Is it possible give me step by step by procedure

-- 
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] How to find the location (details ) using coordinates (longitude and latitude) values

2011-10-21 Thread venugopal reddy
i friends,

How to find the location (details ) using coordinates (longitude and
latitude) values ..

Please help me

-- 
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


Re: [android-developers] how can i get my location details using GPS

2011-10-18 Thread venugopal reddy
Thanks Ravinder

On Tue, Oct 18, 2011 at 3:19 PM, Ravinder Reddy wrote:

> Hi venu,
>
> Here is the link with detailed example
>
>
> http://about-android.blogspot.com/2010/04/find-current-location-in-android-gps.html
>
> After doing your coding dont forget to give permissions like internet, Gps
> etc..
>
>
>
>
> On Tue, Oct 18, 2011 at 3:00 PM, venugopal reddy  > wrote:
>
>> Hi friends,
>>
>> how can I get my location( example Chennai ) details using GPS.
>> (details means longitude,latitude... ).
>>
>> These details I want to print in emulator .
>>
>> --
>> 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
>>
>
>
>
> --
> Ravinder Reddy Jonnalagadda
>
> --
> 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




-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] how can i get my location details using GPS

2011-10-18 Thread venugopal reddy
Hi friends,

how can I get my location( example Chennai ) details using GPS.
(details means longitude,latitude... ).

These details I want to print in emulator .

-- 
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] Email client for andoid

2011-10-12 Thread venugopal reddy
Hi friends,

I Have  One doubt.

If I am browsing in one website, there i want to contact  that website
people, directly click contact details like email link, click the mail
link open the outlook and compose and u can send,,... actually happen
in general browsers.

But Now am trying in emulator 1.6(above)browser it will give the error
is "Unsupported action.The action is not currently supported" .but
emulator 1.5 supports.

Please help how can i achieve this feature

-- 
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


Re: [android-developers] close application

2011-10-10 Thread venugopal reddy
Thank q for response ,

I created one web based application (using URI) with our company logo.

Just I started emulator and click the logo open web browser and run the my
application. fine ..

Now Just I close the browser and come  back to my home.(I thought  close the
application). actually that application running background. once again i
open the application ,press the my logo in application ,application is not
open in web browser.that's  the problem,  Here i need to force to  close the
application.

But I want close application (no need to go force stop the application),when
i close the web browser in android emulator..

Thankqq



On Mon, Oct 10, 2011 at 9:03 PM, TreKing  wrote:

> On Mon, Oct 10, 2011 at 1:24 AM, venugopal reddy  > wrote:
>
>> My requirement is , If I close the Emulator browser , automatically that
>> application should be close..
>>
>> How can I?
>>
>
> Elaborate.
>
>
> -
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>
>  --
> 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
>



-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] close application

2011-10-09 Thread venugopal reddy
Hi friends,

My requirement is , If I close the Emulator browser , automatically
that application should be close..

How can I?

Please help me

-- 
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] Multithreading in Android?

2011-10-09 Thread venugopal reddy
Hi  dear friends,

I  Created one Internet application(using webview). its working fine.

I have one doubt, In Applications If click  our application icon it
will open in browser . i can operate..

now my requirement is if  i close the browser straight away that
application should be closed...

but the application is running background... how can I achieve my
requirement,

Should i write  any particular code or any  setting in the emulator..


Pls help me

-- 
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


Re: [android-developers] How to create and use the SD Card with the Android Emulator

2011-09-28 Thread venugopal reddy
Thnakq guys

On Wed, Sep 28, 2011 at 5:32 PM, Mark Murphy wrote:

> You create an SD card when you create the AVD:
>
> http://developer.android.com/guide/developing/devices/managing-avds.html
>
> On some devices, the SD card is considered external storage, so you
> use those APIs:
>
>
> http://developer.android.com/guide/topics/data/data-storage.html#filesExternal
>
> On other devices, the SD card is not offered via the Android SDK.
>
> On Wed, Sep 28, 2011 at 7:59 AM, venugopal reddy
>  wrote:
> > Dear all,
> >
> > How to create and use the SD Card with the Android Emulator?
> >
> > pls help me
> >
> > --
> > 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
> >
>
>
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android App Developer Books: http://commonsware.com/books
>
> --
> 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
>



-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] How to create and use the SD Card with the Android Emulator

2011-09-28 Thread venugopal reddy
Dear all,

How to create and use the SD Card with the Android Emulator?

pls help me

-- 
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] Emulator Resoulution

2011-09-20 Thread venugopal reddy
How can I check Emulator 3.0 resolution.

Pls help me

-- 
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


Re: [android-developers] Re: How can i close current running application in android application?

2011-09-20 Thread venugopal reddy
Thank q very much Reddy

On Tue, Sep 20, 2011 at 11:48 AM, Reddy  wrote:

> 1. Go to Settings->Applications->Manage Applications
> 2. Select your application and force stop will close your application.
>
>
> On Sep 20, 9:54 am, venugopal reddy  wrote:
> > Hi guys,
> >
> > In my emulator 4 applications are there. one is webview related and
> > one is buttons related..
> > First I run the webview application.. its run successfully.(open
> > google and i did some work...)
> > now i press home button  and open applications and run the another
> > application(mean run buttons related application) its run
> > successfully).
> >
> > Now again i came to home and open application and run the previous
> > webview application.now this time its not opened( i think its already
> > running background).. how can i stop privoius running applications
> >
> > pls help me
>
> --
> 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
>



-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] How can i close current running application in android application?

2011-09-19 Thread venugopal reddy
Hi guys,

In my emulator 4 applications are there. one is webview related and
one is buttons related..
First I run the webview application.. its run successfully.(open
google and i did some work...)
now i press home button  and open applications and run the another
application(mean run buttons related application) its run
successfully).

Now again i came to home and open application and run the previous
webview application.now this time its not opened( i think its already
running background).. how can i stop privoius running applications

pls help me

-- 
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


Re: [android-developers] Re: How can i close current running application in android application?

2011-09-19 Thread venugopal reddy
How can i close current running application in android emulator?

On Tue, Sep 20, 2011 at 12:57 AM, danaimset  wrote:

> Hi.
>
> Try to check out this thread:
>
> http://groups.google.com/group/android-developers/browse_thread/thread/d8fc993c54fe76e1
>
> --
> 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
>



-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] How can i close current running application in android application?

2011-09-19 Thread venugopal reddy
hi guys,

How can i close current running application in android application?

can u pls help  guys

-- 
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: Some times R.Java file is not genarated? what is reason behind that

2011-09-19 Thread venugopal reddy
Thnakq very much

On Mon, Sep 19, 2011 at 7:46 PM, Streets Of Boston
wrote:

> I think that's not happening because regenerating R.java, i.e. recompiling
> the resources, can take a looong time.
> However, when changing, adding or deleting a resource, R.java should be
> re-generated.
> When you just change a Java source file, R.java may not be regenerated.
>
>


-- 
Thanks&Regards
*VENU*
Technical Specialist
Thirdware Solution Ltd,Chennai

-- 
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] Some times R.Java file is not genarated? what is reason behind that

2011-09-19 Thread venugopal reddy
Some times R.Java file is not genarated? what is reason behind that..

Pls help me

-- 
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] Some times R.Java file is not genarated? what is reason behind that

2011-09-19 Thread venugopal reddy
Some times R.Java file is not genarated? what is reason behind
that pls help me

-- 
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] Copy&Paste option in android

2011-09-15 Thread venugopal reddy
Hi Friend,

What are options for copy and paste in android emulator

-- 
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] Webview problm

2011-09-15 Thread venugopal reddy
Hi Guys,

Am using Webview for load the URl(URl contains one page which is
stored in the my local server) that psge contians scroll bar also..

Problm is in emulator total page is not display , some page is
cutting, abd also scroll bar also not coming..

Can u pls help me

-- 
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] [2011-09-14 09:10:06 - Emulator] emulator: ERROR: the user data image is used by another emulator. aborting

2011-09-13 Thread venugopal reddy
Hi ,

I am always getting below error , can u please tel me wgat is the
reason behide that
[2011-09-14 09:10:06 - Emulator] emulator: ERROR: the user data image
is used by another emulator. aborting

-- 
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] How can I can open local files in the default Android browser?

2011-09-13 Thread venugopal reddy
Hi guys please help me below problem

How can I can open local files in the default Android browser?
I mean Just I Want to open one HTML file it is stored in my local
system.

-- 
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] How can i run javascript alerts in android code?

2011-09-07 Thread venugopal reddy
How can i run javascript alerts in android code?

-- 
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] Need Help

2011-06-14 Thread venugopal reddy
How to maintain instance in the android application.

For example , If i am running one application, in that am entering
some text and click some check boxes, unfortunately the application is
showdown,reopen the same application i wanted to last state of the
apllication( i mean save the last entered text and other stuff what i
did)

-- 
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