Re: [android-developers] Data transfer over USB between Android host and device

2013-10-22 Thread Siva Kumar
For socket connection via USB tithering u need device driver .it will be provided by vendor of the android device On Oct 22, 2013 1:29 AM, Lew lewbl...@gmail.com wrote: galapogos wrote: Hi, thanks, do you mean this - http://developer.android.**

[android-developers] Coupon Code

2013-10-22 Thread Rahul Kaushik
Is there a way to give promo/coupon codes for people to download your paid app for free in google play?? Please suggest Thanks RK -- 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] Are Encrypt Opaque Binary Blobs (OBBS) supported?

2013-10-22 Thread Daniele Segato
Did you have any luck? I created a bug here: https://code.google.com/p/android/issues/detail?id=53039 I get this in the log when trying to mount the obb file: 10-22 17:12:56.755 166-252/? E/Vold﹕ Error loading mapping table (Invalid argument) 10-22 17:12:56.755 166-252/? E/Vold﹕ ASEC

[android-developers] Re: How can we open browser in Android through code?

2013-10-22 Thread Andrew Cesario
If I use this code, I get the following: === Multiple markers at this line - Return type for the method is missing - Syntax error on token intent, VariableDeclaratorId expected after this token - intent cannot be resolved to a type === I am specifically trying to link

[android-developers] Re: Android developer registration with Neteller

2013-10-22 Thread Jose_GD
(I assume Neteller is similar to Payoneer) They must inform you the real bank name and account number. AFAIK Google Wallet works only with banks. El domingo, 20 de mayo de 2012 07:36:12 UTC-3, Balint escribió: Hello everyone, I tried to register as an android developer with my Neteller

[android-developers] developing with higer sdk than minimun target

2013-10-22 Thread firebreather
is there any significant risk in using a higher sdk to develop than the minsdkversion target declared in the manifest? in other words, if i'm developing on android 4.0.3 version 15 sdk/api will the app work correctly on an android 2.3.3 api phone. currently my app has been working on both

Re: [android-developers] developing with higer sdk than minimun target

2013-10-22 Thread TreKing
On Tue, Oct 22, 2013 at 4:50 PM, firebreather michaelirvingbr...@gmail.comwrote: is there any significant risk in using a higher sdk to develop than the minsdkversion target declared in the manifest? You run the risk of using new APIs that won't exist on older versions. in other words, if

[android-developers] animation on image view on grid view

2013-10-22 Thread Amit Mangal
Hi team i am having a grid view with 2 coloums and each item in grid view having one image and 2 textview below the image. i have added one button over each image and after clicking on button i want that image should scale and move down to bottom tab. like it should appear image drop down from its

Re: [android-developers] Re: Android developer registration with Neteller

2013-10-22 Thread Rakib
source: http://www.google.com/wallet/faq.html#tab=faq-payments Will the Google Wallet app work with cards issued outside of the United States? No. The Google Wallet app is currently available in the United States, and will not work with cards issued in any other country or currency. -- You