Re: [android-developers] How to add Third party Pre-Compiled Shared Libraries

2011-06-23 Thread arun kumar
what is meant by ndk -- 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

Re: [android-developers] Can anyone help me please for: Android's Weather and News app Genie Widget.

2011-06-23 Thread arun kumar
send me the 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

Re: [android-developers] Please help me with this issue

2011-06-23 Thread arun kumar
plz send me the login code.. On Fri, Jun 24, 2011 at 5:55 AM, TreKing wrote: > On Thu, Jun 23, 2011 at 2:49 PM, Jatin Salla wrote: > >> But When I started the Emulator with this new AVD the app is not running >> > > What does that mean, exactly? > > > ---

[android-developers] How to use Http connection , SaxParser and SharedPreferences in Android

2012-02-22 Thread arun kumar
http://arunkumarpd.blogspot.in/ -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- 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 g

Re: [android-developers] Fwd: sax parsing

2012-02-25 Thread arun kumar
hai suraj visit www.arunkumarpd.blogspot.in you find sax parser example. -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] android related topics and tutorial

2012-02-28 Thread arun kumar
http://arunkumarpd.blogspot.in/<http://arunkumarpd.blogspot.in/2012/02/calculator-in-android.html> -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] Re : Spinner

2012-03-01 Thread arun kumar
email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are subscribed to the Google Groups "

Re: [android-developers] Re : Spinner

2012-03-01 Thread arun kumar
; On Thu, Mar 1, 2012 at 4:44 PM, arun kumar wrote: > >> spinner1 = (Spinner)this.findViewById(R.id.spinner1); >> final String[] groupes = new String[] {"A", "B", "C", "D", "E", "F", "G", >> "H"};

Re: [android-developers] Re : Spinner

2012-03-01 Thread arun kumar
g and set to textbox thats it. >> >> >> On Thu, Mar 1, 2012 at 5:12 PM, vivek elangovan < >> elangovan.vi...@gmail.com> wrote: >> >>> Hi Arun, >>>How will i set the name for the next text field >>> >>> >>&

Re: [android-developers] how to get alert dialog on home screen?

2012-03-02 Thread arun kumar
s.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

Re: [android-developers] how to get alert dialog on home screen?

2012-03-02 Thread arun kumar
http://mylifewithandroid.blogspot.in/2008/01/phonecalls.html This site will help you :) On Fri, Mar 2, 2012 at 4:15 PM, Juned Khan wrote: > thanks arun kumar, > if you know any link or source regarding this task please > share. > > -- > You received this messa

Re: [android-developers] Not able to display map in android app.

2012-03-04 Thread arun kumar
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 -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are su

Re: [android-developers] Is there any open sourced android voice recognition application available?

2012-03-04 Thread arun kumar
subscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

Re: [android-developers] hi

2012-03-07 Thread arun kumar
..@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Alert dailog --.view.WindowLeaked

2012-03-21 Thread arun kumar
I want to dispaly alert dailog in asyn task( in post method..) am getting the alert dailog but in log it show the errorandroid.view.WindowLeaked: Activity com.androi.LoginScreen has leaked window protected void onPostExecute(Void result) { // TODO Auto-generated method stub super.onPostExecute(r

[android-developers] Server response

2012-03-29 Thread arun kumar
am having a button in the activity (button) ...if i click the button then it fetches data from the server .if data is sucess then i has to show toast as sucess...after if i click button while fetching data from the server if net or wifi disconnect then it has to show (wifi or net disconnect toast).

Re: [android-developers] How to reduce size of JPEG Image in Android

2012-04-17 Thread arun kumar
(); imagedata=Base64.encodeBytes(ba); WITH REGARDS ARUN KUMAR P D +91-9994794759 -- 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, sen

Re: [android-developers] Sleep

2012-04-17 Thread arun kumar
;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-

[android-developers] window memory leaked

2012-04-22 Thread arun kumar
Hi... I declared the dailog box in asyn task onPostExecute() if i do this am getting window leaked erroram attaching Code and Logcat Error ...((.and also in log cat am getting. Grow heap (frag case) to 14.789MB for 2975968-byte allocation .))) Thank In advance private class T

