[android-beginners] Regarding thumb of the seek bar

2010-06-30 Thread ameya dandekar
Hi.. I am currently working on an application in which i am using the seek bar for showing progress of the song playing, i m using the in built seek bar of our android , in which instead of the default thumb image of android , i have an custom image for that in my application, it works

[android-beginners] Fwd: Regarding thumb of the seek bar

2010-06-30 Thread ameya dandekar
Hi.. I am currently working on an application in which i am using the seek bar for showing progress of the song playing, i m using the in built seek bar of our android , in which instead of the default thumb image of android , i have an custom image for that in my application, it works

Re: [android-beginners] When clicking on a widget, how to make it just change the text inside the widget?

2010-06-30 Thread Mark Murphy
On Tue, Jun 29, 2010 at 11:31 PM, cellurl gpscru...@gmail.com wrote: I have a working widget. When pressed, it launches a class. Instead of launching a class, I just want it to change the text in the widget and also change setOnClickPendingIntent to something different. Use a service or

Re: [android-beginners] Your content must have a ListView whose id attribute is 'android.R.id.list'

2010-06-30 Thread Mark Murphy
On Tue, Jun 29, 2010 at 9:09 PM, dutch beetdo...@gmail.com wrote: I am currently receiving the error java.lang.RuntimeException: Your content must have a ListView whose id attribute is 'android.R.id.list' and I cannot for the life of me figure out what i'm missing. Can anybody assist me on

[android-beginners] Android:Image Not Displayed In WebView

2010-06-30 Thread Maxood
I have placed my image login_button.png in assets folder. Here's my code: WebView content =(WebView)findViewById(R.id.book_content); content.loadData(img src='file:///android_asset/ login_button.png' /,text/html, utf-8); I'm getting page not found on emulator. Where am i wrong precisely?

[android-beginners] Beginner...How to test android application?

2010-06-30 Thread Rushikesh Khadtare
How to test application? Need help on testing application? How to test application in different resolution? Any one know any help then suggest link. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question

Re: [android-beginners] Beginner...How to test android application?

2010-06-30 Thread Mark Murphy
On Wed, Jun 30, 2010 at 7:19 AM, Rushikesh Khadtare khadtare.rushik...@gmail.com wrote: How to test application? http://developer.android.com/guide/developing/testing/index.html How to test application in different resolution? http://developer.android.com/guide/developing/eclipse-adt.html#AVD

[android-beginners] Re: Problem Using Geocoder

2010-06-30 Thread Jake Colman
T == TreKing treking...@gmail.com writes: T On Fri, Jun 25, 2010 at 8:23 AM, Jake Colman col...@ppllc.com wrote: Can anyone tell me what this means? As an aside, I wonder if this could be related to why Google Maps cannot show me my location and the Browser says location

Re: [android-beginners] Re: Problem Using Geocoder

2010-06-30 Thread TreKing
On Wed, Jun 30, 2010 at 8:44 AM, Jake Colman col...@ppllc.com wrote: Yes, I am using the emulator and, yes, the emulator was created with a GPS. Did you use DDMS to send the emulator a position? -

[android-beginners] Re: LogCat

2010-06-30 Thread DonFrench
Thank you! On Jun 27, 12:29 am, Indicator Veritatis mej1...@yahoo.com wrote: That was completely uncalled for and even completely unjustifiable. Why, your own response is more like that of a petulant child than any thingDonFrenchsaid. After all Don French gave an excellent list of reasons

[android-beginners] Re: Fwd: Log cAT DISAPPERAS

2010-06-30 Thread DonFrench
This is a known bug. Here is a thread about this. http://groups.google.com/group/android-beginners/browse_thread/thread/bb0f47904241a462/b728a0538cd9a7cd?lnk=gstq=donfrench#b728a0538cd9a7cd As I mentioned in that thread, you usually don't have to restart Eclipse. On Jun 29, 3:36 pm, Emmen

[android-beginners] First ever Android app: Wifi Agent!

