Re: Snake Demo Question
Thanks for the response! Takes about 3 weeks to get a post and response on here! Wow.... I am really just getting up to speed on formatting issue....crawling right now. I'm a noob, so this may seem obvious to veterans but...after digging a little deeper into the demo, I found this; /** * Draws some apples.
Informacja: 2010-03-10
Czytaj: Re: Snake Demo Question
Re: [android-beginners] activitynotfound exception
Hi check the package name that your activity has and the package name the manifest file has. Also check what package name you are giving in your intent. Thanks & Regards, Yousuf Syed 773-719-4786
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] activitynotfound exception
Re: App running on dev phone creates a log??
Yo Da Man Mark! Hope I don't use up all my question tickets before I get into the hard ones...
Informacja: 2010-03-10
Czytaj: Re: App running on dev phone creates a log??
Internet Download Manager 5.18.7 | 6.1 Mb
Internet Download Manager 5.18.7 | 6.1 Mb [link] 16 Download Managers in 1 Pack | 54 MB [link] YouTubeGet 5.4 | 5 Mb [link]
Informacja: 2010-03-10
Czytaj: Internet Download Manager 5.18.7 | 6.1 Mb
add text to a drawable? (maps question)
I am doing a map application and would like to put more than just a 'star' or a 'pin' on the map when it is selected. Is it possible to make a drawable icon, and shove some text into it? That way I could have a bit of info and the location tagged. Thanks, Mike
Informacja: 2010-03-10
Czytaj: add text to a drawable? (maps question)
Re: [android-beginners] App running on dev phone creates a log??
BobG wrote: adb logcat, DDMS, or the DDMS perspective in Eclipse, with the device connected to the computer via the USB cable.
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] App running on dev phone creates a log??
App running on dev phone creates a log??
Is there a log file on the phone? Someone tell me how to look at it? Thanks.
Informacja: 2010-03-10
Czytaj: App running on dev phone creates a log??
Re: [android-beginners] add text to a drawable? (maps question)
You can certainly have different Drawables per pin at runtime: [link] I haven't tried creating a custom Drawable, rendered from a Canvas or something, so I don't know much about that aspect.
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] add text to a drawable? (maps question)
Vodafone distributes Mariposa botnet
How widespread is this? How can I check on osx if my handset has the Mariposa bot, Confiker or Lineage password stealing malware. I'm probably safe running osx but don't want to infect any windows machines I hook up to. [link] Maybe this is just an isolated incident?
Informacja: 2010-03-10
Czytaj: Vodafone distributes Mariposa botnet
Re: [android-beginners] Re: OE 1.2.1 usb internet tethering does not work
you mean i cannot use internet tethering on OE 1.2.2? good luck, i did not upgrade :)
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Re: OE 1.2.1 usb internet tethering does not work
Re: can we launch an activity from windowManagerService?
Hi Justin, The WindowManagerService itself had a context variable named mContext. I used it to start an activity and It worked.. Thanks for the help.
Informacja: 2010-03-10
Czytaj: Re: can we launch an activity from windowManagerService?
Disable keyboard in DatePicker ?
Hello everybody, Is it possible to disable the edition of fields in DatePicker ? Indeed when I touch on the editable box in the DatePicker, the keyboard appears... And I don't want this ! Someone have an idea ? Thanks a lot for your response :) ------------------------------ ---------------------- Bonjour
Informacja: 2010-03-10
Czytaj: Disable keyboard in DatePicker ?
Re: [android-beginners] Database Help
Hi Jimmy, Hope this will help you getting started with databases. [link] Thanks & Regards, Yousuf Syed 773-719-4786
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Database Help
Re: activitynotfound exception
Inside onClick of Button u do the below steps Intent intent = new Intent(this, MyPreferenceActivity.class); startActivity(intent); Regards, SREEHARI
Informacja: 2010-03-10
Czytaj: Re: activitynotfound exception
Re: OnClickListener in my ListView
Use onListItemClick(ListView list, View view,int position, long id) REgards, SREEHARI
Informacja: 2010-03-10
Czytaj: Re: OnClickListener in my ListView