[android-developers] webservice response parsed data

2012-01-10 Thread arun kumar
Hello, i am able to get the data from the server.the parsed data i has to show into Two activities in the first as text... and in the second activity as list ..am able to show in the text field but am unable to show in the list view (in the first activity i will have a abutton when i click

[android-developers] Re: webservice response parsed data

2012-01-10 Thread arun kumar
below is the xml file i has to show name and total in textview which am able to do but i has to show the Monthname in the list in next activity where am struck...so plzz can any one give guindance on this . Arjun 406 $ FEB MAR APRI MAY -- You received this message becau

Re: [android-developers] Re: webservice response parsed data

2012-01-10 Thread arun kumar
be filled by your xml parser. hope you understand. > > Warm Regards, > *Mukesh Kumar*, > Android Consultant/Freelancer, > India,Hyderabad. > > > On Tue, Jan 10, 2012 at 3:29 PM, arun kumar wrote: > >> >> >> below is the xml file i has to show name and

Re: [android-developers] Re: need help in coding for flickr integration

2012-01-10 Thread arun kumar
Hi you have built a Flickr Java library for Android: http://code.google.com/p/flickrj-android/ -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] ISSUE

2012-01-13 Thread arun kumar
, this will never be a feasible solution as the application size will increase. Is there any way to convert the audio file into some format and dump into the SQLite database and retrieve flexibly. -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- WITH REGARDS ARUN KUMAR P D +91-9663471079

Re: [android-developers]

2012-01-21 Thread arun kumar
essage 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 optio

Re: [android-developers] Unfortunately the activity has stopped

2012-01-27 Thread arun kumar
} > > } > }); > > >}} > > -- > 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 unsubs

[android-developers] login problem

