Posts by Informatheus • 205 points
9 posts
-
1
votes0
answers98
viewsQ: Floating Action Button in Player - Play Animation for Stop
In my radio app there will be a FloatingActionButton to play. What I would very much like to implement in this Button the animation of the play icon transforming into the stop icon, more or less as…
-
0
votes1
answer171
viewsQ: I cannot import the lib aacdecoder correctly
Although I have already unpacked the lib contents in both the libs folder and jniLibs folder, I can’t import the classes. I’ve already rebuilt. Any help is welcome. Thanks in advance. UPDATE ->…
-
0
votes1
answer39
viewsA: How to edit editTexte keyboard to take up less space?
I do not know if I understood it right but see if it is not the case to set it in Edittext: android:imeOptions="flagNoExtractUi"
-
1
votes2
answers561
viewsA: Create menu button at the bottom in Google maps v2 android
I believe it’s a Drawerlayout: It allows a Fragment to be "hidden" to the left or right of the screen.…
-
1
votes1
answer216
viewsQ: Help to migrate from Actionbar.Tabs to Viewpager because of API 21
From what I understand, the hosting of tabs in actionbar has become obsolete in API 21. I still don’t understand why (if someone explains it better I appreciate it) but what I can do is adapt. I did…
-
3
votes1
answer74
viewsA: Start a new Fragment when searching
I think your code is a bit confusing but I’ll try to help. This method only defines which menu will be displayed when the user clicks on the options: @Override public boolean…
-
0
votes2
answers129
viewsA: Using Fragment, Activity Error
The answer the user Wakim already gave in the comments, I think you should call getSupportActionbar() instead of getActionBar() by using Actionbar via support library. I also think your Activity…
androidanswered Informatheus 205 -
2
votes0
answers4090
viewsQ: Digital signature error when updating APK on Google Play
When migrating to Android Studio, it did not work to import my old project. So, and not being a very complex app, I created another one with the same package and exported using the same Keystore,…
-
0
votes0
answers294
viewsQ: Reference to objects
To what extent a reference to an object is exactly equal to it? I’ll explain my situation: Within a Adapter, i need to print a particular item in a list. The criterion for coloring that item is in…