[android-developers] store remote images in android apps resource folder

2010-09-17 Thread aswani kumar tholeti
hi Folks,


is there any way for us to store remote image in apk resource folder.i
developed one application for showing list of images.user have  interaction
with

the images.now i done this by place image before packaging.now i want to
supply image from remote server.

can you please help me which way is better and how to do

Thanks in advance

Aswan

-- 
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] why application size increase in market

2010-08-01 Thread aswani kumar tholeti
Hi Folks,

i developed one application its apk file size is 1.x mb.i uploaded apps into
android market

when i check application on market it's  size 2.x.why my application size is
increase on android market.

is there any possibility to reduce the size of apps on android market.

Thanks in Advance

Aswan

-- 
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] make application should support all versions and screens

2010-07-19 Thread aswani kumar tholeti
Hi folks

i want to develop application that should support all version (latest and
old ) and it should adjust screen resolution(large,medium)

i read document.there i found legacy application if i develop application in
1.6

there i am giving

uses-sdk android:minSdkVersion=3 android:targetSdkVersion=4/

is it good way to develop application and is it support 1.5 and 1.5+

user able find my application there market.please share your any ideas to
me


Thanks in advance

Aswan

-- 
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] make android 1.5 version application should support Multiple screens or different resolution

2010-07-12 Thread aswani kumar tholeti
Hi folks

i new to android. for getting more number of downloads.i will make
application in android 1.5 version

how can i support multiple screen resolution from android 1.5 version .

is there any problem develop application in android 1.5 and release in
market

is it visible to higher version mobile market for downloading apk file

Please any suggestion


Thanks in advance

Aswan

-- 
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] Less number of downloads

2010-07-06 Thread aswani kumar tholeti
Hi folks

i published my application in android market 7 months before.i am getting
less number of downloads .is there any publish problem or any other

Thanks in advance

Aswan

-- 
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] store sd card image in remote server

2010-04-23 Thread aswani kumar tholeti
Hi all,


how to store sd card image in remote server.any one please help me i posted
this question many times


but i am not getting any reply .it is very urgent to me



Thanks in advance


Aswan

-- 
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] Digest for android-developers@googlegroups.com - 23 Messages in 18 Topics

2010-04-01 Thread aswani kumar tholeti
Hi all,


how to develop chat application in android please suggest me  for using
layouts and all

Regards

Aswan

-- 
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] connect forcibly to 3G when wifi is also available

2010-03-25 Thread aswani kumar tholeti
Hi all,

how can i connect forcibly to 3G for accessing the internet when wifi is
also available . pl suggest me with any sample code


Thanks in advace

Aswan

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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


[android-developers] write/read log files in res folder

2010-03-12 Thread aswani kumar tholeti
Hi all,


how to write/read log data into txt file in res folder


Thanks in advance


Aswan

-- 
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 call .NET web service fron an android application?

2010-03-09 Thread aswani kumar tholeti
the following code will help you



private static final String NAMESPACE=xyz;
private static final String URL =http://;;   //ur webservices url
private static final String HelloWorld_SOAP_ACTION =; //specifies the
action
private static final String METHOD_NAME1 =xzz;  //specify the method name
what u r calling

SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME1);
   String xmlString = table1namejhone/name/table1;
   request.addProperty(methodName,XYZ);
   request.addProperty(xmlParam, xmlString );
   SoapSerializationEnvelope envelope =new
SoapSerializationEnvelope(SoapEnvelope.VER11);
   envelope.dotNet = true;
   envelope.setOutputSoapObject(request);
   HttpTransportSE androidHttpTransport = new HttpTransportSE(URL);
 try {
 androidHttpTransport.call(HelloWorld_SOAP_ACTION, envelope);
envelope.getResponse();
 }
   catch(Exception e)
{
Log.v(Add,e.toString());
 }


i am using this code this is worked for me fine




On Wed, Mar 10, 2010 at 11:10 AM, Guddu swapnil4khed...@gmail.com wrote:

 Hi friends, I have one .NET (WSDL) webservice,  I want to invoke that
 web service from my android application to get some data from dat
 webservice. Can anybody please help me out?

 Thanks  regards.

 Swapnilkumar.

 --
 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.comandroid-developers%2bunsubscr...@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

[android-developers] weather info on map depending on the lat and long

2010-03-03 Thread aswani kumar tholeti
Hi all,


display the weather forecast depending on the user lat and long .pl help me
it's very urgent to me.

i already sent mails to this group but i am not getting any reply

pl any one having solution for this help me


Thanks  Regards

Aswan

-- 
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 get location name by providing lat and lon

2010-03-02 Thread aswani kumar tholeti
Hi all,


In my application i want to get the weather report for that i am using
http://www.google.com/ig/api?weather=;  by providing city .for me only lat
and longitude is available

how to get place name by lat and longitudes .

if you are having any code please send me


Regards
Aswan

-- 
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] Weather info on map view

2010-03-01 Thread aswani kumar tholeti
Hi all

In my application i want to display weather reports on map view.for this any
one have solution please send  me



Regards

Aswan

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