[android-developers] Clarification: Is the DATA column of the mediastore for file paths?

2014-11-13 Thread Sam Duke
The docs say this column is "The data stream for the file" Just about every StackOverflow answer on the topic seems to use this column for file paths. Could someone please clarify it's intention? If it is not for file paths, how may I move from a file path for an image to an Image ID in the da

[android-developers] Untrusted Server Certificate in Android Studio(0.8.14)

2014-11-13 Thread Innolab
Hi, I am trying to compile a project in android studio(0.8.14) at enterprise level. All the proxy information is setup. But when I Build the app for the very first time, it shows* 'Server's Cetificate is not trusted'.*

Re: [android-developers] Untrusted Server Certificate in Android Studio(0.8.14)

2014-11-13 Thread Kostya Vasilyev
Looks like your Internet provider is pulling an MITM on you (for good reasons, I'm sure). I'm attaching a screenshot of services.gradle.org from Chrome. As you can see, it's issued by DigiCert. -- k 2014-11-13 15:38 GMT+03:00 Innolab : > Hi, > > I am trying to compile a project in android studi

[android-developers] Re: Creating a custom-view with rounded corners

2014-11-13 Thread Doug Gordon
I don't believe that would (or could) be possible. After all, the Android o/s doesn't "understand" the content of your background image. Those rounded corners just exist as pixels in an image and are not defined mathematically in any way so that the drawing software could clip to them. All that

[android-developers] Re: Creating a custom-view with rounded corners

2014-11-13 Thread Streets Of Boston
Simple solution: Use a FrameLayout and set the foreground drawable: https://developer.android.com/reference/android/widget/FrameLayout.html#setForeground(android.graphics.drawable.Drawable) The foreground drawable is drawn *over/on top of* the background and the children of a FrameLayout. If th

[android-developers] Re: Animate the images towards center and expand

2014-11-13 Thread sweety fx
Any suggestions??? On Wednesday, November 12, 2014 10:35:45 AM UTC-5, sweety fx wrote: > > I have 3 images in a horizantal layout > > [image1] [image2] [image3] > > If I click on any one of the image, say for example [image3], both image1 > and image2 should animate towards the center setting ima

[android-developers] cordova CLI but Android ask to set ANDROID_HOME below, what to do?

2014-11-13 Thread lselwd
I HAVE A Mac 10.9.5 installed Android SDK + Xcode ... I run ios emulator from cordova CLI but Android ask to set ANDROID_HOME below, what to do? /Users/YY/.cordova/lib/npm_cache/cordova-android/3.6.4/package/bin/node_modules/q/q.js:126 throw e;

[android-developers] Re: Animate the images towards center and expand

2014-11-13 Thread JackN
Yeah, heres one. move the image in the onDraw, use bitblt to have the images move where you want. Create a side thread to time the animation. Good luck. On Thursday, November 13, 2014 7:44:36 AM UTC-8, sweety fx wrote: > Any suggestions??? > > On Wednesday, November 12, 2014 10:35:45 AM UT

[android-developers] Best Mobile API/Player Technology for Android?

2014-11-13 Thread 'pawpaw17' via Android Developers
I want to start hosting video clips in my app - my main motivation is to be able to play short videos less than 4 minutes that are hosted on my external server. Can anybody suggest pointers/suggestions for what technologies I should consider? Video is not the most important component of the app

[android-developers] Best Mobile Video Player/API/Widget for Android apps?

2014-11-13 Thread 'pawpaw17' via Android Developers
I want to start hosting video clips in my app - my main motivation is to be able to play short videos less than 4 minutes that are hosted on my external server. Can anybody suggest pointers/suggestions for what technologies I should consider? Video is not the most important component of the app