[android-developers] Re: How to integrate in app billing in android

2016-01-31 Thread jtoolsdev
There are some good blog articles online with concise information. You can fill in the rest by reading Google's documentation though I wouldn't say that documentation is Google's strong point. On Sunday, January 31, 2016 at 8:38:48 AM UTC-8, Jin Cheng wrote: > > Hello, everybody. > I am making

[android-developers] Re: Audio recording problem - fake sample rate

2016-01-31 Thread Julian Bunn
If you are only getting 8000 sps then even with interpolation to 44100 you would never see any signal above 4000Hz in an FFT, right? Are you windowing the FFT? If there are truly problems like this with the audio firmware on the LG G3 and Nexus 7, I haven't heard any reports from my users

[android-developers] High speed camera capture

2016-01-31 Thread Joshua Parrish
Hello all, I'm doing my best to develop an app for high-speed camera capture. Unfortunately, it's difficult to work with createConstrainedHighSpeedCaptureSession since there are no samples available anywhere. Would it be possible for this community to come up with a small set of sample code?

[android-developers] Eye Blink detection

2016-01-31 Thread sarmad mueen abd al mushyb
Hi I'm trying to do an app for blink detection , I'm a beginner in android . How this can de done in android ? Thanks -- 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,

[android-developers] how to distinguish sandbox order

2016-01-31 Thread gupei89
Hi, all: I am reviewing googlepay's in-app-billing, and find the desciption of purchase return is not consistency with the reality. I create an sandbox order, but actrually it return me an orderid. According to the offical pay-document described like attachment, it will not return an orderid

[android-developers] Getting MAC address in Android 6.0

2016-01-31 Thread Haianhnc Haianhnc
up vote0down votefavorite I've refer https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-hardware-id and Getting MAC address in Android 6.0

Re: [android-developers] Help me get this code working!!

2016-01-31 Thread Chuck Crisler
The error says it all and is clear. The class ProcessRegister *MUST* contain a method doinBackground. This is simple Java. Read about abstract classes/interfaces and you will understand. On Sat, Jan 30, 2016 at 4:11 PM, Jetlabb Service wrote: > I am still new to android

Re: [android-developers] RelativeLayout as a child of CoordinatorLayout

2016-01-31 Thread Angel Todorov
hey, Thanks for the feedback. I'm setting the scroll flags and scroll behaviors, here's my code (below). The issue with AppBarLayout as a first child is that whenever I set it inside of a relative layout, which is a child of the CoordinatorLayout, the scrolling behavior doesn't work. I guess I

Re: [android-developers] RelativeLayout as a child of CoordinatorLayout

2016-01-31 Thread Angel Todorov
Found the issue, app:layout_behavior="@string/appbar_scrolling_view_behavior" should be set on the SwipyRefreshLayout, not on the ListView. Thanks, Angel On Sun, Jan 31, 2016 at 1:14 PM, Angel Todorov wrote: > hey, > > Thanks for the feedback. I'm setting the

[android-developers] Android permission revoking

2016-01-31 Thread Dushyant Bhatt
Hi Team, I am working on my research project on android security. where i need to revoke some permissions of installed application. so please help me about HOW TO REVOKE PERMISSION OF INSTALLED APPLICATION ONE BY ONE. Thank You -- You received this message because you are subscribed to the

[android-developers] How to integrate in app billing in android

2016-01-31 Thread Jin Cheng
Hello, everybody. I am making a android app with in-app billing function. If you have some experience about it, please help me. Thank you for your attention. Regards Jin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from