0
votes
0answers
3 views
Android: ListView non-enabled items draw invisible divider
If I have a ListView with two different kinds of items, enabled and disabled ones (meaning selectable and non-selectable), Android draws a small divider correctly between the enabled items, but not …
0
votes
1answer
26 views
Progress bar in notification bar when uploading image?
Hi,
I'd like my app to upload an image to a web server. That part works.
I'm wondering if it's possible to somehow show the progress of the upload by entering an entry in the "notification bar". I …
0
votes
1answer
13 views
Android - AlarmManager recovery
Thanks to TasKiller I have reliable way to shutdown updates coming to my AppWidget from the AlarmManager! Now, sarcasm aside, how do I recover from such event? So far I only see that the Alerts are …
0
votes
1answer
19 views
A Way to kill an activity in Android
Hi,
In my android application, I start another activity using 'startActivity'.
Is there anyway for me to kill that activity I started?
Thank you.
0
votes
0answers
4 views
start activity on search button click at handset device
I want to start myactivity.class when i click on search button on the handset how can i do it ?? any quick code ??/
0
votes
0answers
3 views
table layout model data for every row with changed contents.
I am having the following xml contents which i want to use inside a table as a row data as many times by changing their data from the java code at run time.
I can get xml resource using …
0
votes
2answers
45 views
Highlight layout after delay?
Hi,
I've created my own compound widget, something just like this:
<LinearLayout>
<TextView />
<Button />
</LinearLayout>
I'm putting 15 of these in a ScrollView. I …
0
votes
4answers
933 views
Android Convert Video To MP4
I have a Android app. It recieves videos in .flv format which is unplayable by the Android phone. I was wondering how to convert the file to MP4. I could use FFMPEG, but I do not know how I would get …
0
votes
3answers
20 views
How do I bypass the “Complete Action Using …”
Hey guys,
I have a question related to choosing an application programmatically when shown the dialog "Complete Action Using" in Android.
An example would be as follow:
In my code, I have this …
3
votes
1answer
28 views
Android: Dynamically close the virtual keypad though code?
How can you dynamically close the virtual keypad through code?
All I want to do is close it when the user clicks an "Ok" button because it is not closing itself even though the button now has focus.
0
votes
1answer
8 views
android.widget.AnalogClock set time
Is there a way to have the android.widget.AnalogClock display a preset time?
I don't want to create a custom AnalogClock, I just want the regular one to display a time to my liking.
0
votes
0answers
11 views
Android - Change MediaPlayer URI
Hi there!
I have the following working code:
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
…
2
votes
2answers
111 views
does android support JDBC
Hi all
I know that on android there is android.database.sqlite package that provides helpfull classes to manage the internal android database.
The question is - can i use the standard java.sql …
0
votes
1answer
17 views
android title bar size
How can I get the size of the title bar of an activity and the size of the system bar ?
1
vote
2answers
57 views
flash + phone camera
for website that embed flash to capture camera (red5..etc). may i know is there any handset that currently support flash and can used to capture image from handset camera?
