Re: [android-developers] Re: In App Billing Error

2012-12-20 Thread Sandeep Venkat
Please let me know if get of it!! I too facing the same buddy

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

Re: [android-developers] Android new

2012-07-12 Thread Sandeep Venkat
http://developer.android.com/index.html go through this

-- 
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] Query about file storage in android

2012-07-10 Thread Sandeep Venkat
I had an image which has been downloaded from the server and it is stored
in internal memory.Now,I want this image to be as folder to store other
downloaded files into it dynamically..

Is it possible to store the downloaded files into image?

can we use an image as folder ?

-- 
Thanks&Regards

*Sandeep MNVVB*

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

Re: [android-developers] Images storage

2012-07-10 Thread Sandeep Venkat
we can save in both internal memory and external memory!!!storing
image in external memory is better than internal memory...

On 7/7/12, pinicius  wrote:
> It is recommended in any situation save images in a database? Or it is
> always best done in the sd card?
>
> 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


-- 
Thanks&Regards

*Sandeep MNVVB*
*
**Mobile Application Developer
Believe Creative
**sand...@believecreative.in
*
M: 0091 8019585636
W: www.believecreative.in

First Floor, Plot 1 Silicon Valley, Image Garden Lane, Madhapur, Hyderabad,
500081


**ConfidentialNote*
Please
do not print this email unless it is absolutely necessary. *

*The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s) and
may contain proprietary, confidential or privileged information. If you are
not the intended recipient, you should not disseminate, distribute or copy
this e-mail. Please notify the sender immediately and destroy all copies of
this message and any attachments. *

*
*

WARNING*: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email. *

-- 
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] Storing downloaded files into local db??

2012-07-10 Thread Sandeep Venkat
I'm developing and an application that uses a sqlite database, and I'm
having trouble to store images in database, I read a lot of examples, but
not working here, can someone tell me the best way to store images in
SQLite? (and then I'll need to store movies as well..I am working on SDK-
4.04)

In the future I'll have to develop a backoffice so the company can
add/change/delete items in the db.

Can you please help me?

Thanks!

-- 
Thanks&Regards

*Sandeep MNVVB*

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

Re: [android-developers] Query about downloading file

2012-07-01 Thread Sandeep Venkat
thank you asheeh

-- 
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] Query about downloading file

2012-07-01 Thread Sandeep Venkat
I am beginner to android development..Please could anyone send me the
source link or any sample code to download the images or any file from
internet and save them in my local db using sqlite

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

-- 
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] how can we store a downloaded image in a filesystem of android

2012-06-28 Thread Sandeep Venkat
How to store a image that is downloaded into a particular filesystem in my
app

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

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

Re: [android-developers] Could anyone tell me how to add an item dynamically to the gridview

2012-06-28 Thread Sandeep Venkat
Thank you Rakesh

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

Re: [android-developers] Could anyone tell me how to add an item dynamically to the gridview

2012-06-28 Thread Sandeep Venkat
Hi TREKING


I created my own db in Mysql consisting of some images and retrived in JSON
format with the help of php..I've given my url path in the url connection..

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

Re: [android-developers] Could anyone tell me how to add an item dynamically to the gridview

2012-06-28 Thread Sandeep Venkat
I just went through few tutorials and developers website and tried to
implement in my code but no use

-- 
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] Is it possible?

2012-06-28 Thread Sandeep Venkat
Hi all,

I want to start an application which stores the downloaded items such as
books,music,movies in my application since downloading an app from google
play wont support with security constraints is it possible to approach?

The Items like books,music,movies will be downloaded from GOOGLE
PLAY..those should be stored in my application..Please suggest me is it
possible or not?

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

-- 
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] Could anyone tell me how to add an item dynamically to the gridview

2012-06-28 Thread Sandeep Venkat
The item must be added in the grid view dynamically through json passing..I
tried a lot but i failed to connect json to the application..Please help me
out

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

-- 
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] How to upgrade google market to 4.03 version

2012-06-28 Thread Sandeep Venkat
When run the google market application the output in the emulator shows as


