[android-developers] Reusable About Dialogs, etc

2012-01-26 Thread momojo
Hello All; I have seen many apps that seem to be using similar components for ui including an about dialog. Is there some sdk out there that people are using to gain this uniform look and save some coding time, or is everyone just rolling their own? -- You received this message because you are

[android-developers] WebView and scrollTo

2010-10-26 Thread momojo
I have a WebView rendering content via loadURL. I am trying to implement a bookmarking system, so I can go back to a given url/y Position pair. I am attempting to do this via scrollTo. It works if the page is already loaded, however if it is not loaded yet The WebView does not scroll. I am sure I

[android-developers] runs on emulator crashs on galaxy s

2010-09-08 Thread momojo
I have an app the runs fine on my emulator and my incredible with android 2.2. Users say my app won't run on the galaxy s. What options exist to troubleshooting this? Is there a special agreement for galaxy? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Multi Touch - Does anyone know how it works

2010-05-11 Thread momojo
Ok So I've gone through several tutorials on the web. I understand how the pointerCount works , I can get two points, etc, etc. My problem is I am trying to implement a game control, i.e. dpad and some buttons. The buttons are actually TextView objects with images. I Implement OnTouchListener

[android-developers] ListActivity selection behaves oddly

2010-05-07 Thread momojo
I have a very large ListActivity with about 1000 items. I allow the user to type so I can filter the list. The problem is that when I try to grab the list item that the user clicks on (after filtering) I get the wrong Item. I am obviously missing something in the API? -- You received this

[android-developers] Contacting Market Customers

2010-04-09 Thread momojo
I have an app which relies on a 3rd party service. I usually have about a 75% retention rate and good ratings all around. The other day the service my app uses had some technical difficulties. This caused my app to FC for many users and unfortunatley those are usually the customers that rank an

[android-developers] Android PDF library

2010-04-05 Thread momojo
Are there any android pdf libraries that are pretty well mature? ie show images, etc? I am workig on an app that will basically allow reading of PDFs and I wanted to check here to see if there is an accepted means of doing this. -- You received this message because you are subscribed to the

[android-developers] MediaPlayer Error Codes

2010-03-25 Thread momojo
I have a MediaPlayer app which seems to be working fairly well for streaming media. However I get error codes in my OnErrorListener every so often and I have no idea what they mean. Can someone explain what the following codes mean and what the appropriate action to take is? sometimes i get an

[android-developers] MediaPlayer for Streaming audio.

2010-02-23 Thread momojo
I am trying to stream mpeg audio from a url on the web via MediaPlayer. I am getting an error on the prepare call. 02-23 13:05:12.626: ERROR/PlayerDriver(554): Command PLAYER_INIT completed with an error or info PVMFErrCorrupt 02-23 13:05:12.636: ERROR/MediaPlayer(1147): error (1, -10) 02-23