Re: [android-developers] One big json call or multiple per activity calls for json?

2016-03-01 Thread sardar khan
i think good practice is to load all data first time and save it. On Tue, Mar 1, 2016 at 8:34 PM, Marcel Molenaar wrote: > Hello, > > What is good practice? > > I consider to do one call to my serverside json file at the first activity > of my app and get all my data at

[android-developers] Notification App Android Studio

2016-03-01 Thread Danielle Anderson
I am trying to create an application that receives text messages from my mobile phone and then displays them on another device such as a tablet. Just curious if anyone has any recommendations on where/how to start? The android developer site has a lot of information show how to implement this

[android-developers] Re: ImageView not showing

2016-03-01 Thread Elijah Smith
I added the imageview to the layout, but accessing the layout has an underline in Intellij. It says: "Expected resource of the type int". I don't call this an error because it doesn't seem to actually be causing one, but I am confused as to what it wants me to do. RelativeLayout layout =

Re: [android-developers] ImageView not showing

2016-03-01 Thread Elijah Smith
I apologize for being a noob, but how would I go about accessing that layout that was defined in an xml file? As simple as it probably is, I can't find a method after a few searches. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Re: Image adquisicion app

2016-03-01 Thread developer
i need acquire image and have control on the flashlight to turn on or turn off while i see image of the camera. -- 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

[android-developers] Android TV - WebGL in WebView

2016-03-01 Thread gabon
Trying to run WebGL content on a WebView. Emulator is API 21, TV is Marshmallow. In both cases the content doesn't show. On the emulator I get the following error: W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xa3d40400, error=EGL_SUCCESS E/eglCodecCommon: glUtilsParamSize:

[android-developers] TCP header Options field

2016-03-01 Thread New Sigma
Hi, Is there any way for a app to insert data into the Options field in the TCP headers (RFC 793)? Thanks in advance, NS -- 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] Re: Chmod failed: EPERM (Operation not permitted)

2016-03-01 Thread Michael G
This was a problem with chmod'ing external storage files once upzipped. I'm not sure why this would have ever worked even on lower apis though. It doesnt make sense that you can chmod something not in its own private user space, i.e. public external storage. However, the python executables in

[android-developers] Re: Chmod failed: EPERM (Operation not permitted)

2016-03-01 Thread Michael G
This was a problem with chmod'ing external storage files once upzipped. I'm not sure why this would have ever worked even on lower apis though. It doesnt make sense that you can chmod something not in its own private user space, i.e. public external storage. However, the python executables in

Re: [android-developers] Re: GPS Issue with Android Marshmallow

2016-03-01 Thread Rodrigo Saad
Hello Gary, Thank you for your reply. > > I checked https://code.google.com/p/android/issues/detail?id=190376 and > also tested with Nexus 5 running Android V6.0.1 (that's the device most > mentioned in the ticket) and GPS is working ok for me on the Nexus 5. GPS > is also working ok for me with

Re: [android-developers] Re: Android Wear Ibeacon and Bluetooth

2016-03-01 Thread mike digioia
how can I help On Tue, Mar 1, 2016 at 2:51 AM, m.andrew wrote: > Probably it will help: > https://github.com/AltBeacon/android-beacon-library > https://altbeacon.github.io/android-beacon-library/samples.html > >

[android-developers] AS Discuss||Java Server Side Developer(Green card)(12+ Months,CO)

2016-03-01 Thread pragyan dixit
Hi, Hope you are doing great. I have a urgent direct client requirement , Please send me your updated profile. Below is the Complete Requirement *Role: Java Server Side Developer**(Green card)* *Location: Denver, CO* *Duration: 12+Months * *Job Description:* 8 years xperience

[android-developers] Android IAP. Selling items with different prices

2016-03-01 Thread Антон Колядин
I'm developing the application for Android. This application will give the opportunity to buy built-in games (text quests). There is the site on which they are sold and API that returns prices of games data. Can we somehow accept payments without creating a list of available products in the

[android-developers] How to play video from byte?

2016-03-01 Thread Raldes Krisnu Pratama
hello there.. how i play video from byte? is it possible? this my code byte[] mybyte = new byte(somefile.length); playvideo(mybyte); private void playvideo(byte[] myvideo) { try { // create temp file that will hold byte array File tempmp4 =

Re: [android-developers] Re: I want to buy a backup phone but with long battery life. Any recommendation?

2016-03-01 Thread Steve Gabrilowitz
If all you want is phone calls with long battery life then it might be best to get a little clamshell phone for about $15 On Mar 1, 2016 2:22 AM, "Abhishek KUMAR SARKAR" < abhishek.kumar.sark...@gmail.com> wrote: > > > On Tuesday, March 1, 2016 at 12:24:59 PM UTC+5:30, rayray wrote: >> >>

[android-developers] Jr. Java Developers in Eagan, MN

2016-03-01 Thread Richard Wilson
Good Morning, *I am looking for a **Jr. Java Developers** in **Eagan, MN** for a **6+ months contract position**.* *Consultant must be **US Citizen** or a **Green Card Holder** and have **Airline Experience.* *Send your resume to rich...@globalwebmaster.us *

[android-developers] targetSdkVersion 23 UnsatisfiedLinkError .so file not found

2016-03-01 Thread Thomas Colligan
I have run into an issue which has finally boiled over and burnt me. I am using a C++ library and the NDK in one of my apps, with Android Studio. When I targetSdkVersion 23 I get the following error on Marshmallow devices, causing a crash: java.lang.UnsatisfiedLinkError: dlopen failed: library

[android-developers] One big json call or multiple per activity calls for json?

2016-03-01 Thread Marcel Molenaar
Hello, What is good practice? I consider to do one call to my serverside json file at the first activity of my app and get all my data at once. My college prefers to split it up into separate json calls in each activity so only data for that specific activity will be requested. Which

[android-developers] How can i develop android facial MakeUp Application

2016-03-01 Thread developer . uitoux
is there any library or sdk availbale for developing android application -- 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] Re: Android Wear Ibeacon and Bluetooth

2016-03-01 Thread m.andrew
Probably it will help: https://github.com/AltBeacon/android-beacon-library https://altbeacon.github.io/android-beacon-library/samples.html http://developer.android.com/reference/android/bluetooth/le/BluetoothLeScanner.html On Sunday, February 28, 2016 at 10:40:52 PM UTC+1, Buğra Öztürk wrote: > >

[android-developers] Re: High speed camera capture

2016-03-01 Thread Aaron Wetzler
Joshua, did you find a solution to this? We also need it. On Sunday, January 31, 2016 at 10:02:46 PM UTC+2, Joshua Parrish wrote: > > Hello all, > > I'm doing my best to develop an app for high-speed camera capture. > Unfortunately, it's difficult to work with >

[android-developers] Re: Android Wear development

2016-03-01 Thread gjs
Hi, Sure why not, if you know some android already you are 'half way' there already. In fact many android (phone) apps will actually work to varying degrees on android wear devices, but they do suffer certain limiting restrictions - tiny screen size, usually no camera, no google maps and some