"CAN'T CONNECT TO MARKET..Your version of market may be out of date.you can
continue to use this app but you won't be able to make purchases"


please help me out!!!
-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

-- 
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] Integration of different apps in a single app

2012-06-28 Thread Sandeep Venkat
Hi all,

I am having some hundreds of different functionalities of applications and
different activities..I want to make a single app which it stores all other
apps in it!!Is it possible ?

If possible please can anyone tell me the way to find the solution

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

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
could you tell me briefly how to make an launcher app and how it works
like?

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

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Kris..Its my idea to create an app like that which is similar to menu icon
in our mobiles..

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

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Thank you Kris..

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

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
hi ragava i want to install other app's downloaded and installed to be
displayed in my app

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


Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
ok can we implement it in any other platforms like ios

On 6/27/12, Kristopher Micinski  wrote:
> The other app can't run "inside" your app because of the security
> constraints of the platform.  In general it is impossible to run other
> app's code inside of your app, for security reasons.  There are always
> ways to emulate this, but you  can't "share the screen" with another
> app.
>
> kris
>
> On Tue, Jun 26, 2012 at 3:00 PM, Sandeep Venkat
>  wrote:
>> Instead empty view will be display for us as far as we download and
>> install any new app that app must be display in my app..
>>
>> --
>> Thanks&Regards
>>
>> *Sandeep MNVVB*
>> *
>> **Mobile Application Developer
>> Believe Creative
>> **sand...@believecreative.in
>> *
>> M: 0091 8019585636
>> W: www.believecreative.in
>>
>> First Floor, Plot 1 Silicon Valley, Image Garden Lane, Madhapur,
>> Hyderabad,
>> 500081
>>
>>
>> **ConfidentialNote*
>> Please
>> do not print this email unless it is absolutely necessary. *
>>
>> *The information contained in this electronic message and any attachments
>> to this message are intended for the exclusive use of the addressee(s)
>> and
>> may contain proprietary, confidential or privileged information. If you
>> are
>> not the intended recipient, you should not disseminate, distribute or
>> copy
>> this e-mail. Please notify the sender immediately and destroy all copies
>> of
>> this message and any attachments. *
>>
>> *
>> *
>>
>> WARNING*: Computer viruses can be transmitted via email. The recipient
>> should check this email and any attachments for the presence of viruses.
>> The company accepts no liability for any damage caused by any virus
>> transmitted by this email. *
>>
>> --
>> 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
>
> --
> 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
>


-- 
Thanks&Regards

*Sandeep MNVVB*
*
**Mobile Application Developer
Believe Creative
**sand...@believecreative.in
*
M: 0091 8019585636
W: www.believecreative.in

First Floor, Plot 1 Silicon Valley, Image Garden Lane, Madhapur, Hyderabad,
500081


**ConfidentialNote*
Please
do not print this email unless it is absolutely necessary. *

*The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s) and
may contain proprietary, confidential or privileged information. If you are
not the intended recipient, you should not disseminate, distribute or copy
this e-mail. Please notify the sender immediately and destroy all copies of
this message and any attachments. *

*
*

WARNING*: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email. *

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


Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Instead empty view will be display for us as far as we download and
install any new app that app must be display in my app..

-- 
Thanks&Regards

*Sandeep MNVVB*
*
**Mobile Application Developer
Believe Creative
**sand...@believecreative.in
*
M: 0091 8019585636
W: www.believecreative.in

First Floor, Plot 1 Silicon Valley, Image Garden Lane, Madhapur, Hyderabad,
500081


**ConfidentialNote*
Please
do not print this email unless it is absolutely necessary. *

*The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s) and
may contain proprietary, confidential or privileged information. If you are
not the intended recipient, you should not disseminate, distribute or copy
this e-mail. Please notify the sender immediately and destroy all copies of
this message and any attachments. *

*
*

WARNING*: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email. *

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


Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Hi justin Let me explain you my app

I want to download few applications from google play. the applications
those were downloaded from the google play must be display in a grid
format in my application..

Can we?

