Questions tagged [google-nexus]

Google Nexus is a line of mobile devices using the Android operating system produced by Google in conjunction with an original equipment manufacturer (OEM) partner.

25 questions
1
vote
0 answers

How to enable RecognizerIntent in android emulator?

I am an android newbie and wanted to create a small app that does speech recognition. I am using an android 4.0.3 emulator to test this. When I run it, I notice that the emulator does not have recognizer present. How can I get the a speech…
1
vote
2 answers

Application occupying Much Memory on Nexus 4.2.1

In my project I am using a few drawables for creating good looking UI and the strange problem I got is it working good on Kindle Fire with 2.3.4 version properly and occupying just 2.8397MB only, but when I run the same application in nexus 4.2.1…
Software Sainath
  • 1,040
  • 2
  • 14
  • 39
0
votes
2 answers

Bluetooth Low Energy signal processing prioritization in a crowded space

How do Androids prioritize incoming Bluetooth 4.0 messages when there are a lot of signals in a specific location? When there are a lot of beacon messages in an area (a crowd wearing Fitbit devices etc.), Android appears to process some incoming ble…
0
votes
1 answer

Which key action does the nexus phone fire when back button pressed?

I'm wondering which KeyEvent action is called when a user presses the little upside-down triangle in nexus phone when soft keyboard is open. In normal mode Nexus looks like this and the normal code works fine: Nexus without keyboard But when…
Masked Man
  • 2,176
  • 2
  • 22
  • 41
0
votes
0 answers

RecyclerView different behaviors on different phones

I have got an app which uses a RecyclerView. This app has a different behavior depending on the phone. On the first phone Google Nexus 6P there it behaves wrong and I created a question: RecyclerView adds items multiple times On the other phone…
wake-0
  • 3,918
  • 5
  • 28
  • 45
0
votes
2 answers

Android app: mkdir() fails on Google Nexus 7

I am trying to create a folder with mkdir() with an app on a Google Nexus 7 tablet. After that I am saving an image in that folder. The relevant code is: // Create the storage directory if it does not exist if (!mediaStorageDir.exists()) { …
0
votes
1 answer

Application get crashed when came back from camera

My application gets crashed when i came back from camera. Application works perfect on bellow 19 Android version but not working on OS version 19. i am using google nexus 7 to run this application. i am sending you my…
DKHirani
  • 126
  • 1
  • 7
0
votes
1 answer

Nexus tablet adding AM/PM to HTML5 time fields

I'm developing a web app which uses HTML5 time fields that is intended for use on both desktop and tablets. The time fields work fine for both Chrome and Safari on desktop, displaying '--:--' as a default value with arrows to increase/decrease time…
Roy
  • 705
  • 2
  • 11
  • 32
0
votes
0 answers

Galaxy nexus Intent.ACTION_PICK bug on Jelly Bean (4.1.1)

I've found a very frustrating bug on galaxy nexus. I start az ACTION_PICK activity to select image from, after starting it, the device shows the gallery, and immediately return and call onActivityResult, so I can't pick an image. It's only on galaxy…
ba-res-ba
  • 150
  • 1
  • 9
-1
votes
1 answer

Android Device for developing Android Apps

Possible Duplicate: Is there a way to develop android applications on the device? Is there any way by which an Android device (preferably tablet with ICS) be used for Apps development? What advantage does google nexus have for the developers?
Nikhil
  • 1
1
2