Re: [android-developers] Re: Play a Youtube video

2014-09-10 Thread raju bhusani
Hi Patrick, You can try that with Webview iFrame tag, this iFrame will embed in your webview that will solves your problem. Regards Nagaraju Bhusani On Fri, Aug 29, 2014 at 3:01 PM, Patrick patrick.god...@gmail.com wrote: Hello Madison, Thanks for the suggestion. I've already tried this

Re: [android-developers] Android tabs

2012-10-19 Thread raju bhusani
Hi, Use Tabhost object and call like this: Tabhost tab = getTabHost(); tab.setCurrentTab(m_currTab); On Fri, Oct 19, 2012 at 2:10 PM, ANKUR GOEL ankur1...@gmail.com wrote: Hi all i am working on tabs one help needed tht is 1 am third tab -- inside that i have detail with one button

[android-developers] About In-App Billing and creating Products List

2011-02-14 Thread raju bhusani
Hi All, I have some queries about the Android In-App Billing. We have a publisher account x and we are implementing the In-App Billing , and Creating Products list in our Application and then my Queries are, 1)How can we create the Products list for the paid app so ,

[android-developers] About Activity Group Navigation

2011-02-01 Thread raju bhusani
Hi All, I have a problem with the Activity Groups, I am using a Tabhost with 4 Tabs and inside other activities it is going good. But when i am in tab-3 if i was click on the item in Tab-3 how can it go to the Tab-1. Switching between the Activity Groups. Can any one Help me Out? -- Thanks

[android-developers] Provide the security for SDCARD files

2010-08-25 Thread raju bhusani
Hi All, In my application 'x' there is a download manager which downloads a.mp3,b.mp3... and stored in the /sdcard/x/a.mp3. How to provide the security only my application can access the downloaded files not to the other applications? Is there any API provided by android or any other

[android-developers] About Download manager example

2010-08-24 Thread raju bhusani
Hi, Can any one give me an example for download manager. In my application there is a download option when click on the download it will download the mp3 file then i want to manage the multiple downloads with pause stop and resume options to the downloading. Please can any give me the

Re: [android-developers] Problem in parsing the package.

2010-08-24 Thread raju bhusani
This problem occurs when that your downloaded apk file size is less than the size of the original apk. On Mon, Aug 23, 2010 at 11:30 PM, Ajmer Singh ajmersing...@gmail.comwrote: Hi When I tried to download the My App to my droid it says there is a problem parsing the package.I am using

[android-developers] providing updates to unpublished application( old users)

2010-08-18 Thread raju bhusani
Hi All, Can any one give a solution for our problem, providing updates to unpublished application( old users) === Lets say we have a PAID app - x-some. 1000+ users downloaded and using it, before 28-Feb-2010. we stopped for some reason from

[android-developers] How to enable the feature for the unpublished Application

2010-08-17 Thread raju bhusani
Hi All, Can any one give an answer for my Question? We have an application x which is a paid one and for that some number of users so now it is unpublished for some reasons we want to enable the feature that is accessible to all the users without releasing the version.Tell me how to do

Re: [android-developers] AsyncTask and UI activity

2010-08-11 Thread raju bhusani
When doing the Asy Task on InBackground method you can do the restore process and put the user in wait by showing progress dialog in PreExecute and dissmis it in post..! On Tue, Aug 10, 2010 at 1:30 AM, Kim D. kdame...@gmail.com wrote: Hi all, I know this is not how an async task

[android-developers] Content Encoding and decoding

2010-08-11 Thread raju bhusani
Hi All, Can anyone tell me how to store the encoded content which is in xml in to the string variable and after that i will display that in webview. please help me! -- Thanks Regards B.NagaRaju Software Engineer 9966990732 WWW.arijasoft.com -- You received this message because you are

[android-developers] About Promo code concept in android

2010-08-10 Thread raju bhusani
Hi All, Can any one tell me, is there any promo code concept in android for our apps like in the iPhone. If yes please provide me the necessary information how to do that? -- Thanks Regards B.NagaRaju Software Engineer 9966990732 WWW.arijasoft.com -- You received this message

Re: [android-developers] Closing the activity completely

2010-08-02 Thread raju bhusani
Yes, just use the finish() method to destroy the activity... On Mon, Aug 2, 2010 at 2:23 PM, Revathi K J Ramanan revathiramana...@gmail.com wrote: Hi, Whenever the memory needs to be reclaimed, the process is being killed by ActivityManagerService in killPidsForProcess. I have

Re: [android-developers] Re: Tab Content Overlaps Problem

2010-08-02 Thread raju bhusani
Just one activity is enough for doing this, Just do this when navigating to the other tab the previous layout visibility set to gone and when loading fresh tab just set visibility to visible. On Mon, Aug 2, 2010 at 3:03 PM, Sasikumar.S sasikumar.it1...@gmail.comwrote: I'm using separate