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 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 approach is the best?
>
> Regards,
>
> Marcel Molenaar
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/c384f425-f8d3-485a-9b6a-03cac353cf7b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXAR4ryw_8toBdNUOLVJ4nXmi1VZFdNMu%3DNweyrNQk7ZJ7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 
on a wearable device using NotificationCompat.Builder but I am not sure if 
this applies to handheld devices as well.  Any help would be appreciated! 
Thank you!

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a08f1174-89ca-429b-bd5e-6af865fa2ef4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 = (RelativeLayout) 
this.findViewById(R.layout.activity_menu_on_loadup);


-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3e9b6bae-f57c-471f-a7aa-14a69274fa3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0016c49c-bc68-4960-9fc9-a8df5cdfd830%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e2bf15bf-8950-4c09-8d96-bf690233d153%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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: unknow param 0x0b44
E/eglCodecCommon: glUtilsParamSize: unknow param 0x0bd0
E/eglCodecCommon:  ERROR unknown type 0x0 (glSizeof,72)
E/eglCodecCommon:  ERROR unknown type 0x0 (glSizeof,72)
E/eglCodecCommon: glUtilsParamSize: unknow param 0x0b44
E/eglCodecCommon: glUtilsParamSize: unknow param 0x0bd0
E/chromium: [ERROR:buffer_manager.cc(313)] 
[.Parent-Compositor-0xa44be900]GL ERROR :GL_INVALID_OPERATION : 
glBufferData: <- error from previous GL command
etc...

Wondering if I should try to use a different WebView engine (e.g. 
Crosswalk, not sure yet their tools work on Mac) or if this is a problem 
with the Javascript library I am using.

Thanks for any help!


chr

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3cb8cc62-23e5-444a-a7b1-74d67de3ba2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1c16c35b-7a91-4ecb-a5ce-d82160879a94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
private space are okay to chmod the files. ( fyi: the chmod technique that 
damon came up with for this was never google/android official ) 

There does not need to be any modification of privileges on these files 
once unzipped for the python interpreter to use for imports. 

I fixed this bug by modifying the Utils and ScriptActivity java files. You 
will no longer get the EPERM errors on install. I forked this project and 
added the PIE executables too so this you can run python apks on api 5.0 or 
greater now.  

my repos is here : https://github.com/ainsophical/droid-python

Cheers, 

-Michael

