Questions tagged [android-4.1-jelly-bean]

Android 4.1 Jelly Bean (API Level 16) is the successor of Android 4.0 Ice Cream Sandwich.

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.

For more information about new features visit Android 4.1 API Documentation.

63 questions
25
votes
0 answers

Android API 16 NDK cwctype and string build errors

Android NDK newbie question. I'm trying to compile a library using the Android NDK. I'm building for API16 and get the following errors in the build: In file included from…
24
votes
2 answers

In galaxy tab , onCompletionListener of videoView is not getting called

For video view in Android, I have added some media player listener such as onPreparedListener, onCompletionListener etc. But when video get completed then onCompletionListener is not getting called. Also we observe that something…
16
votes
0 answers

Android: WebView stops loading after several pages

I have a webview I am loading custom HTML into using loadDataWithBaseURL: mArticleWebView.loadDataWithBaseURL("http://www.example.com/", htmlString, "text/html", "utf-8", null); This will work for several pages, and then events stop firing in the…
11
votes
4 answers

unable to select row in listview in a popup in 4.1 but working in android 5.0

I have a popup in my page which has a listview. I have created design of popup in a seperate xml and loading it on some button click in my main page. The popup has a listview with each row having a image and a textview. I am not able to get row…
pankaj
  • 7,878
  • 16
  • 69
  • 115
9
votes
4 answers

Button style working in Android 5 but not Android 4

I have a button style with a blue background that works fine in API 22, but the same button appears in dark grey without the applied style in Android 4. This is my style: