[android-beginners] HTML sanitization

2009-12-03 Thread Samuh
Hi, I am working on a module that fetches RSS feed, parses it and then displays selective data in a ListView. The problem is some of the data received, contain HTML tags and HTML escape sequences which means I can't display what I get as is. I need to sanitize the string of any HTML that it might

[android-beginners] AlertBuildeer Problem

2009-12-03 Thread vinny.s...@gmail.com
HI How can i reduce the size of alertbuilder and show in middle with paerticular width and height -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from thi

[android-beginners] How to move a image in timer?...

2009-12-03 Thread Sasikumar.S
Hi, how to move a image in timer?.. I createa a class called javaclass extends with view public class javaclass extends view { } ---

Re: [android-beginners] Eclipse always loads Android SDK content, even with non-Android projects

2009-12-03 Thread Shawn Brown
> Is there a way to prevent Android SDK from being loaded into Eclipse > (more importantly, its presumed resource drain) when I work on non- > Android projects? If it is, what happens if you go to project properties-->builders and de-select the android stuff. It worked for me. -- You received t

Re: [android-beginners] Re: How to Convert 1.5 project to 2.0

2009-12-03 Thread Justin Anderson
R.java is a file that is generated when you compile. If you recompile with your new settings then it should be regenerated and you should be good to go. Also, make sure you set the minSdkVersino attribute in the manifest file to the appropriate level.