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

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

[android-developers] Re: IMPORTANT - display.getOrientation() does not work on all devices

2009-11-01 Thread Phy
Okay can I just summarise my problem as I believe it is an issue which NEEDS to be addressed... I have confirmation from five users who either have a HTC G1 or HTC Magic who say my application works fine. However, I have had numerous recent comments on the Market that the orientation of my applica

[android-developers] Re: SensorManager Query

2009-08-08 Thread Phy
This is a question i'd like to get the answer to as well. The java docs dont explain whats required very well. On Aug 7, 6:12 pm, mscwd01 wrote: > Hi, > > I would like to get the orientation of the phone i.e. its compass > bearing (azimuth), pitch (around X axis) and roll (around Y axis). > > I