[android-developers] Access the Youtube Data API without user permission

2016-11-14 Thread Bharath Cb
Hi, I integrated the youtube live stream in my project. This is the sample code to access the youtube data API, GoogleCredential credential = new GoogleCredential.Builder().setTransport(transport) .setJsonFactory(jsonFactory) .setServiceAccountId("...@gmail.com")

[android-developers] Transfer apps to a different developer account

2016-07-07 Thread gefos . cb
Hello, could anyone please help me? Last week (on Tuesday) I transfered one app from a developer account to another but since today I have any answer. It should take 2 business days, which was a week ago. Have anyone experience with this transfer? Could I do anything wrong? Thanks for your

[android-developers] Android onClick seems to be blocking onFling

2010-11-23 Thread CB
I have an Activity that implements a Gesture Detector to catch the user fling input for navigation to other screens. That was working fine - but - I recently updated a class that derives from my BaseActivity to add an onClick function and now that click event seems to block the onFling from being

[android-developers] Tabhost working in Activity class

2010-11-17 Thread CB
OK, I must be overlooking something because I am unable to get my TabHost to display in my Activity class. I am getting the dreaded force close when I try to run the app. It will work if I extend TabActivity, but I can't do that [details at the bottom] because once I move the code from my

[android-developers] Using Multiple Activities

2010-08-21 Thread CB
appreciate any advice. Thanks! CB -- 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