On Saturday, January 23, 2016 at 5:50:18 AM UTC-5, Polyvios Liosis wrote:
>
> Hello.
> I tried to install an apk (from android-python27 project) which unzip and 
> chmod some files in my storage, but I get the following Error (API 21):
>
> Unzip extracted 
> /storage/emulated/0/com.android.python27/extras/python/xml/etree/ElementPath.py
> 01-18 17:08:54.403 20996-21039/com.android.python27 W/FileUtils: 
> Failed to 
> chmod(/storage/emulated/0/com.android.python27/extras/python/xml/etree/ElementTree.py):
>  
> android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
>
> This is happening for every file in folder extras. As a result I cannot 
> run the python scripts. When I try to install the apk in my another android 
> device (API 16) it chmod with success (and I really don't know why). 
> I tried to change the permission via adb shell but it didn't work
>
> So is there a way to solve this matter? 
> Thanks in advance.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1f5666a8-ca59-4abf-ba1a-85ab13cfd08d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
private space are okay to chmod the files. ( fyi: chmod technique that 
damon came up with for with this never google/android official ) 

There does not need to be any modification of privileges on these files 
once unzipped for the python interpreter to use for imports. 

I fixed this bug by modifying the Utils and ScriptActivity java files. You 
will no longer get the EPERM errors on install. I forked this project and 
added the PIE executables too so this you can run python apks on api 5.0 or 
greater now.  

my repos is here : https://github.com/ainsophical/droid-python

Cheers, 

-Michael


 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/293107af-f5af-49a5-8a37-120b6100ab39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Android V6 on Nexus 5X, 6, 6P, 7 & 9.
>

Could you check this app (http://app.trekken.com.br) to see if it works? It
should start automatically and record your trip while you are driving.


> However I don't use the Location API class much and where possible prefer
> to use the lower level NMEA listener interface -
> http://developer.android.com/reference/android/location/GpsStatus.NmeaListener.html
>

I believe you are right, it is a FusedLocationApi bug related. I will make
some tests with the GPS_Provider to check it out. Until Android 6,
FusedLocation worked pretty good, giving low accuracy and speed.  The app I
mentioned before uses FusedLocation and it is not working anymore.


> You could use the NMEA listener interface as a temporary work around and
> create your own Location objects from the lower level NMEA data (this works
> fine, I also do this when using external Bluetooth GPS receivers with
> Android devices - converting GPS NMEA data back into Location objects, you
> just need to do the relevant data conversions between the different
> measurement units...)
>

Regarding the NMEA 0183, I read over the Internet that some manufactures
define its own codes. Is it a problem with android? Would you have to take
into account different manufactures codes to parse NMEA sentences ?

Cheers,

Rodrigo


> Regards
>
>
>
> On Tuesday, March 1, 2016 at 1:39:35 AM UTC+11, Rodrigo Saad wrote:
>>
>> Hello,
>>
>> We are experiencing problems with GPS in almost all smartphones (Nexus,
>> Mogo-G 2nd, Moto-G 3nd, Moto-X) with Android 6 (Marshmallow). In our case,
>> it does not acquire a good accuracy and, consequently, it does not return
>> the speed anymore (location.getSpeed). There is an open ticket but without
>> any update from google since last December (
>> https://code.google.com/p/android/issues/detail?id=190376).
>>
>> Anyone else having the same problem? Any advice to solve it, at least
>> temporarily?
>>
>> Cheers,
>>
>> Rodrigo Saad
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/2He1mUMH6lc/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/dbf62523-d8ed-4926-9f1a-dbc83195d9fc%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANzvxAFb7%3D6oqimNjn7cpuODWY2m%2B0%3DQMWXcGgDVQ6GUGLpuzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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
>
> 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:
>>
>> Me and my friends try to make a Android Wear app that will communicate
>> with Beacons. We have to provide bluetooth connection between our wear and
>> beacon in our program. But we have not found any information about Android
>> wear bluetooth connection code example or something else. If there is a any
>> informations you knew, pls tell me and rescue me this struggle. Our wear is
>> Sony Smart Watch 3 by the way. Thank you for now.
>>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/de19fd91-3d58-42ff-a756-f772adac394a%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAMCsUi5aaYgf3%3Dc3zYPJSo47kgwe2k3jyHcY90u%3DpezsZoEYyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 required.

Experience in software development is required. Design/Architecture skills
would be highly desirable as well.

Knowledge of Java(1.7,1.8), JEE, Spring, JPA

Comfortable working with java web servers like tomcat, jetty and tools
Eclipse, STS, Maven

Understanding of service oriented architecture and best practice

Familiarity with object oriented and functional programming concepts

Knowledge with REST and JSON technologies would be helpful and a plus

Familiarity with software design patterns



*Thanks and Regards…*

Pragyan Dixit

Technical Recruiter

[image: cid:image001.jpg@01D14DEF.5BAD6DB0]408-722-9446 ext. 5099 [image:
cid:image002.jpg@01D14DEF.5BAD6DB0]pragya...@e-solutionsinc.com

ADDRESS:- e-Solutions Inc| 2 N. Market St., Suite # 400, San Jose, CA
-95113,

WEBSITE:- www.e-solutionsinc.com

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAC39az6nO%3D_JrDnbmPn7es5CgBXTY7K-Oq%3DM3qCHTKB6LMVMQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 Google Play Developer Console? Point is that full list creating and 
keeping them  is very difficult, the price of products may vary, or the 
person will have some  discount coupon. Support all  discounts and prices  
list   will be very difficult.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/dcf5b6ae-1330-4aa9-ba87-54efc805b9ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 = File.createTempFile("myvid", "mp4", 
getCacheDir());

tempmp4 .deleteOnExit();

FileOutputStream fos = new FileOutputStream(tempmp4 );

fos.write(myvideo);

fos.close();


//im stuck here for show video from byte
FileInputStream fis = new FileInputStream(tempmp4 );


} catch (IOException ex) {



ex.printStackTrace();

}

}

best regards raldes :)

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1ecfd45e-af36-4354-addd-9632acccf139%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:
>>
>> Recently, I need a backup phone for another SIM card. I won't use the
>> phone a lot, other than making phone calls. And I travel all the time. So I
>> would like the phone to be power-efficient and have long standby time.
>> Since the phone will not be my daily driver, I would love it if its price
>> is under $100. Thank you.
>>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/d08acfd9-87d8-495e-9a56-2af17d07cd89%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABfabRiDaJRXs4DJQNh1rePARSRtb_Vgq9JUcHNCJm98CY2fRQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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
*



*Java Developer*

*6+ month contract position*

*Eagan, MN*



•  4 years of RAD, Clear Case and reporting tools experience.

•  3 years of DB2, SOA, MQ Series and WebSphere experience.

•  2 years of Airline Java development experience.

•  Proficient in n-tier application design and development using
Java, Servlets, JSP, JSF, JDBC, JNDI, JAXB, JMS, MDB, EJB, MQ Series and
Web Services.

