Questions tagged [android-4.2-jelly-bean]

Android 4.2 Jelly Bean (API Level 17) is the version of Android Operating System preceded by Android 4.1.

Google announced Android 4.1 (Jelly Bean) at the Google I/O conference on 27 June 2012. Based on Linux kernel 3.0.31, Jelly Bean was an incremental update with the primary aim of improving the functionality and performance of the user interface. The performance improvement involved "Project Butter", which uses touch anticipation, triple buffering, extended vsync timing and a fixed frame rate of 60 fps to create a fluid and "buttery-smooth" UI. Android 4.1 Jelly Bean was released to the Android Open Source Project on 9 July 2012, and the Nexus 7 tablet, the first device to run Jelly Bean, was released on 13 July 2012.

Google was expected to announce Jelly Bean 4.2 at an event in New York City on 29 October 2012, but the event was cancelled due to Hurricane Sandy. The new version was announced with a press release instead of rescheduling the live event, under the slogan "A new flavor of Jelly Bean". The first devices to run Android 4.2 were the LG's Nexus 4 and Samsung's Nexus 10, which were released on 13 November 2012.

Resource

835 questions
-1
votes
2 answers

Android getting contact phone image

Hey all i have a programmer thats having some trouble with getting my phone image to display in an app. the following code is what he is using to get the contact picture: private long getContactIdFromNumber(String number) { Cursor c = null; …
StealthRT
  • 10,108
  • 40
  • 183
  • 342
-1
votes
1 answer

Android Detect Currently Logged in User

There is support for multiple user on JellyBean where user can switch between the user by using power button. Is there any way to detect currently logged in or active user on device programatically.
RPB
  • 16,006
  • 16
  • 55
  • 79
-1
votes
1 answer

Logcat color changed to be Yellow in Jelly Beans

I have updated my Google galaxy Nexus (4.0.3 ICS) to Jelly Bean ( offical update thru updates notification on phone). After updating, my logcat only gives me yellow text ( for all warning, verbose, debug, or error logcat mode). This is really…
toantran
  • 1,789
  • 17
  • 25
-2
votes
1 answer

android Navigation view is not working fine for 4.2.1 jelly bean

android navigation view is not working fine when language is arabic. This issue is only happened on 4.2.1 jelly bean. there is a alignment issue of icons.please take a look on screen shot
-2
votes
1 answer

Google Maps Api v2 Android Error

only Android 5.0 work. Error by Android 5.0 lower I have installed all SDK package. Manifest
-2
votes
1 answer

Android Programming Book (Jelly Bean)

I would like to ask if anyone knows of a good beginner's book/tutorial (or website) for Android. Preferably, presents examples suited for Jelly Bean. Thanks a lot.
LoserGuy
  • 69
  • 1
  • 3
-2
votes
1 answer

URLConnection Android 4.2 doesn't work

Please help me. There is a simple application that displays by clicking the button in TextView code html page. I try to run on android 2.3 ... works. But on android 4.2 with pressing the error takes off "Unfortunately,name_app has…
-2
votes
1 answer

Does Jelly Bean have a shell?

I am trying to set up a little dev environment on my nexus 7 running jelly bean 4.2 The only shell I could find is a terminal emulator in the google play store which has no tools, no curl, not even the sudo commmand. What does actually come with…
Julian Krispel-Samsel
  • 7,512
  • 3
  • 33
  • 40
-2
votes
3 answers

Activity life cycle in jelly bean is different

I have a strange behavior in my app when running in jelly bean 4.1.1 , when i start an Activity and press the back button to go back to the First Activity it re-create it by calling onCreate also , what i did also i handle the configuration change…
user4o01
  • 2,688
  • 4
  • 39
  • 54
-4
votes
1 answer

Google Maps not installing?

I have Jellybean 4.2.2 on my phone. (I haven't rooted my device) I recently updated Google Maps but it wasn't working. So I uninstalled it and tried to do a new install. Every time I try to install it from Play Store, an error message is displayed…
Satyam
  • 11
  • 5
1 2 3
55
56