2012-01-28 Thread arun kumar
Hi in the first activity am givning the uname and pass values in the intent...and get that data in the second activity String login = getIntent().getStringExtra("Username"); and this data login value i have to pass to the UsernamePasswordCredentials creds = *new* UsernamePasswordCredentials(

Re: [android-developers] login problem

2012-02-01 Thread arun kumar
thanks for the reply...its solved On Thu, Feb 2, 2012 at 11:22 AM, unicus unicus wrote: > Use bundle object. > save username and password in bundle object and then pass to intent . > > *More info*, > http://androidbasic-answer.blogspot.com/ > > > -- > You received this message because you are su

[android-developers] H0w to convert monthname to month number

2012-02-02 Thread arun kumar
I have to convert month name in to month number (JAN=1,FEB=2,MARCH=3 String month = getIntent().getStringExtra("MONTH"); * int* x =Integer.parseInt(month); *if* (month.equals("JAN")) { *x* = 1; } *else* *if* (month.equals("FEB")) { *x* = 2; } *else* *if* (month.equals("MARCH")) {

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread arun kumar
-- > 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...@google

Re: [android-developers] call method after every 5 min

2012-07-05 Thread arun kumar
ups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Android ViewPager invalidate() not working

2012-07-06 Thread arun kumar
on runtime (without debug mode). I have also tried with sleep but no changes on view. Can someone explain in detail what is happening here? Thanks in advance :) -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Gif image not display properly in android

2012-07-09 Thread arun kumar
Hello all, I have loading gif image. i am extract frames and the use frame by frame by animation. But sometimes the gif image is struck and is not animating. anybody please help regarding this issue. -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- You received this message because you are

Re: [android-developers] Date Picker

2012-07-10 Thread arun kumar
legroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] SAP web service consuming by android

2012-07-17 Thread arun kumar
try { HttpClient httpclient = new DefaultHttpClient(); UsernamePasswordCredentials creds = new UsernamePasswordCredentials("username", "password"); ((AbstractHttpClient) httpclient).getCredentialsProvider().setCredentials(new AuthScope(AuthScope.ANY_HOST, AuthScope.AN

Re: [android-developers] Show Spinner Initial Text

2012-07-17 Thread arun kumar
evelopers" 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

[android-developers] How to compile Android APP for ARM v6?

2012-08-03 Thread arun kumar
used. But we need to compile our Android App with SDK only. -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- 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@googlegro

Re: [android-developers] Re: How to compile Android APP for ARM v6?

2012-08-03 Thread arun kumar
to be set >> during compilation when NDK is used. >> But we need to compile our Android App with SDK only. >> >> -- >> WITH REGARDS >> ARUN KUMAR P D >> +91-9994794759 >> >> -- > You received this message because you are subscribed to t

Re: [android-developers] Re: How to compile Android APP for ARM v6?

2012-08-03 Thread arun kumar
e the possibilities, we see, there are options to be set >> during compilation when NDK is used. >> But we need to compile our Android App with SDK only. >> >> -- >> WITH REGARDS >> ARUN KUMAR P D >> +91-9994794759 >> >> -- > You received thi

Re: [android-developers] Fetching Image from contact

2012-08-08 Thread arun kumar
ibed 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 > htt

[android-developers] App targeted for non armv7 devices

2012-08-16 Thread arun kumar
. Thanks a lot in advance :) -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- 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, sen

[android-developers] org.xml pull parser exception

2011-10-24 Thread arun kumar
my webservice is created in sap server .i want to authenticate to the server and fetch the response.while am doing am getting ORG.XML PULL PARSER EXCEPTION ..am attaching my code and wsdl file ... thanks in advance TextView tv; private String METHOD_NAME = "ZemptrackEarnOview"; // private

Re: [android-developers] Fwd: consuming webservice using soap (wsdl file genrated in sap server)

2011-10-25 Thread arun kumar
THANKS for the REPLAY ..i done that also..but am getting 10-25 17:36:14.373: WARN/System.err(874): org.xmlpull.v1.XmlPullParserException: expected: START_TAG { http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG @1:6 in java.io.InputStreamReader@43e57768) am postinng my code...

[android-developers] soap webservice(xml pull parser exception )

2011-10-29 Thread arun kumar
e true no false - - - - - - - - - - - - - - - - - - - - - - - http://schemas.xmlsoap.org/soap/http"; style="document"/> - - - - - http://tracking.dataacess.eu/sap/bc/srt/rfc/sap/zemptrack_overview/800/zemptrack

Re: [android-developers] soap webservice(xml pull parser exception )

2011-11-01 Thread arun kumar
Thanks for reply I done the debugging in this line am getting problem androidHttpTransport.call(SOAP_ACTION, envelope); In my url soapAction="" is given like this..but i find in the google soapAction willbe in the form(saopAction="NAMESPACE/METHODNAME") does this is the problem or soapAc

[android-developers] Re: org.xml pull parser exception

2011-11-01 Thread arun kumar
androidHttpTransport.call(SOAP_ACTION,envelope); i done the debugging am getting error at this above line ...SOAP_ACTION="" in my url saop action is define like that but actually the soap action will be in the forms SOAP_ACTION="NAMESPACE/METHODNAME"... so,i have to modify like that in the url .

Re: [android-developers] Re:GoogleMap

2011-11-02 Thread arun kumar
Hai jagadeesh, look this site u can get map in your application. http://www.androidpeople.com/android-google-map-application-example -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] Is soapAction mandatory or leftblank

2011-11-03 Thread arun kumar
for wsdl file they given as soapAction="" it is mandatory field or it can be left blanc...actually soapAction will be defined as (namespace/mathodname). -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] Re: Unable to install the .apk file on Samsung Galaxy SII mobile

2011-11-05 Thread arun kumar
gotomanifest file and change min sdk 1 and max sdk 11 and then load apk file to device. its works:) On Sat, Nov 5, 2011 at 6:24 PM, Mani wrote: > Hi, > > Thanks for the reply. > > Let me clear my issue. > > I have created an hello world apk file using eclipse and copied the > file in the mobile.

Re: [android-developers] customized date picker

2011-11-07 Thread arun kumar
can u change sdk version. your code supports all devices change to manifest file and send to me. then only i have to check On Mon, Nov 7, 2011 at 12:44 PM, vani reddy wrote: > I have already sent the code. > > > > On Fri, Nov 4, 2011 at 6:55 PM, ramesh mandare > wrote: > >> please give me code >

[android-developers] .net webservices am able to get the response but for sap webservices am getting org.xml pull parser exceprion

2011-11-11 Thread arun kumar
* Hi for .net webservices (currency converter and temperature converter) am able to get response using the below code .But for the webservice which are generated from SAP am not getting the response .am getting this error. 11-11 09:55:13.113: WARN/System.err(272): org.xmlpull.v1.XmlPullParserExcep

Re: [android-developers] Ksoap2

2011-11-14 Thread arun kumar
Hi can we use Ksoap library for sap webservices? -- 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+unsu

Re: [android-developers] Calculate percentage of a video file

2011-11-24 Thread arun kumar
kbit/s / 8 = 28 KB/s (711 680 - (5400 x 28) ) / 5400 = 104 KB/s x 8*°* = 830 kbit/s. WITH REGARDS ARUN KUMAR P D +91-9663471079 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

Re: [android-developers] Couldn't get connection factory client

2011-11-28 Thread arun kumar
its Api key problem On Wed, Nov 23, 2011 at 5:51 PM, jaya prakash wrote: > Hi, > > >This is jayaprakash android developer , > The MapView always stays grey and I get the following error message in > the log : "Couldn't get connection factory client" but i can get a map > on my enumulator so

[android-developers] wrapper was not properly loaded

2011-09-04 Thread arun kumar
Hi suddenly the apps showing an error when i tried to run the apps it displaying error like this DescriptionResourcePathLocationType Conversion to Dalvik format failed: Unable to execute dex: wrapper was not properly loaded first Unknown Android Packaging Problem Thanking you: --

[android-developers] Buffer overflow in Record Thread in audio Flinger

2011-09-06 Thread arun kumar
Actually i am doing one chat application. In that application i did group text chat and voice chat using xmpp server. group text chat works fine.but in voice chat if i click one button to record my voice in bytes and send to group members.. within 2 min only my voice is send to group members then i

[android-developers] consuming webservice using soap (wsdl file genrated in sap server)

2011-09-06 Thread arun kumar
Hi how to consume webservice from sapserver...am having wsdl file created in sapserver...if i give the user id then the monthly salary will be display. public class Webservice extends Activity { private static final String NAMESPACE = "urn:sap-com:document:sap:soap:functions:mc-style";

[android-developers] Fwd: consuming webservice using soap (wsdl file genrated in sap server)

2011-09-07 Thread arun kumar
-- Forwarded message -- From: arun kumar Date: Wed, Sep 7, 2011 at 12:27 PM Subject: consuming webservice using soap (wsdl file genrated in sap server) To: android-developers@googlegroups.com Hi how to consume webservice from sapserver...am having wsdl file created in sapserver

[android-developers] soap webservie (celsius to fareheit

2011-09-07 Thread arun kumar
HI am new to webservice concept i created consuming wsdl file using soapbut the output am not getting am converting the temperture from celsius to farenheit import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapPrimitive; import

[android-developers] Re: soap webservie (celsius to fareheit

2011-09-07 Thread arun kumar
On Wed, Sep 7, 2011 at 8:50 PM, arun kumar wrote: > > HI am new to webservice concept i created consuming wsdl file using > soapbut the output am not getting am converting the temperture from > celsius to farenheit > > import org.ksoap2.SoapEnvelope; &

Re: [android-developers] Re: soap webservie (celsius to fareheit

2011-09-07 Thread arun kumar
Thanks for u reply.. by basing on that concept i have to another example..so am trying to implement it by using the webservicesi have to make like that if i give user id the salary of that particular person has to appear... -- You received this message because you are subscribed to the

Re: [android-developers] video issue

2011-09-07 Thread arun kumar
hai venu just using condition format On 9/7/11, venugopal peparthi wrote: > Hi, friend > how to convert the general phone number which is 1234567890 have to > change tothe format of 1 (234) 567-9801 while clicking on keypad in > android. > Thank u . > venugopal.p > > -- > You received this

Fwd: [android-developers] Re: soap webservie (celsius to fareheit

2011-09-08 Thread arun kumar
while accessing the webservice am getting socketexception 09-08 19:28:24.206: WARN/System.err(526): java.net.SocketException: The operation timed out 09-08 19:28:24.213: WARN/System.err(526): at org.apache.harmony.luni. platform.OSNetworkSystem.connectStreamWithTimeoutSocketImpl(Native Meth

[android-developers] authentication

2011-09-12 Thread arun kumar
Hi, i have to connect to the sap server...i got the user name and password at the server side... final String username = "arun"; final String password = "kumar"; Authenticator.setDefault(new Authenticator() { protected PasswordAuthentication getPasswordAuthen

[android-developers] soap webservice(xml pull parser exception )

2011-09-13 Thread arun kumar
Hi , am getting xml pull parser exception while consuming webservice from the sap server...PLZ any one tell me where am making the mistake.thanks in advance static StringBuilder sb; private static final String SOAP_ACTION = "urn:sap-com:document:sap:soap:functions:mc-st

[android-developers] Re: soap webservice(xml pull parser exception )

2011-09-16 Thread arun kumar
while debugging the problem occured at the namespace and soapaction.can any one tell me how to solve this private static final String SOAP_ACTION = "urn:sap-com:document:sap:soap:functions:mc-style/zemptrack_overview"; private static final String METHOD_NAME = "zemptr

[android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-22 Thread arun kumar
Hi, am getting this exception the response has to get in xml data 09-22 17:53:38.399: WARN/System.err(986): org.xmlpull.v1.XmlPullParserException: expected: START_TAG { http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG <{ http://schemas.xmlsoap.org/wsdl/}wsdl:definitionsta

Re: [android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-23 Thread arun kumar
here is the response plz can u guide mw how to add response or can u send me any links which will be match to my task http://schemas.xmlsoap.org/soap/envelope/"; xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style"> xxx -- You rece

Re: [android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-23 Thread arun kumar
thanks for reply it contains Content-Type: text/xml;charset=UTF-8 SOAPAction: "" Authorization:Basic u1JJtklWQVNVuzppbml0aWfsMQ== -- 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@googl

[android-developers] request-response

2011-09-27 Thread arun kumar
hi am having a wsdl file address am posting to http post request to get xml responsebut am getting the response as wsdl file data. can any one suggest me where am doing wrong ...i attached the code and log messages thaking you import java.io.InputStream; import java.util.ArrayList; import ja

[android-developers] Android Project

2011-09-29 Thread arun kumar
Hello all, I want to Develop a New Android Application with 1 month Duration. Any innovative ideas for project name and description? -- 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@goo

[android-developers] authentication to the server

2011-10-01 Thread arun kumar
i want to connect to the sap server. am posting my code UsernamePasswordCredentials creds = *new* UsernamePasswordCredentials( "username", "password"); AbstractHttpClient httpclient = *null*; ((AbstractHttpClient) httpclient).getCredentialsProvider().setCredentials(* new* AuthScope(AuthScope.*A

[android-developers] credentials

2011-10-01 Thread arun kumar
DefaultHttpClient httpclient = new DefaultHttpClient(); scope = new AuthScope(" http://76.10.226.133:8000/sap/bc/srt/rfc/sap/zemptrack_overview/800/zemptrack_overview/zemptrack_overview ",8000); String Username = "user1";

[android-developers] Fwd: authentication to the server

2011-10-02 Thread arun kumar
-- Forwarded message -- From: arun kumar Date: Sat, Oct 1, 2011 at 1:22 AM Subject: authentication to the server To: android-developers@googlegroups.com i want to connect to the sap server. am posting my code UsernamePasswordCredentials creds = *new

[android-developers] socketException

2011-10-03 Thread arun kumar
while am trying to get the response from the server am getting the this exception 10-04 09:46:48.454: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol Thanks in advance -- You received this message because you are subscribed to the

[android-developers] wsdl

2011-10-04 Thread arun kumar
--->In Iphone if we put wsdl addrees in sudz(http://sudzc.com/) then they are generating the classes like the same way does any options are available in android.. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] Re: socketException

2011-10-04 Thread arun kumar
.*main*); *try* { DefaultHttpClient httpclient = *new* DefaultHttpClient(); UsernamePasswordCredentials creds = *new* UsernamePasswordCredentials( "arun", "kumar"); ((AbstractHttpClient) httpclient).getCredentialsProvider().setCredentials(* new* AuthScope("76.10.226.133

Re: [android-developers] sending email automatically

2011-10-11 Thread arun kumar
SMTP means simple mail transfer protocol. first search in google about smtp in android and then you got some idea... On 10/10/11, rahul verma wrote: > What is SMTP? > > On 10 Oct 2011 06:16, "rahul verma" wrote: > > Yeah i too need to know that. .whenever we try to send a mail a gmail app > scree

[android-developers] Re: soap webservice(xml pull parser exception )

2011-10-12 Thread arun kumar
On Fri, Sep 16, 2011 at 4:14 PM, arun kumar wrote: > while debugging the problem occured at the namespace and > soapaction.can any one tell me how to solve this > > > private static final String SOAP_ACTION = > "urn:sap-com:document:sap:

[android-developers] socketexception

2011-10-12 Thread arun kumar
10-12 14:41:18.286: DEBUG/SntpClient(58): request time failed: java.net.SocketException: Address family not supported by protocol while am doing webservice appliacation am getting the above error..can anyone ggive me how to solve those issue... -- You received this message because you are sub

Re: [android-developers]

2011-10-13 Thread arun kumar
yes. SQLite plz check in www.developers.android.com On Thu, Oct 13, 2011 at 1:33 PM, RAHUL PAWAR wrote: > hi friends > please anyone tell me is there any way as such database?if yes,how it can > be used? > > -- > You received this message because you are subscribed to the Google > Groups "Andro

[android-developers] How to call Android Native functions from html page

2012-05-03 Thread arun kumar
Hello all, i created one html page with two buttons. then i stored that html page in assets folder. then i load that html page to web view. my question is if i click that html button i want to show android native layout like linear layout with buttons? is it possible? -- WITH REGARDS ARUN KUMAR

[android-developers] Re: How to call Android Native functions from html page

2012-05-03 Thread arun kumar
ble? > > -- > WITH REGARDS > ARUN KUMAR P D > +91-9994794759 > -- -- 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 gr

Re: [android-developers] Re: How to call Android Native functions from html page

2012-05-03 Thread arun kumar
> > However, you cannot put a "linear layout with buttons" in a WebView > itself, nor can DOM events or JavaScript directly cause changes > outside of the Web page without assistance from Java code. > > On Thu, May 3, 2012 at 8:06 AM, arun kumar wrote: > >> > &

Re: [android-developers] Re: How to call Android Native functions from html page

2012-05-03 Thread arun kumar
yeah i tried adjacent to web view still not working. can u send sample code for i click html button i want to show android native button in that webview. On Thu, May 3, 2012 at 6:05 PM, Mark Murphy wrote: > On Thu, May 3, 2012 at 8:32 AM, arun kumar wrote: > > Thanks For your answer

[android-developers] developing mp3 splitter, need help

2012-05-07 Thread arun kumar
time stamps? Regards Arun Kumar -- 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-developer

Re: [android-developers] ListView items

2012-05-09 Thread arun kumar
options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] pull to refresh in horizontal listview

2012-05-21 Thread arun kumar
Hello all, I want Pull to refresh in horizontal list view. Anybody please help me I already try pull to refresh from top to bottom. it works fine. but i need horizontal listview -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- You received this message because you are subscribed to the

Re: [android-developers] mapviewError

2012-07-02 Thread arun kumar
s group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- 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@google

Re: [android-developers] connect to mySQL server

2011-07-11 Thread arun kumar
*refer this blog* http://blog.sptechnolab.com/2011/02/10/android/android-connecting-to-mysql-using-php/ On Sat, Jul 9, 2011 at 9:41 AM, apoorv munshi wrote: > my app needs a continuously running database server ...i am gonna use > mySQL ..please guide me how to proceed. > > -- > You received

[android-developers] imageview

2011-07-12 Thread arun kumar
Hi am having a task..in which i have to place the 4 images in rectangle shape(each image i have to place at the corner) 1)when i click on the particular images a new image should appear inside the rectangle shape (particular to that image)((if i click on first image then related to that image

Re: [android-developers] imageview

2011-07-12 Thread arun kumar
give me some guidance how to do... Thanks arun -- 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+unsubsc

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread arun kumar
check www.developer.android.com for sample projects. On Wed, Jul 13, 2011 at 4:22 PM, Perumss Naren wrote: > HI , > >I can't open the sample projects in *android-sdk_r11-windows* it > shows "*No projects are found to import*" > > what i did : > > * File-> import->Existing projec

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread arun kumar
cts are found to import" > *projects > is there but i could not open that project > > Regards, > Perumal.N > > > On Wed, Jul 13, 2011 at 4:35 PM, arun kumar wrote: > >> check www.developer.android.com for sample projects. >> >> On Wed, Jul 13, 2011

[android-developers] google map not display

2011-07-14 Thread arun kumar
Hello all, I want to develop one application. ie using google map want to display current location. i register google map api key properly and run exact coding but in emulator its display only squares in emulator and device. anybody please help me!!! thanks in advance manifest file http://sch

Re: [android-developers] google map not display

2011-07-14 Thread arun kumar
hello i refer this web site also. but its not working. in log cat couldn't get connection factory client error will occur what can i do ? please help me? On Thu, Jul 14, 2011 at 4:29 PM, nageswara rao rajana wrote: > Hi, > >try this > > http://mobiforge.com/developing/story/using-google-m

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread arun kumar
hello vani ithink that picture got corrupted otherwise change the picture extension like png to jpg or jpg to png. then it works fine On Thu, Jul 14, 2011 at 4:49 PM, Filip Havlicek wrote: > Can't help unless you show the code. > > > 2011/7/14 vani reddy > >> Hi, >> The same code is working fine

Re: [android-developers] google map not display

2011-07-14 Thread arun kumar
yes i follow step by step but its not working On Thu, Jul 14, 2011 at 4:56 PM, nageswara rao rajana wrote: > Did you follow each and every step along with Google Map key. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to

[android-developers] arun

2011-07-15 Thread arun kumar
http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/ll" android:background="@drawable/circle6" > am having a circle shaped ba

[android-developers] background image

2011-07-15 Thread arun kumar
-- Forwarded message -- From: arun kumar Date: Fri, Jul 15, 2011 at 12:45 PM Subject: arun To: android-developers@googlegroups.com http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_width="fill_parent"

  1   2   3   >