Android 3.1 (codename Honeycomb) is API level 12 of the mobile operating system developed by Google. This version is an adaptation for larger screens to better support tablets.
Questions tagged [android-3.1-honeycomb]
20 questions
57
votes
5 answers
How do I do something when an animation finishes?
I have an ImageView that I use to show progress via an AnimationDrawable. When I want to show my progress spinner, I do this:
animDrawable.start();
ObjectAnimator.ofFloat(view, "alpha", 1.0f).setDuration(300).start();
When I want to hide the…

i_am_jorf
- 53,608
- 15
- 131
- 222
8
votes
3 answers
How does one Animate Layout properties of ViewGroups?
I have the following layout:
…

i_am_jorf
- 53,608
- 15
- 131
- 222
3
votes
1 answer
Packaging a native library into an APK
How do I do this from Eclipse? I can't find any way. I tried creating a build.xml with the following and adding it as the final builder:

Ian Kemp
- 28,293
- 19
- 112
- 138
3
votes
1 answer
Name of GridLayout in Android Studio 3.1 or how can I use it in 3.1?
What is the name of GridLayout in Android Studio 3.1 or how can I use it in 3.1?

Meylis Toylyyev
- 31
- 1
- 2
2
votes
3 answers
Loading URL in WebView for Android 3.1 fails on device but works on emulator
I'm trying to load the following URL into a webview: index.html?name
This works fine on Android 2.2 device and emulator, as well as Android 3.1 emulator. However, when I load the app up on my Android 3.1 galaxy tab, I am met with an error:
Webpage…

user979551
- 23
- 2
- 4
2
votes
0 answers
How to get text selected before user clicks on Copy
I have a WebView and I want user to be able to select text and then display a QuickAction so that they can choose the action he will perform on that text he just selected.
The problem I have is that I can't find a way to get text selected before the…

zov
- 4,092
- 1
- 16
- 19
2
votes
2 answers
How can i delete instant app support on my project in Android Studio
I'm new at Android Development. I see a new feature on Android Studio after update. There was a Instant App Support on there. I thought It is a instant view and i clicked it and now i know what it is. How can i remove that support on my…

Fatih Gul
- 25
- 1
- 1
- 8
1
vote
1 answer
When starting a new Activity, the Home screen background is visible for a split second
When running the trivial test activity below on a Samsung Galaxy Tab 10.1" (Android 3.1), I see a short flash of the home screen background, before TestActivity2 is started.
This flash is not seen
- when running without the…

Marc Van Daele
- 2,856
- 1
- 26
- 52
1
vote
0 answers
Android 3.x. How to preserve text selection when opening a dialog
When dialog is shown, the word I selected by double click is losing selection.
Step-by-step:
I double click on a word, the word is selected and "Text Selection" menu is shown at the top of the sreen.
I click on a button and display a dialog. Once…

alex2k8
- 42,496
- 57
- 170
- 221
1
vote
4 answers
Run IDE, for Java, ON Android 3.1
I am about to purchase a tablet probably a Thrive. I need to know if I can write applications in Java, to use on a regular PC, on a tablet using Android 3.1. I am in school and I write a lot of applications using Java. I need to be able to write…

aStackofQueues
- 57
- 1
- 7
0
votes
1 answer
Dialog is displayed twice when the orientation is set to portrait in Android 3.1, but works fine in 3.2
I have an Android app that begins by displaying a dialog. When I set the orientation to portrait and run on an Android 3.1 emulator, the dialog is displayed, but once the user dismisses it, it is displayed again. This doesn't happen on the 3.2…

BenH
- 2,100
- 2
- 22
- 33
0
votes
1 answer
Android 3.1, trouble displaying two counters side by side
Im new to programming and I am having a hard time trying to figure this one out. I'm trying to create two visible separate counters on each side of the tablet. One is the the left of the tablet, the other on the right of the tablet. When i click…
0
votes
1 answer
Adding calendar application to emulator in Android 3.1 (Honeycomb)
I would like to use Calendar by programming in honeycomb emulator. However, there is no calendar in the emulator. Therefore, I cannot write a program which uses Calendar to add or edit an event. I synchronized a gmail account and the emulator got…

Onur Demir
- 708
- 2
- 13
- 35
0
votes
4 answers
Android Studio 3.1.4 does not show layout preview
I recently installed an update of android studio v 3.1.4 and I am trynig to design some Layout for my app . But the previous does not showing the result of my Xml code . When i synchronize the project it run succefully ..where is the matter ?
i …
user9815201
0
votes
1 answer
Black Screen ListView in dialogFragment Xamarin Android
First the listview is GONE then it goes VISIBLE when i click a button but im having this error only in Mobile Devices with Android 3.1 the listview not showing. I try with the cachecolorhint #00000000 but its not working. Im currently developing…

CheckM
- 21
- 4