On 6/27/12, Justin Anderson  wrote:
> How about you explain in more detail what you are trying to accomplish...
> What are you wanting your app to do?
>
> There may be another way to go about it that will work for your needs...
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
> On Tue, Jun 26, 2012 at 12:43 PM, Justin Anderson
> wrote:
>
>> Why can't we find the solution could anyone tell me briefly
>>>
>> We did... there is no solution.  What you are trying to do is not
>> possible.
>>
>>
>> Thanks,
>> Justin Anderson
>> MagouyaWare Developer
>> http://sites.google.com/site/magouyaware
>>
>>
>> On Tue, Jun 26, 2012 at 12:40 PM, Sandeep Venkat <
>> sand...@believecreative.in> wrote:
>>
>>> Why can't we find the solution could anyone tell me briefly
>>>
>>> On 6/26/12, Kristopher Micinski  wrote:
>>> > This topic has come up before, typically in the context of a
>>> > stumbleupon like service for apps., the answer is basically that you
>>> > can't.
>>> >
>>> > kris
>>> >
>>> > On Tue, Jun 26, 2012 at 8:12 AM, Sandeep Venkat
>>> >  wrote:
>>> >> Hi folks could anyone tell me the way to store the downloaded
>>> application
>>> >> from google play in my application
>>> >>
>>> >> --
>>> >> Thanks&Regards
>>> >>
>>> >> Sandeep MNVVB
>>> >>
>>> >> --
>>> >> 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
>>> >
>>> > --
>>> > 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
>>> >
>>>
>>>
>>> --
>>> Thanks&Regards
>>>
>>> *Sandeep MNVVB*
>>> *
>>> **Mobile Application Developer
>>> Believe Creative
>>> **sand...@believecreative.in
>>> *
>>> M: 0091 8019585636
>>> W: www.believecreative.in
>>>
>>> First Floor, Plot 1 Silicon Valley, Image Garden Lane, Madhapur,
>>> Hyderabad,
>>> 500081
>>>
>>>
>>>
>>> **ConfidentialNote*
>>> Please
>>> do not print this email unless it is absolutely necessary. *
>>>
>>> *The information contained in this electronic message and any
>>> attachments
>>> to this message are intended for the exclusive use of the addressee(s)
>>> and
>>> may contain proprietary, confidential or privileged information. If you
>>> are
>>> not the intended recipient, you should not disseminate, distribute or
>>> copy
>>> this e-mail. Please notify the sender immediately and destroy all copies
>>> of
>>> this message and any attachments. *
>>>
>>> *
>>> *
>>>
>>> WARNING*: Computer viruses can be transmitted via email. The recipient
>>> should check this email and any attachments for the presence of viruses.
>>> The company accepts no liability for any damage caused by any virus
>>> transmitted by this email. *
>>>
>>> --
>>> 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
>>&g

Re: [android-developers] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Why can't we find the solution could anyone tell me briefly

On 6/26/12, Kristopher Micinski  wrote:
> This topic has come up before, typically in the context of a
> stumbleupon like service for apps., the answer is basically that you
> can't.
>
> kris
>
> On Tue, Jun 26, 2012 at 8:12 AM, Sandeep Venkat
>  wrote:
>> Hi folks could anyone tell me the way to store the downloaded application
>> from google play in my application
>>
>> --
>> Thanks&Regards
>>
>> Sandeep MNVVB
>>
>> --
>> 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
>
> --
> 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
>


-- 
Thanks&Regards

*Sandeep MNVVB*
*
**Mobile Application Developer
Believe Creative
**sand...@believecreative.in
*
M: 0091 8019585636
W: www.believecreative.in

First Floor, Plot 1 Silicon Valley, Image Garden Lane, Madhapur, Hyderabad,
500081


**ConfidentialNote*
Please
do not print this email unless it is absolutely necessary. *

*The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s) and
may contain proprietary, confidential or privileged information. If you are
not the intended recipient, you should not disseminate, distribute or copy
this e-mail. Please notify the sender immediately and destroy all copies of
this message and any attachments. *

*
*

WARNING*: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email. *

-- 
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] Create an application which consists of another application