•  Experience in frameworks like Struts, Spring and Hibernate.

•  Experience in web servers like BEA Web Logic, GlassFish, IBM Web
Sphere, Tomcat and JBoss.

•  Experience in HTML, XML, XSLT, XPATH, XSL, SAX, DOM, AJAX,
JavaScript.

•  Hands on experience in building projects using popular IDEs such
as Eclipse, RAD, and Net Beans.

•  Good knowledge of Design patterns like Model View Controller
Architecture, Session Façade, Service Locator, Front Controller, Command
Pattern, Data Access Object, Spring DAO, Abstract Factory Method, Factory
Method and Singleton Pattern.

•  Good knowledge of the unit testing framework JUnit Framework.

•  Expertise in RDMS like Oracle, SQL Server and MySQL and DB tools
TOAD and PL/SQL Developer.

•  Experience in Source Configuration Management tools like CVS,
VSS and SVN.







*Richard Wilson*
IT Recruiter, GLOBALWEBMASTER

(803) 883-9349| rich...@globalwebmaste.us |

http://www.globalwebmaster.us | Skype: richard.wilson725
 |

160 Beach, Rockaway Park, NY 11694

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJMDUimzg%2B8nZFJ0a%3D3-h-Fgw9qvd0ii%2B%2Bw2RD-BY41UZWR9Og%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 
"./obj/local/armeabi-v7a/libcryptopp.so" not found


If I instead targetSdkVersion 22, the error disappears. I really have no 
clue why this is happening, besides some potentially low level changes in 
Android Marshmallow. Relevant StackOverflow post can be seen here 

 
along with a GitHub sample project with the issue here 
.

Targeting 22 worked fine, until I went to upload my new app onto the 
PlayStore. I had previously uploaded an apk using 23 as the target, and 
apparently it wont let me upload a new apk with a lower target, giving me 
the error:

"This configuration cannot be published for the following reason(s):
It is forbidden to downgrade devices which previously used M permissions 
(target SDK 23 and above) to APKs which use old style permissions (target 
SDK 22 and below). This occurs in the change from version 9 (target SDK 23) 
to version 17 (target SDK 22).
Version 9 is not served to any device configuration: all devices that might 
receive version 9 would receive version 17."

So basically, it seem like I need to get this to work, while targeting api 
level 23. And that is where I am stuck right now...
I am looking into alternative libraries right now, but that 

 
isn't going so well. Any help here would be appreciated!

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d770ddfc-dd43-4a9d-9b7a-bd5bbd48ddfd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 approach is the best?

Regards,

Marcel Molenaar

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c384f425-f8d3-485a-9b6a-03cac353cf7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/866e743d-8c1d-431d-900e-fb78e89d8a2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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:
>
> Me and my friends try to make a Android Wear app that will communicate 
> with Beacons. We have to provide bluetooth connection between our wear and 
> beacon in our program. But we have not found any information about Android 
> wear bluetooth connection code example or something else. If there is a any 
> informations you knew, pls tell me and rescue me this struggle. Our wear is 
> Sony Smart Watch 3 by the way. Thank you for now.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/de19fd91-3d58-42ff-a756-f772adac394a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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  
> 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?
>
> For instance, there is a 
> https://github.com/googlesamples/android-Camera2Video, but changing it to 
> contain a high speed request is a bit confusing. Where I'm having trouble 
> is specifically calling the camera requests. One must create a list, 
> instead of using the request builder due to the need to use 
> setRepeatingBurst. That said I run into several issues. One being that the 
> createConstrainedHighSpeedCapture is supposed to produce a 
> CameraConstrainedHighSpeedCaptureSession 
> ; but I don't see how to do that since 
> createConstrainedHighSpeedCaptureSession 
> actually produces a CameraCaptureSession.
>
> Basically, all I'm asking for is sample code for:
>
> createConstrainedHighSpeedCaptureSession
>
>  with an onConfigured callback
>
> inside the onConfigured one needs to use createHighSpeedRequestList and 
> setRepeatingBurst
>
>
>
> If a sample for just that piece could be created I would be very 
> appreciative. 
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ee6d6a13-eb1b-43a7-8cc4-926bc8255145%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
others...

I'd suggest you do test your android wear apps on actual android wear 
devices where possible.

Regards

On Monday, February 29, 2016 at 11:20:29 PM UTC+11, Adrees 85 wrote:
>
> Hello Guys ,
> i'm working on android app development from 6 month. i heard about android 
> wear development and its look interesting to me. i want to know should i go 
> for android wear development ?
> any recommendation ?
> manny 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, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/31fd0fa3-d24e-427e-88d0-c2d6f0e1da45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.