Re: [android-developers] App failing on Samsung Galaxy 5 and 6

2015-12-03 Thread Daniel Tromp
Okay cool, two people have said it probably is permission based, I'll have a look and post back with my findings -- 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

Re: [android-developers] App failing on Samsung Galaxy 5 and 6

2015-12-03 Thread Daniel Tromp
Okay, yeah if two people have said to look at permissions then I shall do that and post back with my findings. Thanks very much On Thursday, December 3, 2015 at 10:41:56 PM UTC+2, MagouyaWare wrote: > > Sounds like you're going to have to use some debugging skills and figure > out more

Re: [android-developers] How to send reference object to a fragment in android studio

2015-12-03 Thread TreKing
On Thu, Nov 26, 2015 at 12:35 AM, Vinayak Mestri wrote: > I want to do like above code i.e student is reference variable so if i > change any values of student arraylist will reflect to actual object in > activity 1 - Look at the documentation for Fragment which

[android-developers] App failing on Samsung Galaxy 5 and 6

2015-12-03 Thread Daniel Tromp
Hi Guys, I have a hybrid app on the play store currently (The Stylista) which runs perfectly across different platforms until its loaded on a Samsung Galaxy 5 or 6.. The app opens to a white screen with my loading gif just spinning and get no further - is there something I am missing? Code

[android-developers] Add product to the Magento shopping cart using ksoap2 in android?

2015-12-03 Thread aru padam
I'm getting SoapFault - fault code: '1022' fault string: 'Please specify the product required option(s).' while adding products to the shopping cart using shoppingCartProductAdd method of Magento API . --

Re: [android-developers] How can i layout text(get the width and height) from c/c++ and in non-UI thread?

2015-12-03 Thread J Decker
I have a routine like this... void SetNativeWindowHandle( ANativeWindow *displayWindow ) { _32 new_w, new_h; _32 real_h; //lprintf( "Setting native window handle... (shouldn't this do something else?)" ); l.displayWindow = displayWindow; new_w = ANativeWindow_getWidth( l.displayWindow); new_h

Re: [android-developers] App failing on Samsung Galaxy 5 and 6

2015-12-03 Thread luiX_
I've experienced weird failures related to permissions on devices running Android 6.x but, in my case, was installing the apk directly. El jue., 3 dic. 2015 13:27, Daniel Tromp escribió: > Hi Guys, > > I have a hybrid app on the play store currently (The

[android-developers] Need you advice on my new developed apps guys plz

2015-12-03 Thread Danny Xu
Hi Everyone! I have recently developed an App called MeshBean Game Discovery. Please check it out and let me know if anything i need to improve on.Cheers! Users are facing this problem: when they try to find a good game or good app in applestore or googleplay, for top100 its always

[android-developers] whats the best app on your phone? share with us

2015-12-03 Thread Danny Xu
1. magic jack --- allow you to call north America for free 2. camscanner --- allow your cellphone to be like a scanner 3.meshbean

[android-developers] Regarding available of Android studio

2015-12-03 Thread Akhil Reddy
My laptop runs on Intel Celeron 900. I tried to install android studio but i was unable to install. Please suggest me is there any android studio available for my processor. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe

[android-developers] Whats your story behind your brand? ---to start up

2015-12-03 Thread Danny Xu
*Story---company culture* For me it is the most important thing for a brand If a brand doesnt have story, its like a person dont have a soul If you ask people who have been in sales for years they will tell you this: people believe in stories, they believe because they can relate on that

Re: [android-developers] Whats your story behind your brand? ---to start up

2015-12-03 Thread Justin Anderson
Ok seriously, this forum is not for posts like this. You have posted many times, and not once have you actually asked an app development question. On Thu, Dec 3, 2015, 2:29 PM Danny Xu wrote: > *Story---company culture* > > > For me it is the most important thing for a

[android-developers] Bluetooth

2015-12-03 Thread Justen Farnsworth
How come every Android ZTEzmax2 note3 galaxy 6 edge when I Bluetooth pair to my car stereo which is a Honda Civic Si 15 I don't get artist information or steering wheel controls all it does is play music and it says no device connected this is every device running 5.1 or higher my galaxy 3

Re: [android-developers] App failing on Samsung Galaxy 5 and 6

2015-12-03 Thread Justin Anderson
Sounds like you're going to have to use some debugging skills and figure out more specifically what is causing the problem. Given that it is marshmallow problems my first suggestion would be to look at permissions since this fundamentally changed. On Thu, Dec 3, 2015, 7:45 AM luiX_

[android-developers] Android SDK glibc issue

2015-12-03 Thread Mamta
Hi, I recently downloaded android 24.4.1 API 23 sdk and installed it. However, when trying to run aapt it gives me this glibc error: $ android-sdk-r24.4.1-api23/build-tools/23.0.1/aapt android-sdk-r24.4.1-api23/build-tools/23.0.1/aapt: /lib/libc.so.6: version `GLIBC_2.11' not found (required

[android-developers] All sdk api in single 7 zip file ?

2015-12-03 Thread Viraj Nimbalkar
Hi, I downloaded some of the files of SDK using SDK Manager. It took lot of time over 1 MB line and around 10 GB data it downloaded. Why google is not compressing all SDK files in 7z format for initial download. I compressed 10 GB folder into 2 GB using 7zip. So it means, if it would have

Re: [android-developers] Issue when removing the supportV4 library

2015-12-03 Thread TreKing
On Tue, Dec 1, 2015 at 3:13 AM, Sandeep Patel < sandeepkumar.s.pa...@gmail.com> wrote: > Now i want to add the flip animation for few fragment transition So as per > the android guide we need to use the animator for that Please indicate where the documentation says you *need* to use the

Re: [android-developers] What is the error in Android Studio

2015-12-03 Thread TreKing
On Fri, Nov 27, 2015 at 2:42 PM, Alvaro Carreño wrote: > What is the error in the android studio? why the name package is invalid? Packages should be in the form of "*com.yourcompany.yourapp*"

Re: [android-developers] Access to Music Player App Source Code possible?

2015-12-03 Thread TreKing
On Thu, Nov 26, 2015 at 7:23 PM, Richard Krämer wrote: > So my question would be if such an access would be possible? To the Google Music app? No, that's not open source. But they released this sample app some time ago. Maybe it's of use to you:

Re: [android-developers] EndlessHorizontalScrollView

2015-12-03 Thread TreKing
On Sun, Nov 29, 2015 at 9:07 PM, wrote: > Could you please help me to provide any sample code or any idea? https://www.google.com/search?q=android+infinite+listview -