Re: [android-developers] New HierarchyViewer, pixel-perfect mode gone?

2010-12-14 Thread Julie Andrews
On Tue, Dec 14, 2010 at 8:45 PM, Mark Murphy mmur...@commonsware.comwrote: The new HierarchyViewer is...interesting. However, the button in the lower left to switch to loupe or pixel-perfect mode seems perpetually disabled. Is there a trick now to make that work? Thanks! -- Mark Murphy

Re: [android-developers] Available databases for Android

2010-12-14 Thread Julie Andrews
On Tue, Dec 14, 2010 at 8:58 PM, Jawwad Farooq jawwad.far...@gmail.comwrote: Hi All, Can you please mention some of the databases like SQLite to use in Android applications?? Regards, Jawwad Farooq -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Available databases for Android

2010-12-14 Thread Julie Andrews
On Tue, Dec 14, 2010 at 9:58 PM, Bret Foreman bret.fore...@gmail.comwrote: http://www.theregister.co.uk/2010/03/24/oracle_berkeley_db_android/ On Dec 14, 8:22 am, Jake Basile jakerbas...@gmail.com wrote: The only built in option is SQLite, available under android.database.sqlite. I'm not

Re: [android-developers] Re: Available databases for Android

2010-12-14 Thread Julie Andrews
On Tue, Dec 14, 2010 at 10:04 PM, Jawwad Farooq jawwad.far...@gmail.comwrote: Thanks to all of you Still looking for other answers On Dec 14, 9:28 pm, Bret Foreman bret.fore...@gmail.com wrote: http://www.theregister.co.uk/2010/03/24/oracle_berkeley_db_android/ On Dec 14,

Re: [android-developers] Re: Available databases for Android

2010-12-14 Thread Julie Andrews
On Tue, Dec 14, 2010 at 10:08 PM, Bret Foreman bret.fore...@gmail.comwrote: Regarding the Berkeley DB, you should remember that SQLite is already more complex than many developers want to deal with. Berkeley DB is a full-fledged database like Oracle and it's far more complex than SQLite. I

Re: [android-developers] LocationListener's onLocationChanged() is not called (geo fix)

2010-12-14 Thread Julie Andrews
On Tue, Dec 14, 2010 at 8:26 PM, Danny Schimke danny.schi...@googlemail.com wrote: Hi, I have a Service that will run in Background even if the application is closed. I started the service and I can see it in the running services section under application settings. I am using *geo fix* to

Re: [android-developers] New Market app sneak peak (unverified)

2010-12-13 Thread Julie Andrews
On Sun, Dec 12, 2010 at 11:56 AM, Brill Pappin br...@pappin.ca wrote: Got this from twitter: http://android-tips.com/sexy-face-lift-for-your-market/ Looks like the Promo graphic is going to be fairly important... I know mine needs an update! -- You received this message because you are

Re: [android-developers] New error in the Market

2010-12-13 Thread Julie Andrews
On Mon, Dec 13, 2010 at 10:19 AM, Zsolt Vasvari zvasv...@gmail.com wrote: In thousands of sales, I've never seen this one: You cancelled this order. Reason: Other (describe below) Message sent to customer: Order canceled due to internal error in Market. Since the buyer hasn't

Re: [android-developers] what is the source version at the source.android.com website?

