Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
503 views

Process started,no errors,activity not visible on Android >1.6

I have developed an App that launches and works fine on Android 1.5 and 1.6. When I try and use it on version higher then that the app's activity starts, progress dialogs popup and I can see my ...
androider's user avatar
  • 333
7 votes
3 answers
13k views

Android visibility issue with checkbox

I´m using a checkbox in my code that when its checked it makes a textview and a editText visibles, but if I uncheck de checkbox they continue being visible instead of dissapear. Here is the code: ...
fxi's user avatar
  • 115
22 votes
8 answers
34k views

Android: How to hide a ListView Item

How can you hide an item in a ListView or at least set its height to zero? I have tried setting the visibility of the View to GONE but it still maintains the item's space (height).
Tawani's user avatar
  • 11.2k
1 vote
2 answers
3k views

Android, make portions of text invisible in TextView

I suspect that adding a certain letter/character to the beginning of my text will solve an alignment problem I am currently facing. Needless to say that I do not wish for this letter to appear. Is ...
Rob's user avatar
  • 15.2k
2 votes
1 answer
4k views

Android LinearLayout Visibility issues with Animation

I am trying to swap two LinearLayouts by setting their visibility properties to "VISIBLE" and "GONE" respectively. I am also using an animation while the layouts are being swapped. The animation ...
adityad's user avatar
  • 483
0 votes
2 answers
1k views

how to handle the visibility of the ItemizedOverlay in mapview in android?

i want set the visibility to itemized overlay in map view. if the zoom level is less than 10 i want to set visibility of overlay is GONE else VISIBLE. how to do that? and also cant set zoom level ...
Praveen's user avatar
  • 91k
1 vote
2 answers
16k views

Access a thread to notify it from another method (Android application)

I'm developping an android application and trying to deal with threads without really knowing a lot about them... (Yeah bit stupid of me, I know) I'll try to explain it properly and quite quickly. In ...
Sephy's user avatar
  • 50.3k
560 votes
45 answers
312k views

How to check visibility of software keyboard in Android?

I need to do a very simple thing - find out if the software keyboard is shown. Is this possible in Android?
fhucho's user avatar
  • 34.4k

15 30 50 per page
1
38 39 40 41
42