[android-developers] Bad notification posted - Couldn't expand RemoteViews for: StatusBarNotification

2016-08-08 Thread Darshan Phy
Hey everyone, The requirement was to make a custom notification since the android's default notification only allows for an image. So I went through on how to attach a custom UI for notification when expanded, the ready answer was to create a custom view and pass to the notification manager

[android-developers] APK size weirdly got increased (increase upto 10 MB)

2016-06-17 Thread Darshan Phy
Hey Hi everyone, I am currently working on this project for my company. The initial/usual size of the apk before the weird thing happened was ~10MB This project uses two external libraries 1. KAndroid (company customised lib, not to worry) 2. PayU - Payment gateway for our app. Note: I am

[android-developers] getdisplay width height and assign it to static int

2011-11-28 Thread Darshan Santoki
I am new in developing. I want display width and height and assign it static integer. If this possible than how? -- 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

[android-developers] Re: Rotating an Android VideoView

2011-01-18 Thread Darshan
You are right Justin... Regards, Darshan On Jan 10, 7:35 pm, Justin Buser justin.bu...@gmail.com wrote: So if I am correct you are saying that you want the video to be landscape and the player controls to be portrait while the phone is portrait oriented? On Jan 7, 12:41 am, Darshan cmb

[android-developers] Rotating an Android VideoView

2011-01-06 Thread Darshan
? Is there is some function to rotate the VideoView alone? If yes, can you provide some sample code for achieving the video rotation? Thanks, Darshan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Rotating an Android VideoView

2011-01-06 Thread Darshan
My app's requirement is that it should display the Video in Landscape mode only even when the device's orientation is changed to Portrait leaving all other controls to be in sync with the device's orientation. Thats why I am looking for a way to rotate the VideoView alone. --- Darshan On Jan 6

[android-developers] Re: Rotating an Android VideoView

2011-01-06 Thread Darshan
(note that the device is still in Portrait mode). 4. Once a way for achieving what is required in point 3) above is available, I can then need not worry on rotating the videoview on further device orientation changes. Hope I had clearly explained the scenario. Thanks, Darshan On Jan 7, 10:30 am

[android-developers] Problems in Downloading Videos and Images hand in hand

2010-12-21 Thread Darshan
deadlines. Thanks, Darshan. -- 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

[android-developers] Re: Issues with Playing 2 videos using HTML5 Video Element in Android

2010-09-01 Thread Darshan
Hi All, I haven't received any responses for a long time. Does anybody know a solution for this issue? Darshan On Jul 29, 10:25 am, Darshan cmb...@gmail.com wrote: Hi All, Right now I am building a web page that plays videos using HTML5 video element. Here is the sample page

[android-developers] Max bitrate for mp4 files in Android

2010-08-24 Thread Darshan
videos in Android? Will changing any of the above-mentioned parameters of mp4 File 2 fix this issue? Expecting some guidance at the earliest. Thanks and Regards, Darshan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Issues with Playing 2 videos using HTML5 Video Element in Android

2010-07-29 Thread Darshan
in videoEndedListener() gets executed successfully and the alert Playing 2nd Video is also thrown but the 2nd video never gets played out. Please let me know if I am doing something wrong. If not, please let me know a solution for this issue as I need it urgently. Thanks in advance. Darshan -- You

[android-developers] Re: Android eclair: playing videos

2010-05-20 Thread Darshan
Hi, Can you please provide the details of the solution? Thanks, Darshan On May 19, 12:05 pm, petter havlenap...@gmail.com wrote: nevermind i solved it On May 6, 9:39 am, petter havlenap...@gmail.com wrote: Hi I have compiledandroideclairversion 2.1 on my htc sapphire 32A

[android-developers] Video Issues in Android Emulator

2010-05-19 Thread Darshan
the video is playing, the video frame corresponding to the clicked position gets displayed. Anybody else noticed the same behavior? If yes, is there a solution to solve this problem? Please let me know if I am missing anything else in the setup. Thanks in advance. --- Darshan -- You received

[android-developers] Error while consuming Axis2 based WEB SERVICE...

2010-04-16 Thread DarsHan
;; SoapObject request = new SoapObject(url7,method_nm); /*sending method parameters with SoapObject */ request.newInstance(); request.addProperty(h,darshan.); // sending a parameter to a method SoapSerializationEnvelope envelope = newSoapSerializationEnvelope

[android-developers] I have problem in package resolution

2010-04-02 Thread Darshan Hegde
); } }; } IntentsNew is the new activity that I want to start. The error is... Description Resource Path LocationType com.darshan.demos cannot be resolved to a type intentsTest.java iIntents/src/com/darshan/demos line 25 Java Problem com.darshan.demos.IntentsNew cannot

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-29 Thread Darshan
one of their warehouses. niko20 explicitly confirmed these details as well.) Greg, Tao, and niko20: Thanks for the info. Darshan On Mar 27, 1:19 pm, Jason arm...@gmail.com wrote: Was the shipper for the DROID someone other than brightpoint? On Mar 27, 12:23 pm, niko20 nikolatesl...@yahoo.com

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-27 Thread Darshan
Can someone who received a Droid in the US let us know who/where it was shipped from? Several people have mentioned that the Nexuses are coming from Brightpoint in Indiana, but I'm not sure if the Droids are coming from there or elsewhere. Thanks, Darshan On Mar 27, 9:21 am, Greg Donald gdon

[android-developers] Re: Getting a complete list of android native drawables

2009-05-28 Thread Darshan
-drawables.html Darshan On Mar 19, 5:43 pm, Agus agus.sant...@gmail.com wrote: Does anyone has a complete list of native drawables listed on a webapage ? I don't want to do trial and error.. Any help is appreciated. --~--~-~--~~~---~--~~ You received