2010-12-13 Thread Julie Andrews
On Mon, Dec 13, 2010 at 12:24 PM, goodwin weigoodw...@gmail.com wrote: I use git clone the IM application from the source website. many errors in source code. many obect methods are not in the sdk of above 1.5. for example Cursor Cursor c = mContentResolver.query(mMessageURI, projection,

Re: [android-developers] layout editor in 2.3 SDK sucks! Sorry but it does.

2010-12-13 Thread Julie Andrews
On Sat, Dec 11, 2010 at 8:41 PM, niko20 nikolatesl...@yahoo.com wrote: Ok, the new layout editor is fancier and all but no more properties window? I have to right click to set properties now? And many times the right click menu does not function correctly either, like it will be missing sub

Re: [android-developers] Layout: Battery usage bar

2010-12-13 Thread Julie Andrews
On Mon, Dec 13, 2010 at 9:05 PM, Harpritt harpr...@gmail.com wrote: Hi everyone Just wondering if anyone knows how the layout (specifically the power used bar) is created for the power consumption page with android. ive been trying to recreate it will little success. Id like to use the

Re: [android-developers] Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Julie Andrews
On Sat, Dec 11, 2010 at 5:26 PM, Zsolt Vasvari zvasv...@gmail.com wrote: The doc states: 'Developers no longer need to add the android:debuggable attribute to the application tag in the manifest — the build tools add the attribute automatically. In Eclipse/ADT, all incremental builds are

Re: [android-developers] Anti-aliasing filter on AudioRecord?

2010-12-13 Thread Julie Andrews
On Mon, Dec 13, 2010 at 8:26 PM, Patrick Noffke patrick.nof...@gmail.comwrote: On Sat, Dec 11, 2010 at 1:15 PM, TheSeeker alvaro.herr...@yahoo.comwrote: I have been thinking if when i use the funcion AudioRecord at 8KHz by sample I have aliasing? To avoid the effect of aliasing normally i

Re: [android-developers] New Android Market Client Update

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 2:12 PM, webmonkey webmonke...@gmail.com wrote: From the blog post at: http://android-developers.blogspot.com/2010/12/android-market-client-update.html Since most users who request a refund do so within minutes of purchase, we will reduce the refund window on Market

Re: [android-developers] Combining an image

2010-12-11 Thread Julie Andrews
On Fri, Dec 10, 2010 at 10:04 AM, darrinps darri...@gmail.com wrote: I have an image that I split into four parts and would like to combine it back into one large image on my splash screen but am having a little trouble figuring out just how to do this. I have it like this so far:

Re: [android-developers] Eclipse: Export signed application log

2010-12-11 Thread Julie Andrews
On Fri, Dec 10, 2010 at 7:19 PM, George Moschovitis george.moschovi...@gmail.com wrote: When trying to export a signed application using the latest SDK and Proguard I get an 'Export failed' message. Is there a way to see some kind of log file with a more detailed error message so that I can

Re: [android-developers] MediaPlayer is Hanging in reset call

2010-12-11 Thread Julie Andrews
On Fri, Dec 10, 2010 at 9:56 PM, John jo-d...@hotmail.com wrote: VideoPlayerView = new VideoView(this); VideoPlayerView.setOnPreparedListener(VideoPrepared); VideoPlayerView.setOnCompletionListener(VideoFinished); VideoPlayerView.setOnErrorListener(VideoError);

Re: [android-developers] Re: GPS

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 6:21 AM, ip332 iprile...@gmail.com wrote: It will be turned on when you request location updates (if it is enabled in the Location/GPS settings) On Dec 10, 4:47 pm, Hendrik Greving fourhend...@gmail.com wrote: I know how to read the GPS status etc. but how do I turn

Re: [android-developers] Adapter fetches and parses RSS feed to get its data - best practice?

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 1:25 PM, TreKing treking...@gmail.com wrote: Didn't we discuss this already? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app

Re: [android-developers] What to use instead of a very long ListPreference?

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 1:24 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 9, 2010 at 4:32 PM, CMoi pter...@gmail.com wrote: Is there a similar class with keyboard filtering or should I code it all? ListActivity.

Re: [android-developers] Re: AppWidget's service killed under Gingerbread GalaxyS(2.1) but not killed under other phones/versions

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 3:09 PM, Kostya Vasilyev kmans...@gmail.com wrote: Mikey, This can be caused by the other ftp code using too much memory, or crashing. Have you looked into this? -- Kostya 11.12.2010 10:06, metal mikey пишет: Yeah, I used Service.startForeground() just in case

Re: [android-developers] New to Android - sample app doesn't do anything

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 1:23 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 9, 2010 at 4:06 PM, rick777 rickh...@gmail.com wrote: The problem I have is that nothing shows up in the emulator. The only thing I see is an icon with a 36 and 2 arrows, a wifi strength monitor icon, a battery

Re: [android-developers] notifyDataSetChanged not updating view

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 10:12 AM, pramod.deore deore.pramo...@gmail.comwrote: As per the Docs notifyDataSetChanged ()-Notifies the attached View that the underlying data has been changed and it should refresh itself. In my application I am calling notifyDataSetChanged but still my view is

Re: [android-developers] Regarding using condition in Service

2010-12-11 Thread Julie Andrews
On Wed, Dec 8, 2010 at 1:05 PM, Ravi ravi.chavan...@gmail.com wrote: Hello Everybody, I am new in Android development, I used service in my app to get Httpconnection from internet and read that specific page in service.

Re: [android-developers] dex in ant with external libs in SDK tools R8

2010-12-11 Thread Julie Andrews
On Thu, Dec 9, 2010 at 7:05 AM, Andreas andreas.rossbac...@gmail.comwrote: Hey! There seems to be something wrong with external libs not making it into the .dex files in r8 if you build via ant. I have an external lib sitting in the libs folder which is not included into the .dex file by

Re: [android-developers] Re: GPS

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 3:14 PM, Kostya Vasilyev kmans...@gmail.com wrote: Hendrik, If you are taking about the built it Power Controls widget - it's part of the system image, more specifically, Settings application, and is signed with the platform key. Note that starting with Android 2.0

Re: [android-developers] Re: Making an activity private to application

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 12:39 PM, Doug beafd...@gmail.com wrote: If your activity requires an an intent filter, you could try requiring a password passed as an extra in the intent that launches it. That may at least slow down your serious attackers and deter the casual ones. Doug --

Re: [android-developers] Poor SQLite implementation? first time data access way to slow

2010-12-11 Thread Julie Andrews
On Thu, Dec 9, 2010 at 2:19 AM, carbi84 leistner.d...@googlemail.comwrote: Hi there, i am new to android programming, however i am quite used working with sqlite databases. - my application opens a sqlite3 database on the sd card and runs a kinda complex query (5 joins, 1 subquery, 2 where

Re: [android-developers] HOW TO COPY A PHONE NUMBER FROM PHONE LOG

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 6:45 AM, Dr Jafry hhtp...@hotmail.fi wrote: Hi, I am a oral surgeon and i get lots of emergency calls from my clients. Most of the clients are not becoming costmars, they just want to discus some issue. so i need to copy their phone numbers to my calender to call

Re: [android-developers] Application not showing in android market

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 12:06 PM, Amit Mangal forum.amit.man...@gmail.comwrote: Hi Everyone, I have uploaded one application in android market but it is not showing there.when i search in google my aplication displays http://droidmill.com/follower-120313.html

Re: [android-developers] How to destroy an activity immediately?

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 11:42 AM, Kenny Chang eric-...@163.com wrote: I try to call finish() in an activity in order to destroy the activity to free resources. But the Logcat shows it doesn't work immediately to call onDestroy instead of calling onPause and after a few seconds onDestroy is

Re: [android-developers] home screen widget drag or scroll

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 11:36 AM, String sterling.ud...@googlemail.comwrote: I'm pretty sure that it can't be done, sorry. All interaction with a widget gets pushed through a RemoteViews object, and the only event it supports is click. String -- You received this message because you are

Re: [android-developers] Re: emulator stuck in android logo screen

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 11:28 AM, Brill Pappin br...@pappin.ca wrote: The first time it starts, it can take a very long time to set itself up. Are you sure your waiting long enough? After that it will start up faster unless you reset it. - brill On Dec 10, 6:52 am, Mofajjal Hossain

Re: [android-developers] How are credentials stored in the OS framework?

2010-11-10 Thread Julie Andrews
On Wed, Nov 10, 2010 at 3:55 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 9 November 2010 23:28, Connick oconn...@gmail.com wrote: Fielding questions from our IT dept around security and I didn't know this one off hand. Can anyone provide insight as to how credentials are stored

Re: [android-developers] Strange network behavior with two phones

2010-11-10 Thread Julie Andrews
On Wed, Nov 10, 2010 at 6:40 PM, William Añez wecu...@gmail.com wrote: Hi, I have two phones (Motorola Milestone) and I has developed a simple application that does some network operations using web services, the applications runs perfectly calling a method on the emulator and in the phones,

Re: [android-developers] More complex Scrollview example needed.

2010-11-10 Thread Julie Andrews
On Sun, Nov 7, 2010 at 4:38 AM, Rutton rut...@web.de wrote: Hello there, I am working on some sort of record lookup for a database. My code allows to search for some kind of string within an index (of that database) and returns the database-position of the found thing . With this found

Re: [android-developers] Changelog in Market!

2010-11-03 Thread Julie Andrews
On Wed, Nov 3, 2010 at 3:51 PM, String sterling.ud...@googlemail.comwrote: Got up this morning and went ahead with some planned releases to a couple of my apps. When I got into the app detail page on my Market Developer Console, I found a new section: Recent Changes! I pasted my changelog in,

Re: [android-developers] Devices where install from unknown sources is not allowed.

2010-11-02 Thread Julie Andrews
On Mon, Nov 1, 2010 at 11:07 PM, MB manoj.bi...@gmail.com wrote: Hi, I would really appreciate if someone could point me to a list of devices/carriers where install from unknown sources is not allowed. For e.g. I can confirm that HTC Aria (offered by ATT) does not allow install from

Re: [android-developers] How can I create an aircraft-mounted-liked compass?

2010-11-02 Thread Julie Andrews
On Sun, Oct 31, 2010 at 11:43 PM, Frank Weiss fewe...@gmail.com wrote: Is the lower part of the gauge textual or a pretty image? What part are you having problems with? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] ListView OnClickListners Issue

2010-10-21 Thread Julie Andrews
*Can you make a target number 37 by using five 5s? You can use any math operator as you want. There are at least two different ways.* On Thu, Oct 21, 2010 at 3:24 AM, Honey honee...@gmail.com wrote: Hi, I have a list view with few rows which has image, some text and a button in each row of

Re: [android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread Julie Andrews
sorry can't help On Thu, Oct 21, 2010 at 10:50 AM, TreKing treking...@gmail.com wrote: On Thu, Oct 21, 2010 at 12:46 PM, Gabriel Huie ghui...@gmail.com wrote: how can we do a list with a space on the bottom just for a button?

Re: [android-developers] Re: How can my service change values of variables and UI textfields of my activities?

2010-10-20 Thread Julie Andrews
At least I dont On Wed, Oct 20, 2010 at 7:47 PM, saex elpablos...@gmail.com wrote: no one knows it? On 20 oct, 14:56, saex elpablos...@gmail.com wrote: Hi I have an application that get/send data from/to a remote DB on internet. I need to get my application working in background

Re: [android-developers] stopping the GC from kicking in

2010-10-20 Thread Julie Andrews
CAn somebody tell me a link to a nice ebook on android On Wed, Oct 20, 2010 at 2:41 AM, kk kkostia...@gmail.com wrote: Hi all, When the GC kicks in during my game I sometimes get a noticeable framerate drop, which is to be expected. In logcat I get the usual: D/dalvikvm( 85): GC freed

Re: [android-developers] Re: TextView visibility problem

2010-10-20 Thread Julie Andrews
On Wed, Oct 20, 2010 at 6:37 PM, sisko adeod...@gmail.com wrote: I had began with the layout_width set to wrap_content but it did not have the desired effect. I'll admit I don't fully understand the layout concepts so I'm experienting alot. Any good material that can bring me up to speed is

Re: [android-developers] Re: TextView visibility problem

2010-10-20 Thread Julie Andrews
This group is so helpful On Wed, Oct 20, 2010 at 6:30 PM, sisko adeod...@gmail.com wrote: You are right. When I move the TextView up it is squashed but visible. Can you advice on how I can make it visible beneath the relative layout On 20 Oct, 03:22, metal mikey coref...@gmail.com wrote:

Re: [android-developers] Detecting area code

2010-10-20 Thread Julie Andrews
Is that really possible? On Wed, Oct 20, 2010 at 6:29 PM, Denis Souza denis.so...@gmail.com wrote: Hi I'm trying to find out if the user is still within range of his own area code. Detecting roaming doesn't solve the problem since the user may still be in the same network with a different

Re: [android-developers] Re: Can Android 2.X connect to 3G and Wifi data networks simultaneously?

2010-10-18 Thread Julie Andrews
A group of alumni, highly established in their careers, got together to visit their old university lecturer. Conversation soon turned into complaints about stress in work and life. Offering his guests coffee, the lecturer went to the kitchen and returned with a large pot of coffee and an

Re: [android-developers] overriding a theme with external xml

2010-10-18 Thread Julie Andrews
A man wanted to enter an exclusive club but did not know the password that was required. He waited by the door and listened. A club member knocked on the door and the doorman said, “twelve.” The member replied, “six ” and was let in. A second member came to the door and the doorman said, “six.”

Re: [android-developers] XmlPullParser and CDATA

2010-10-18 Thread Julie Andrews
Paul’s height is six feet, he’s an assistant at a butcher’s shop, and wears size 9 shoes. What does he weigh? ans: - . . . . . . . . . meat On Mon, Oct 18, 2010 at 5:13 PM, Mark Murphy mmur...@commonsware.comwrote: If you use nextToken(), you should get a CDSECT token for the CDATA section.

Re: [android-developers] Animated background drawable

2010-10-18 Thread Julie Andrews
When you have me, you feel like sharing me. But, if you do share me, you don’t have me. What am I? On Wed, Oct 6, 2010 at 5:45 PM, oriharel ori.ha...@gmail.com wrote: Just like Twitter for android used to have (they removed it) - I need to display an animated background drawable. How to I

Re: [android-developers] OutOfMemoryError

2010-10-18 Thread Julie Andrews
Which is the longest word in English? Smiles – Because a ‘mile’ exists between the two S’s. While that is a good answer to the riddle, the actual longest English word is ‘floccinaucinihilipilification’- which means’to describe something as worthless, or turning something into being worthless by

Re: [android-developers] ImageView scaling/layout problem

2010-10-18 Thread Julie Andrews
*Resignation Letter* *Dear Sir,* It is with great regret and sorrow that I’m writing you, but I’m leaving the job. The offer was too lucrative and attractive for me to turn down. I had to abscond because I wanted to avoid a scene with the HR and you. I am sorry but I had no choice.* TaTa – Bye

[android-developers] A novel way to write resignation letter

2010-10-18 Thread Julie Andrews
*Resignation Letter* *Dear Sir,* It is with great regret and sorrow that I’m writing you, but I’m leaving the job. The offer was too lucrative and attractive for me to turn down. I had to abscond because I wanted to avoid a scene with the HR and you. I am sorry but I had no choice.* TaTa – Bye

Re: [android-developers] Making a game pack.

2010-10-18 Thread Julie Andrews
If Mars had earthquake would they be called marsquakes? On Mon, Oct 18, 2010 at 8:51 PM, Leigh McRae leigh.mc...@lonedwarfgames.com wrote: I want to do an update for my game that adds more missions and hence a fair amount of new data (2-4Megs). I already have have people complaining about

Re: [android-developers] how can I design a floating keyboard?

2010-10-13 Thread Julie Andrews
On Thu, Oct 14, 2010 at 2:32 AM, Saied saie...@gmail.com wrote: Hello, I am a developer and recently completed the implementation of my keyboard MessagEase. It's available on the Market (with its very- different features, making it quite unlike QWERTY). This keyboard works fine as a

Re: [android-developers] Best approach for requesting data (internet connection)

2010-10-06 Thread Julie Andrews
On Tue, Sep 28, 2010 at 2:05 PM, Jose Luis Montes jlmont...@gmail.comwrote: Hello, I have an app in which there are several requests to a server in internet (http), for example to retrieve images in threads outside the main UI process. The thing is that I have a Thread that manage the

Re: [android-developers] Re: Bitmap to Bytes then bytes to Bitmap

2010-10-06 Thread Julie Andrews
Can somebody tell me, who to make a proxy url of my site?..i have seen some people having urls like bitly.bit. but when i click on them, site with a totallt different address opens? On Tue, Sep 28, 2010 at 3:00 PM, jeyaprakash chinaraj jp9894562...@gmail.com wrote: Hi Kostya Vasilyev,

Re: [android-developers] How can I query the sms by conversation?

2010-10-06 Thread Julie Andrews
wht do u mean by sms? On Tue, Sep 28, 2010 at 2:00 PM, feeling3_4 lanwen.ban...@gmail.com wrote: Hi All, how can I query the latest sms of every conversation. just like native sms application in the android phone. everytime we start the sms application, it displays the conversations

Re: [android-developers] What'll happen if I don't call Looper.quit()?

2010-10-06 Thread Julie Andrews
On Tue, Sep 28, 2010 at 4:13 PM, Kakyoin lgmc...@gmail.com wrote: Hi. Allow me to make another thread exclusively for this. I'm sure other dev would want to know as well. According to the doc here: http://developer.android.com/reference/android/os/Looper.html#loop()

Re: [android-developers] Inconsistent premultiply behavior in Bitmap

2010-10-06 Thread Julie Andrews
On Tue, Sep 28, 2010 at 3:16 PM, woefulwabbit woefulwab...@gmail.comwrote: Hi, I have noticed that loading an image into a GLTexture using Drawable d = getResource().getDrawable(...); Bitmap bitmap = Bitmap.createBitmap(...); Rect rect = new Rect(...) d.setBounds(rect) d.draw(new

Re: [android-developers] Wifi query

2010-10-06 Thread Julie Andrews
On Tue, Sep 28, 2010 at 7:27 PM, aviral gupta aviral@gmail.com wrote: how can i check for the transceiver state(disabled/enabled/power-save mode/active mode) in the wifi module of android framework ?? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: getFlashMode method

2010-10-06 Thread Julie Andrews
On Tue, Sep 28, 2010 at 7:09 PM, Shaun McCloud shaun.thomas.mccl...@gmail.com wrote: Any other suggestions on what to look at? I am stumped here :( -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Calling a MapActivity from another activity

2010-10-06 Thread Julie Andrews
On Tue, Sep 28, 2010 at 7:11 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Sep 28, 2010 at 9:34 AM, android developer renukanil.deshpa...@gmail.com wrote: I already done this.. but still i am getting same error.. NoClassDefFoundError.. Make sure you are running in an AVD (or on a

Re: [android-developers] Re: Why does failed to connect to camera serfice happen on occasions

2010-10-06 Thread Julie Andrews
On Tue, Sep 28, 2010 at 7:25 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Sep 28, 2010 at 9:50 AM, Streets Of Boston flyingdutc...@gmail.com wrote: If it is a time-gap, i'd wonder how would one go about fixing this issue? How long does one needs to wait to call Camera.open after

Re: [android-developers] Adaptive streaming - any plans for Android implementation?

2010-10-01 Thread Julie Andrews
Nice to Know that On Tue, Sep 28, 2010 at 12:09 PM, Chister Nordvik cnord...@gmail.comwrote: I am working on a iPhone/Android project where we stream H.264 video from live events. This works great with adaptive streaming on the iPhone but the Android devices doesn't offer this so we have to

Re: [android-developers] Re: Passing arguments to JSON c# .net web service

2010-10-01 Thread Julie Andrews
Cool On Tue, Sep 28, 2010 at 11:45 AM, titleist tadej.ore...@gmail.com wrote: I have function in c# like: LogInUser(string username, string password). Now i would have to pass those two arguments from android JSON web service to server (JSON c# web service.) -- You received this message