[android-developers] Add product to the Magento shopping cart using ksoap2 in android?

2015-12-03 Thread aru padam
I'm getting SoapFault - fault code: '1022' fault string: 'Please specify 
the product required option(s).' while adding products to the shopping cart 
using shoppingCartProductAdd method of Magento API 

. 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/04f7bc7a-ac50-4ebf-88ea-91f8e81b8aa6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SSL in Android

2012-07-12 Thread aru padam
Hi all,

   How i can use  https://; instead of http://; in web service
call in my app.


HttpClient httpclient = new
DefaultHttpClient();
HttpPost httppost = new HttpPost(https://example.com;);
try {
httppost.setEntity(new 
UrlEncodedFormEntity(params));
HttpResponse httpresponse = 
httpclient.execute(httppost);
responseCode = 
httpresponse.getStatusLine().getStatusCode();
Log.d(getStatusCode,  + responseCode);
HttpEntity httpEntity = 
httpresponse.getEntity();
response = EntityUtils.toString(httpEntity);
Log.d(Response in post httpCall,  + 
response);
} catch (ClientProtocolException e) {
Log.d(ClientProtocolException,  + e);
} catch (IOException e) {
Log.d(IOException,  + e);
}

Thanks and Regards

-- 
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] Multi Touch On Gallery Image

2012-04-18 Thread aru padam
Hi all,

Any one know about the Multi Touch zooming on android gallery
image view.
Thanks and Regards
Deepesh C

-- 
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] Twitter Error

2012-03-05 Thread aru padam
Hi all

   I am developing an app using twitter integration. The following
error can  obtained in some devices

03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): Error
during OAUth retrieve request token
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366):
oauth.signpost.exception.OAuthNotAuthorizedException: Authorization
failed (server replied with a 401). This can happen if the consumer
key was not correct or the signatures did not match.
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
oauth.signpost.AbstractOAuthProvider.handleUnexpectedResponse(AbstractOAuthProvider.java:
239)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java:
189)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
oauth.signpost.AbstractOAuthProvider.retrieveRequestToken(AbstractOAuthProvider.java:
69)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
com.experion.minigolf.utils.MGOAuthRequestTokenTask.doInBackground(MGOAuthRequestTokenTask.java:
92)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
com.experion.minigolf.utils.MGOAuthRequestTokenTask.doInBackground(MGOAuthRequestTokenTask.java:
1)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
android.os.AsyncTask$2.call(AsyncTask.java:185)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
java.util.concurrent.FutureTask.run(FutureTask.java:138)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1088)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:581)
03-20 01:50:21.489: ERROR/
com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at
java.lang.Thread.run(Thread.java:1019)



How i can resolve this problem. Please help me..

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

2012-02-16 Thread aru padam
Hi all,

   I am developing an app contains edit fields. sometime i am enter
some text in this an error is occurred(Sorr! – Use *#9900#  to take
log-).
How i can fix this issue. Please help me..

Thanks and Regards

Deepesh

-- 
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] Language Change

2012-02-07 Thread aru padam
Hi all,

  I am developing an app in four different language. The language
can be selected by the user. My problem is when i take the photo from
camera, after that the language is changed as English (from other
three languages). But it working fine in the HTC not in the Samsung
Galaxy Ace. Any one can help me...

Thanks and Regards
Deepesh C

-- 
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] Eprint in Android

2012-02-03 Thread aru padam
Hi all,

   How i can implement the eprint feature in my android app.
Thanks
Deepesh

-- 
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] Edittext Scrolling

2012-01-31 Thread aru padam
Hi all,

  I am creating an app. It contain an edit text inside a scroll
view. The edit text support multiple lines.My problem is that i can't
make edit text scrollable.In the same screen there is a list view, it
is scrollable.How i can possible to scroll through the edit
text.Please help me.

Thanks and Regards

-- 
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] Gradient On Pdf Text

2012-01-30 Thread aru padam
Hi all,
   Any one know about the integration of gradient on text in the pdf
using itext library,

Thanks and Regards

Deepesh C

-- 
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] Google cloud print

2012-01-24 Thread aru padam
Hi all,
Any idea about the google cloud print in android application.

Thanks and Regards

-- 
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] Net Work slow

2012-01-20 Thread aru padam
Hi all,

  I am using internet connection in android application.Suppose net
connection is slow ,then the app is force closed .

How can i rectify this problem .Please help me .urgent...

Thanks in Advance

Deepesh C

-- 
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] Key Board Localozation

2012-01-15 Thread aru padam
Hi All,

   Any one could help for the key board localization in android.

Thanks and Regards

-- 
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] Lack of clarity in image

2012-01-11 Thread aru padam
Hi All,

How i can avoid the lack of clarity in images when set it to an
image view.

Thanks

Deepesh C

-- 
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] Lack of clarity in image

2012-01-10 Thread aru padam
Hi all,

  I am developing an app, in this the selected image from the
album have no clarity when set it to an image view. How i  can avoid
this problem.. Please help me

Thanks
Deepesh

-- 
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] Uri of Image

2012-01-05 Thread aru padam
Hi all,

 I have a bitmap image from the data base. Any one could help me
to create an uri of this image.

Thanks and Regards
Deepesh

-- 
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] Bevel effet on Buttons

2012-01-05 Thread aru padam
Hi all,

   Please help me to create bevel effects on buttons...

Thanks and Regards
Deepesh

-- 
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] I require Code for Cloud printer

2012-01-04 Thread aru padam
Hi All,

   I want a help on creating an apps which support the cloud
print
facility.
Please help me.

--
Thanks  Regards

Deepesh

-- 
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] Pdf Creation

2012-01-04 Thread aru padam
Hi all,


 Hi, i'm developing a apps and I want to create a pdf with
images.Anyone know something please help me.


Thanks

Deepesh

-- 
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] Stretched image

2012-01-04 Thread aru padam
Hi all,


I am developing an app, in this there is an image view.An image is
set to the image view from the album or camera, my problem is the
image become stretched. How i can avoid the stretching of the image?
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] Dialog Box Position

2012-01-04 Thread aru padam
Hi all,

 How can set a dialog box at the bottom of the screen?. Please
help me..

Deepesh C

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