[android-developers] When will ADT give support to test app for new Nexus 7(2013)

2013-08-30 Thread ankit the OPIUM
My customers are complaining that my app is not working properly in New Nexus 7(2013). I want to test it in that but device is not available for sale in India. So when I tried to create emulator for the given configuration it is not booting at all. I have tried on Windows XP and 7 both with

[android-developers] Re: ListView vs. GridView vs. TableLayout

2013-06-17 Thread ankit the OPIUM
Is your designing is something like onClick of an item on First list should change content of rest of the column? If yes,you can try Fragments. It will be a nice to have 2 fragments in tablet and one in phone. Just search for fragment tutorials on google you will get tons. On Tuesday, 2 March

[android-developers] Re: free trial for a one time purchase with in app v3

2013-04-04 Thread ankit the OPIUM
Control subscription from both google server and your app in following way:- Publish your app with monthly subscription having free trial of seven days. After free trial Google will charge your user and send you notification onReceive of this notification send it to your server and your server

[android-developers] Re: New app doesnt show in Google Play

2013-04-03 Thread ankit the OPIUM
=android.intent.category.LAUNCHER / /intent-filter for two activities in you application. you app will launch the first activity only not the second one. BR, Ankit the opium On Monday, 1 April 2013 14:44:42 UTC+5:30, bergstr wrote: Hello, I have just released a new tablet-only app to the Play

[android-developers] Re: Improve data retriveing time from server.

2013-03-28 Thread ankit the OPIUM
If this not a web app what you can do is when your app launch retrieve data from server and save in device and fetch from there. After that check your server regularly if something has been changed over server and download only those change files not whole data. in this way only first time it

[android-developers] Re: Test in-app subscription using test account

2012-11-05 Thread ankit the OPIUM
Hi Tarun. I am not sure about PurchaseToken but google play will keep your purchase in record and after billing cycle(monthly/yearly) it will charge user again. If it fails it will inform tour app in onPurchaseStateChange() callback. It will give you response code as expired. On Thursday, 6

[android-developers] apk expansion file example error

2012-04-10 Thread ankit the OPIUM
Hi all, I am making an app in which i have to put some pdf files which can be more then 50MB so I have decided to use apk expansion file and put it on google play. I have downloaded the example for using google play download library, google play License Verification Library from and android zip