2010-06-30 Thread Android Team
Hey guys, I have just finished my first ever Android app and it is on the market for 99 cents. I would really appreciate it if anyone would like to try it out and provide some feedback. The app has 3 main functions: Display current wireless networks with detailed information Start a logging

Re: [android-beginners] Re: LogCat

2010-06-30 Thread Adrian Vintu
I always use this http://www.adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx BR, Adrian Vintu http://adrianvintu.com On Wed, Jun 30, 2010 at 6:31 PM, DonFrench dcfre...@gmail.com wrote: Thank you! On Jun 27, 12:29 am, Indicator Veritatis mej1...@yahoo.com wrote:

[android-beginners] Re: Regarding thumb of the seek bar

2010-06-30 Thread Roger
I have noticed this behavior even with the default thumb. What I did was, instead of using the whole seek bar, only use 90% of it. If the thumb position is 5%, then set it at 5%. Likewise, if it's 95%, set it to 95%, so basically the thumb will go from 5% to 95%. Yes, the seek bar becomes a

[android-beginners] Appwidget Getting Location Updates

2010-06-30 Thread Jake Colman
I would like my appwidget to get updates upon a change of location but I have a few questions. 1) I start a service in the appwidget's onUpdate() method. Is it appropriate to have location updates processed by the same service? 2) When using requestLocationUpdates() am I better off to use

Re: [android-beginners] Appwidget Getting Location Updates

2010-06-30 Thread Kostya Vasilyev
Jake, PendingIntents are not limited to launching activites. When a PendingIntent fires, it just fires - the results of it firing depend on how the PI was created. If it's a broadcast event, it can be handled anywhere, and depends on where / how a handler for this broadcast event is

[android-beginners] Re: Application still consumes battery even tough it is closed

2010-06-30 Thread Indicator Veritatis
That link is a good start, and required reading, but I see they have still left in the vague and contradictory language concerning which callback must come next. I am referring to the wording in the state diagram and the table concerning whether onStart() or onRestart() are next, and which

Re: [android-beginners] Appwidget Getting Location Updates

2010-06-30 Thread james pruett
example gps code which may or may not be useful. http://code.google.com/p/speedlimit/source/browse/BSD-VI%2027M/src/org/wikispeedia/backseatdriverVI/Translate.java?r=164 On Wed, Jun 30, 2010 at 2:41 PM, Jake Colman col...@ppllc.com wrote: I would like my appwidget to get updates upon a

Re: [android-beginners] Re: Fwd: Log cAT DISAPPERAS

2010-06-30 Thread Emmen Farooq
lol thnks a lot for the reply :) -- so it stands solution less On Wed, Jun 30, 2010 at 9:34 PM, DonFrench dcfre...@gmail.com wrote: This is a known bug.  Here is a thread about this.

[android-beginners] Re: Problem Using Geocoder

2010-06-30 Thread Jake Colman
T == TreKing treking...@gmail.com writes: T On Wed, Jun 30, 2010 at 8:44 AM, Jake Colman col...@ppllc.com wrote: Yes, I am using the emulator and, yes, the emulator was created with a GPS. T Did you use DDMS to send the emulator a position? Yes. And a simple program that a

[android-beginners] Re: Appwidget Getting Location Updates

2010-06-30 Thread Jake Colman
Kostya, I already start a service to do the initial update of the widget. Do I just start the same service again from within the appwidget's event handler for the broadcast event? As a side question, what does the service do after it is started? Does it just hang around wasting resources? How

[android-beginners] Integrating the timer with my game

2010-06-30 Thread Emmen Farooq
Hi, I m making an android game in which i have to make a timer , now I developed the timer as a separate module and now when Im trying to integrate , the images of the game dont show and only a black screen is visible with the timer , im printing the time in textview -- You received this

[android-beginners] Re: Beginner...How to test android application?

2010-06-30 Thread Rushikesh Khadtare
Any other link than developer.android ??? On Jun 30, 4:24 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Jun 30, 2010 at 7:19 AM, Rushikesh Khadtare khadtare.rushik...@gmail.com wrote: How to test application? http://developer.android.com/guide/developing/testing/index.html How