2012-06-26 Thread Sandeep Venkat
Hi folks could anyone tell me the way to store the downloaded application
from google play in my application

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

-- 
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] In-app billing request

2012-06-25 Thread Sandeep Venkat
If anyone working on google play in-app billing please reply me folks

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

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

Re: [android-developers] Android in app billing claims to not be supported using sample code

2012-06-21 Thread Sandeep Venkat
I too facing the same please help me out if you got of it

-- 
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] Difference between Google Market billing and Google Play billing

2012-06-21 Thread Sandeep Venkat
*What is difference between Google Market billing package and Google Play
Billing lib*.Is it same? I am searching for Google Market billing package
but i am not getting it after installing all the updates.I got only Google
play billing lib. At present i am using android 4.04.

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

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

Re: [android-developers] Billing is not supported on this version of android market!

2012-06-21 Thread Sandeep Venkat
I to facing the same so if you come across it please post it

-- 
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] Please help me out to know about Google play and In-app billing

2012-06-21 Thread Sandeep Venkat
I have done a sample example for In-app Billing with the help of google
play as i attached my code and output screen shot..Please help me where to
modify the code

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

-- 
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] Sample app to understand google play

2012-06-20 Thread Sandeep Venkat
Could anyone give me link of source code to understand google play and its
working for android sdk 4.04

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

Re: [android-developers] Career for a Android Developer

2012-06-20 Thread Sandeep Venkat
Thank you very much bro could you tell me the salary structure for +2years
experiance

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

Re: [android-developers] Re: Can't able to install google play billing

2012-06-19 Thread Sandeep Venkat
Thank you for your reply buddy..The thing i heard is android will be rule
for 4 to 5 years is it true??How much salary can we expect for +2years
experiance..

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

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

Re: [android-developers] Career for a Android Developer

2012-06-19 Thread Sandeep Venkat
ofcourse i am a b.tech 2011 passout from the background of DOTNET
development..Till now i don't know anything about android but my firm wants
me to get into android department..I want to put all my efforts in
android..

-- 
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] Career for a Android Developer

2012-06-19 Thread Sandeep Venkat
Hello folks i am new to android development please anyone tell me the
career growth for an android developer at the level of +2years
experiance..What is the salary structure for an android developer..

Please help me out friends

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

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

Re: [android-developers] Can't able to install google play billing

2012-06-19 Thread Sandeep Venkat
Finally i got of it buddy thank you for your concern..I am new to android
development could you tell me the career growth in android at the level of
+2 years experiance..

-- 
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] Login screen in offline mode

2012-06-18 Thread Sandeep Venkat
could anyone tell me how to store user details entered in registration
screen in offline mode into sqlite?

-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

-- 
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] Can't able to install google play billing

2012-06-18 Thread Sandeep Venkat
I can't able to install Google play billing in android4.0 through SDK
manager.Can anyone help me out!!!

-- 
Thanks&Regards

*Sandeep MNVVB*
*
**Mobile Application Developer
Believe Creative
**sand...@believecreative.in
*
M: 0091 8019585636
W: www.believecreative.in

First Floor, Plot 1 Silicon Valley, Image Garden Lane, Madhapur, Hyderabad,
500081


**ConfidentialNote*
Please
do not print this email unless it is absolutely necessary. *

*The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s) and
may contain proprietary, confidential or privileged information. If you are
not the intended recipient, you should not disseminate, distribute or copy
this e-mail. Please notify the sender immediately and destroy all copies of
this message and any attachments. *

*
*

WARNING*: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email. *

-- 
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] Hello all..

2012-06-12 Thread Sandeep Venkat
I am working on bookstore application where when we run the application
books should be display with thumbnails when we click thumbnail it
ridirects to preview of the book and it should show book
name,author,summary etc...with the help of JSON...could any one
send me sample code for it as i am the beginner to android.

-- 
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] Thumbnail preview

2012-06-12 Thread Sandeep Venkat
could anyone send me code or any link of source to view thumbnails in a
grid view when we click on a thumbnail it should redirect to another view..
-- 
Thanks&Regards

*Sandeep MNVVB*
*
*

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