Re: [android-developers] Is there any special method to write file on removable storage on android 4.4 and above

2015-12-10 Thread J Decker
do you have something like in your androidmanifest.xml ? http://developer.android.com/guide/topics/manifest/uses-permission-element.html http://developer.android.com/reference/android/Manifest.permission.html On Wed, Dec 9, 2015 at 10:43 PM, Dinesh Balu wrote: > Hi,

[android-developers] Re: 'org.apache.http.params.HttpParam' is deprecated

2015-12-10 Thread Hanis Hassan
Somebody please help me... Until i'm still stuck at here... All java class are fine. BUT only this IRAQServerRequest.java have problems...

[android-developers] Android Media Player mMediaPlayer.setDisplay(validHolder) in surfaceCreated() bug with Prepared MediaPlayer.

2015-12-10 Thread Jimmy Tran
Hi Android Developers, I believe I have found a bug in the native implementation of the Android Media Player. My specific use case. I am instantiating a MediaPlayer with new MediaPlayer(), the very first time in the onCreateView() of my VideoFragment. When I background the app, I destroy the

[android-developers] Re: Android Media Player mMediaPlayer.setDisplay(validHolder) in surfaceCreated() bug with Prepared MediaPlayer.

2015-12-10 Thread Jimmy Tran
Hi Android Developers, *UPDATE, MORE TO DO WITH surfaceChanged() for some reason...* I believe I have found a bug in the native implementation of the Android Media Player. My specific use case. I am instantiating a MediaPlayer with new MediaPlayer(), the very first time in the onCreateView()

[android-developers] Measuring distance with IR laser sensor Nexus 6P and 5X

2015-12-10 Thread Bastiaan
Is there a possibility to measuring distance with the build in IR laser sensor? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] ANDRIOD SDK taking more Disk Space which is approximately 68 GB

2015-12-10 Thread Mohan Vajjha
Hi all, Andriod SDK taking more Disk Space which is approximately 68 GB,for every machine iam downloading sdk from web,can you please guide me to reduce the disk image.it will be more help full to me.. -- You received this message because you are subscribed to the Google Groups

[android-developers] Open my application from Calendar

2015-12-10 Thread raveesh L
I'm trying to open my android application from calendar event using CUSTOM_APP_URI Here is the code i used for inserting the events into calendar @Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);

[android-developers] Off heap memory management

2015-12-10 Thread Soumitra Kumar
Fellow Developers, I am experimenting with off-heap memory management in Java. The results are promising in Android as well. I am using FileChannel.map to memory map large segments of file and manage allocation/deallocation in that buffer to create collections. It can handle a list of 100M

[android-developers] Notification behaviors in watch chaged after Wear 1.4

2015-12-10 Thread atcle kim
In Wear 1.3.x(before November?), All notifications(which have no LOCAL_ONLY|ON_GOING...flags) in smartphone is sended to smartwatch immediately. But I guess, after wear 1.4, only some notifications(maybe vib notificaiton) are sended to watch immediately, and the others are sended in piggiback

[android-developers] Re: How to make you Android app run on Android 3.0 and bellow?

2015-12-10 Thread gc
You'll also need an emulator that you can test on unless you have a device with those versions. If you need an emulator for anything before 3.0 I recommend Genymotion. On Tuesday, December 8, 2015 at 2:16:51 AM UTC-6, Đức Nguyễn Huỳnh wrote: > > [Android Question] Hi everyone. Our app currently

[android-developers] Re: ZipInputStream getNextEntry does not return file header info

2015-12-10 Thread Simon Giddings
Shame I didn't get any answers here. Here is my solution, which might not be the best but is good for me. Use the class ZipFile to open and read the zip contents. Inspired from here ZipInputStream: getting file size of -1 when reading

[android-developers] Re: SdkController app

2015-12-10 Thread colin
Hi. Wow. I'm surprised to see this topic revived after so long! I can't offer very much help; I haven't looked at this since the time of my original post. In fact I haven't really done much Android work at all. Given the pace of change in the Android world, I'm surprised this tool is still

[android-developers] Re: Notification behaviors in watch chaged after Wear 1.4

2015-12-10 Thread atcle
I test some notifications and I supposed that wear's policy has been changed. Wear 1.3.X notification w/o vib immediately, dim screen vib{0,0} immediately, dim screen vib{0,1} immediately, screen on, vib Wear 1.4.X notification w/o vib piggyback vib{0,0}

[android-developers] Animations

2015-12-10 Thread Mabedi Motimedi
Hi everyone, can anyone help me with how to make power point like effects on my android application..how to i go about doing it... what libs to use e.g ,making text slide in out etc thank you -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] adb wireless usage for multiple devices and single MAC

2015-12-10 Thread 80Vikram
Hi All, With steps mentioned in http://developer.android.com/tools/help/adb.html#wireless , I could connect to single android device over wi-fi. I am trying to run automation scripts on multiple devices ( selenium grid setup ) and need to connect multiple devices ( without USB ). But with

[android-developers] Dynamic menu in Navigation View

2015-12-10 Thread Hector Navarro
It's possible add a notification counter to MenuItem on NavigationView (as gmail)? I'm developing a dynamic menu and I tried to do that programatically via MenuItemCompat.setActionView(), but it doesn't work: private void cargarAvisosMenu() { // Menu final Menu menu =