**** BEGIN LOGGING AT Thu Apr 10 02:59:56 2008 Apr 10 03:08:41 getParent().setTitle isn't working.... Apr 10 03:11:55 Oh wait, it does work...I'm dumb Apr 10 03:12:37 we all have those kinds of moments Apr 10 03:14:17 meh. I only hope I can get a resolution by sunday. http://code.google.com/p/android/issues/detail?id=628 Apr 10 03:14:33 hehe, good luck with that Apr 10 03:24:28 zhobbs: it didn't use to break, but the new sdk broke it. lol Apr 10 03:40:58 can a non UI thread redraw the layout? Apr 10 03:41:55 don't think so Apr 10 03:42:16 hmmm.... after calling StartService... is there a way to tell when its done? Apr 10 03:42:28 if you bind to it Apr 10 03:47:03 if anyone is interested in a free pass to the InnoTech 2008 conference in Portland, OR pm me ... have a few remaining to give away Apr 10 03:47:40 is there a way to repeat a background for a View (horizontally in this case)? Apr 10 03:48:04 or do I have to make it 9 patch Apr 10 03:55:25 zhobbs: you can use a tile shader Apr 10 03:55:46 romainguy___: can you do that in XML? Apr 10 03:56:57 no Apr 10 03:57:13 I'll just do 9-patch Apr 10 03:57:53 a 9 patch won't repeat Apr 10 03:57:56 it will stretch Apr 10 03:58:12 oh yeah...for this image I think that's the same Apr 10 03:58:17 maybe not Apr 10 03:58:51 it's just like a vertical gradient Apr 10 04:27:14 i'm getting a feeling Apr 10 04:27:24 gas? Apr 10 04:27:41 if i work hard for the next 4 days, i might have a chance Apr 10 04:28:09 but twitter is keeping me busy :-D Apr 10 04:28:17 damn, its so addictive Apr 10 04:28:39 anyone 100% sure, they win Apr 10 04:28:43 ? Apr 10 04:28:48 just spent an hour in the Apple store Apr 10 04:28:50 i have lots of idea :) Apr 10 04:29:01 muthu: no one is 100% sure, but some people are 100% arrogant :) Apr 10 04:29:07 lol Apr 10 04:29:16 some, may be Apr 10 04:29:20 but not everyone Apr 10 04:29:27 a few submissions are real cool Apr 10 04:29:30 I'm not very confident....I wish I would have had time to do an app for myself Apr 10 04:29:30 well, 100% arrogant is probably rare to come by :) Apr 10 04:29:56 muthu: a lot of the submissions i have seen are not that exciting actually Apr 10 04:29:58 hobbs: why, you are doing 2? Apr 10 04:30:14 jasta: it needs to evolve Apr 10 04:30:23 for phase 1 i wouldn't expect much Apr 10 04:30:26 muthu: yeah, but it's contract work...I have to do what they want even if it sucks Apr 10 04:30:38 does it suck? Apr 10 04:30:47 not too bad :) Apr 10 04:30:48 atleast 1 out of 2 might be good Apr 10 04:31:03 my cooking show rocks! Apr 10 04:31:20 there's advantages of course, like they have designers and they pay Apr 10 04:31:29 hope the google chef judges my app yeehaaaw! Apr 10 04:31:59 yeah, collaboration can do wonders Apr 10 04:33:35 how do you put an image with a menu item? Apr 10 04:34:19 you send the image as an argument Apr 10 04:34:39 i am really excited after scoping out an iPod :) Apr 10 04:34:42 i'd never used an iPod touch before hehe Apr 10 04:34:59 it helped me figure out two big UI problems, and get a clear direction of how i want to proceed :) Apr 10 04:35:10 I just bought an iPod classic a couple days ago...they've come a long way since my 2g ipod Apr 10 04:35:29 i'm waiting for android.. that's my next phone Apr 10 04:35:54 muthu: me too Apr 10 04:36:18 can't wait...hope I don't have to get on with some crappy provider Apr 10 04:36:45 I'd probably just wait for unlock if possible (sprint,t-mobile phones don't have sim cards right?) Apr 10 04:38:45 good, we can use our phones in india with any provider Apr 10 04:39:09 only the provider sucks, the broadband plans are so expensive Apr 10 04:39:29 need to check, when android comes out.. currently i'm not even bothered Apr 10 04:54:20 i love this name Apr 10 04:54:24 frucall Apr 10 06:17:53 guh Apr 10 06:17:58 this is beyond me why this is doing this. Apr 10 06:18:06 why what is doing what? Apr 10 06:18:17 the textview is not behaving! Apr 10 06:18:27 not even remotely to what it's supposed to Apr 10 06:18:51 what is it doing? Apr 10 06:20:16 ignoring gravity Apr 10 06:20:57 try setting baselineAligned="false" in the wrapping linearlayout Apr 10 06:22:16 'morning Apr 10 06:22:27 nope., still being stupid Apr 10 06:22:31 want to see the .apk? Apr 10 06:22:35 not realy Apr 10 06:23:00 will you because I wvu? Apr 10 06:23:21 I am absolutely at wits end Apr 10 06:23:36 im sorry, im busy Apr 10 06:23:59 :/ Apr 10 06:25:29 krain: it must be the parent layouts Apr 10 06:25:55 if one of your view is not working as expected, make sure the parent attributes are set correctly Apr 10 06:26:32 I tried switching to a linearlayout from a relative one Apr 10 06:26:38 I think I'm going to try making it a tablelayout Apr 10 06:27:01 relative should be good Apr 10 06:27:10 http://rafb.net/p/eyHTnB43.html Apr 10 06:27:14 doesn't get much simpler than this... Apr 10 06:27:20 let me see Apr 10 06:28:19 you probably want android:layout_gravity on that TextView Apr 10 06:28:22 baselinealigned Apr 10 06:28:27 need the namespace Apr 10 06:28:52 zhobbs: probably, but it's being set in code too... Apr 10 06:29:17 android:baselineAligned="false" Apr 10 06:29:38 gravity is fine Apr 10 06:29:57 it behaves until there are more lines than the textbox is big Apr 10 06:30:03 it properly creates the scrollbar Apr 10 06:30:13 but then for each line that it is bigger, there's a blank line at the bottom Apr 10 06:31:16 you want the text to be at the bottom right? Apr 10 06:31:19 yes Apr 10 06:31:33 also, I can't focus the textview to scroll it for some reason Apr 10 06:32:52 I thought it had to be in a scrollview Apr 10 06:33:22 huh? Apr 10 06:33:30 the scroll bars and everything show up... Apr 10 06:33:51 romain said they need to be in a scrollview Apr 10 06:33:57 http://www.kraln.com/issue4.swf <- Apr 10 06:34:14 watch and you'll see exactly what I mean Apr 10 06:37:54 strange Apr 10 06:43:23 krain: you should use relative layout Apr 10 06:43:36 that video *is* relative layout Apr 10 06:43:42 what? Apr 10 06:43:55 when you position the textview below editview Apr 10 06:44:14 set the positioning Apr 10 06:44:23 that's exactly what I did Apr 10 06:44:42 your pastebin doesn't show that Apr 10 06:44:55 that's what I just recently tried Apr 10 06:45:04 video was taken when it was still relative Apr 10 06:47:38 like, even if I set the textview to a very small height, it still does that Apr 10 06:54:37 i want to set a ContentView for my class which extends ImageView Apr 10 06:54:44 how can i do it Apr 10 06:54:56 can anybody help me Apr 10 06:55:18 a ContentView? Apr 10 06:55:39 what is that? Apr 10 06:58:17 it seems that if I put it in a scrollview it gets almost what I want Apr 10 06:58:23 how do I disable the silly shading in the scrollview? Apr 10 06:59:54 jasta r u there Apr 10 07:00:04 i want to set a view Apr 10 07:00:11 for my application Apr 10 07:00:29 jasta r u there? Apr 10 07:00:59 oh Apr 10 07:03:08 quite honestly it looks like textview is beyond broken Apr 10 07:05:52 rohan: what are you trying to do? Apr 10 07:11:15 we usually write setContentView() Apr 10 07:11:32 That sets the main view for an Activity Apr 10 07:11:59 that only i'm trying to do Apr 10 07:12:11 but my class extends ImageView Apr 10 07:12:45 then you're class doesn't need to do that Apr 10 07:12:58 then Apr 10 07:13:27 for now my class is dysplaying the images i want to display in a slide show Apr 10 07:13:54 i want to add buttons for that slide showw Apr 10 07:14:02 can someone tell me what is wrong with this aidl interface? import java.util.List; List getAlarms(); Apr 10 07:14:13 I get an error: unknown return type List Apr 10 07:14:26 zhobbs r u there? Apr 10 07:14:49 for a spinner, which event to handle? Apr 10 07:14:53 jtoy: I don't think list is Parcelable Apr 10 07:15:08 rohan: not sure what the question is Apr 10 07:15:12 need to do some action, after the drop down is selected Apr 10 07:15:19 zhobbs how should i sdd buttons for my slide show Apr 10 07:15:38 muthu: don't remember, it's in the tour guide app in the tutorials section on HA Apr 10 07:15:44 the docs says this: Here are the data types that AIDL can support: List - All elements in the List must be one of the types in this list, including other AIDL-generated interfaces and parcelables. List may optionally be used as a "generic" class (e.g. List). The actual concrete class that the other side will receive will always be an ArrayList, although the method will be generated to use the List interface. Apr 10 07:15:49 rohan: ImageButtons or Buttons Apr 10 07:16:01 jtoy: ahh, cool Apr 10 07:16:30 does anyone know what I am doing wrong then? Apr 10 07:16:33 ya but for that i need to specify findViewById() Apr 10 07:16:38 for that buttons Apr 10 07:16:39 jtoy: I remember a bug on that Apr 10 07:16:47 rohan: the id of the button? Apr 10 07:17:01 ya but it is in xml file Apr 10 07:17:16 how to refer to that xml file then? Apr 10 07:18:29 hmm, changin it to jsut Long getAlarm(); fails saying unknown return type Long Apr 10 07:18:39 oh yeah, it's long Apr 10 07:18:46 isn't Long imported by default? Apr 10 07:18:55 use long instead of Long Apr 10 07:19:07 zhobbs can u help me Apr 10 07:19:17 how to refer to the xml file Apr 10 07:19:26 to find the button id Apr 10 07:19:35 zhobbs: I had tried that, but then I got another error saying in code saying that I cant make lists with primitaves, is that true? Apr 10 07:19:39 what is the xml file? The layout for the activity? Apr 10 07:19:52 jtoy: Ahh, didn't know that either Apr 10 07:20:08 ya Apr 10 07:20:13 the layout Apr 10 07:20:28 maybe aidl doesn't recognize the Long class Apr 10 07:20:42 i think so anyway, the exact error is: found : long required: reference Apr 10 07:20:55 rohan: so just do findViewById(int id) in your activity Apr 10 07:21:16 but my class extends ImageView Apr 10 07:21:37 how to set the ContentView in that Apr 10 07:21:42 you don't Apr 10 07:21:51 then Apr 10 07:22:02 imageview can't have children Apr 10 07:22:06 ok Apr 10 07:22:10 then what shall i do Apr 10 07:22:23 ok Apr 10 07:22:32 can i just mail u my code Apr 10 07:22:40 sorry, don't have time Apr 10 07:22:45 ok Apr 10 07:22:45 maybe I could take a look next week Apr 10 07:22:53 then just tell what shall i do Apr 10 07:23:21 read the docs, go through some tutorials Apr 10 07:23:26 ok Apr 10 07:23:34 one more ques Apr 10 07:23:57 how can i access any file on my computer for my application Apr 10 07:24:23 you can't...you can include files in your package is the assets folder and access them thatway Apr 10 07:24:39 ok Apr 10 07:24:45 s/ is / in / Apr 10 07:24:46 zhobbs meant: you can't...you can include files in your package in the assets folder and access them thatway Apr 10 07:25:17 ok Apr 10 07:25:44 so my application needs some photos from my computer Apr 10 07:25:57 res/drawable would be the best place for those Apr 10 07:26:09 no i have done that Apr 10 07:26:52 but my application downloads photos from the server ,so at that time where to store those photos and how? Apr 10 07:28:04 ugh Apr 10 07:28:08 I've got an ugly hack working Apr 10 07:28:18 pisses me off that I have to resort to this when it worked like it should have in previous releases Apr 10 07:28:24 infobot:can u tell me Apr 10 07:29:03 but my application downloads photos from the server ,so at that time where to store those photos and how? Apr 10 07:29:20 rohan: did you look at the docs? Apr 10 07:29:39 there are some functions to access the filesystem in the ApplicationContext class Apr 10 07:30:14 ok so i need to look at storing and retrevial of data Apr 10 07:55:09 im having a hard time, can anyone show me how to ahve a list of Long or any object returned in an aidl file? Apr 10 07:56:31 List foo(); // don't use generics Apr 10 08:01:41 im still learning java, does that mean use primitives? Apr 10 08:02:14 no, primitves are types like int and long; those that do not instantiate from classes. Apr 10 08:02:40 generics are a new feature in 1.5 that allow you to specify the type contained within generalized classes, like List Apr 10 08:03:26 Android supports this through AIDL, however, it does not correctly support generics when used with the promoted object primitives (Long, Integer, etc) Apr 10 08:03:45 so List is not legal for that reason. Use List instead; this is the old, non-generics approach. Apr 10 08:04:29 It lacks type-safety, but that is irrelevant here. Apr 10 08:06:05 ok, that seems to work Apr 10 08:06:41 now, you will be required to perform a cast when accessing the list. This is the evil that was avoided with generics, but in this case you can't use them. Apr 10 08:07:47 how do I cast a list? Apr 10 08:08:12 i meant when accessing elements contained within it, such as with list.get Apr 10 08:08:12 if I am using Long everywhere, I still need to cast it? Apr 10 08:08:21 but you'll know that a cast is required, because your code will refuse to compile without. Apr 10 08:08:30 ok, cool Apr 10 08:08:38 jtoy: You should really take some time out to learn Java before you work too much on Android :) Apr 10 08:08:57 jasta: true, i did write a couple of crappy apps already though :) Apr 10 08:11:39 can you do any metaprogramming in java? Apr 10 08:11:46 how do you mean? Apr 10 08:11:46 seems like not really Apr 10 08:11:58 unless with scala/jruby/groovy Apr 10 08:12:08 that depends what you mean Apr 10 08:12:27 oh, that ;) Apr 10 08:12:44 for example object.eval ('method_name') or if class.name == 'Blah' run this method Apr 10 08:13:08 jtoy: java has reflection Apr 10 08:13:13 dynamic proxies Apr 10 08:13:16 aop et al Apr 10 08:13:22 Java has a concept called Reflection that offers inspection of class meta data. Apr 10 08:14:00 However, a wise programmer would avoid its usage where possible. Apr 10 08:14:11 jtoy: watch out though, reflection, especially in a non-JITed (like Dalvik) is slow as fuck Apr 10 08:14:18 It's clumsy to abuse, and has performance concerns. Apr 10 08:14:30 right, i do avoid it where possible, but repeating writing repetitive code sucks Apr 10 08:14:34 jasta: which event to handle in a spinner, to do an action after the item is selected? Apr 10 08:14:41 any ideas? Apr 10 08:14:48 dunno, never looked at that class Apr 10 08:14:53 zhobbs: you said something about it? Apr 10 08:15:07 oh ok tour guide app Apr 10 08:15:12 let me look at it in HA Apr 10 08:15:13 this question is unrelated, but can you pull data from sqlite3 without passing a context around? Apr 10 08:15:40 avoid reflection on android at least.. Apr 10 08:15:46 it has some cool uses Apr 10 08:16:01 jtoy: you might have a look at AspectJ Apr 10 08:16:23 as in not do contextInstance.openDatabase ? Apr 10 08:16:32 theres a few other code generators, or u can use another language that targets the JVM Apr 10 08:17:44 I would like to use scala on android, but currently the binaries are too big Apr 10 08:20:36 alright, time to retire for the night Apr 10 08:20:44 got a *LOT* done :) Apr 10 08:20:47 my app is starting to look really sexy now Apr 10 08:20:52 wow Apr 10 08:20:59 cool Apr 10 08:21:02 good night jasta Apr 10 08:21:33 you are working hard lately Apr 10 08:23:07 yes, well, i'm doing UI stuff now and that is not my strong suit Apr 10 08:23:27 the first month and a half of the challenge i had only one Activity in my app with just a few text labels and a button Apr 10 08:23:52 the sync engine was tricky to get righ t;) Apr 10 08:26:54 i have a sync engine too! Apr 10 08:26:56 but mine sucks Apr 10 08:28:43 ui stuff is the bane of my existence Apr 10 08:30:17 UI sucks - +1. Apr 10 08:31:06 when I'm in charge, users will be required to learn to use command line stuff Apr 10 08:31:47 that would be cool... replace the built in stuff in android with a command line system:-) Apr 10 08:32:09 'mutt' for sms's Apr 10 08:32:16 david: command line in mobile would be insane Apr 10 08:33:28 muthu, well, I don't mean seriously, but as a 'cool hack' Apr 10 08:33:42 yeah i know Apr 10 08:33:50 for hackers Apr 10 08:33:55 it would be cool. Apr 10 08:34:05 bluetooth keyboard would help Apr 10 08:34:25 but, most command line on the phone will probably be via ssh Apr 10 08:35:41 what is the difference between local and remote service binding? Apr 10 09:05:43 morning Apr 10 09:08:10 afternoon Apr 10 09:08:41 in chennai Apr 10 09:08:49 acsia: where you from? Apr 10 09:09:00 uk Apr 10 09:09:30 cool Apr 10 09:09:40 how's the weather? Apr 10 09:09:42 well it is raining all the time Apr 10 09:09:47 today actually is very nice Apr 10 09:09:52 great Apr 10 09:09:56 I am not british, I ve been living here for 3 years now Apr 10 09:10:06 then where you from? Apr 10 09:10:10 I am from the south of France Apr 10 09:10:15 ok Apr 10 09:10:28 how bout chennai, how s the weather there? Apr 10 09:10:38 its always hot Apr 10 09:10:46 :) Apr 10 09:10:51 but weird weather conditions these days Apr 10 09:10:54 I would need that after the challenge finishes Apr 10 09:11:06 me too Apr 10 09:11:13 i'm going somewhere cooler ;) Apr 10 09:11:34 we could exchange apartment for a week or so :) Apr 10 09:11:39 lol Apr 10 09:11:44 i had the same thought Apr 10 09:11:56 wow, human brains are the same i guess Apr 10 09:12:58 delicious braaaaaiiinsss Apr 10 09:13:22 south of france sounds nice Apr 10 09:14:02 david i know you are in france Apr 10 09:15:37 south of france is the best Apr 10 09:15:42 especially Antibes Apr 10 09:15:53 or Juan les pins Apr 10 09:16:06 but not for now... it s for when you are old or something Apr 10 09:16:17 you don t want to do anything, just take it easy Apr 10 09:16:49 oh the retirement town Apr 10 09:16:54 i want to visit france Apr 10 09:16:59 in my travel agenda Apr 10 09:17:25 I am not french myself but was born and lived there most of my life Apr 10 09:17:35 orginially I am half swedish and half maroccan Apr 10 09:17:35 ah, where're you from? Apr 10 09:17:49 but I feel French more then anything Apr 10 09:17:53 muthu, I'm in Innsbruck actually Apr 10 09:18:09 you know, I smell of garlic, I am arrogant etc... Apr 10 09:18:40 lol Apr 10 09:19:07 the beauty of culture Apr 10 09:19:11 davidw: how's Ilenia? :) Apr 10 09:19:16 fine Apr 10 09:19:26 I landed on your page Apr 10 09:19:29 is there anything like "open culture" Apr 10 09:19:45 david: you feel, you'll win? Apr 10 09:19:49 acsia: same question/ Apr 10 09:20:13 muthu: you going to win? Apr 10 09:20:17 yes. Apr 10 09:20:23 nice Apr 10 09:20:30 ah that's the arrogance ;) Apr 10 09:20:47 as i said, mine is a cooking app Apr 10 09:20:52 very simple, but useful Apr 10 09:20:56 I might have a chance if I show off a bit Apr 10 09:21:08 who knows, I think they'll either like the idea a lot or dislike it because it's not an end-user app Apr 10 09:21:19 right Apr 10 09:21:36 i would like to think i win Apr 10 09:21:41 what s your plans after the challende? Apr 10 09:21:53 work on my mobile search engine. Apr 10 09:22:10 for the challenge, i'm working with a partner Apr 10 09:22:17 the cooking show is his trademark Apr 10 09:22:33 i went for collaboration for ADC Apr 10 09:22:43 if it adds any value.. i was always looking for some team Apr 10 09:22:54 muthu: you going to release the app soon? Apr 10 09:23:04 search engine is in june Apr 10 09:23:05 I really want to get into the mobile world Apr 10 09:23:13 this is on my free time Apr 10 09:23:23 we are fully into the mobile world Apr 10 09:23:44 and now there's focus, there's goals Apr 10 09:23:48 I am might try to apply for google :D I saw they are looking for mobile developer in london Apr 10 09:24:02 muthu do you have a link? Apr 10 09:24:12 a lot of people are using ADC as a way of getting into google Apr 10 09:24:15 which is good Apr 10 09:24:19 I had a phone interview for a job at YouTube...they called up with an 8 question test Apr 10 09:24:23 http://mobeegal.in Apr 10 09:24:34 all CS, algorithm type of questions...I got worked Apr 10 09:24:37 its a 1 page site, which tells you what i said here Apr 10 09:24:56 you selected? Apr 10 09:24:59 nothin much yet Apr 10 09:25:00 zhobbs? Apr 10 09:25:08 I just hack code together...my education is in engineering not programming Apr 10 09:25:16 acsia: v1.0 for june Apr 10 09:25:21 no, didn't get the job Apr 10 09:25:39 if I can suggest 2 books: programming collective intelligence and beautiful code Apr 10 09:25:39 i've done poor interview over the course of my job career Apr 10 09:25:52 both are very good regarding code as type of poetry Apr 10 09:26:01 between jobs, i tend to lose interest Apr 10 09:26:04 I'm getting out of programming, start a new job the 21st Apr 10 09:26:13 in what? Apr 10 09:26:14 designing control systems Apr 10 09:26:26 so might be some programming, but more hardware Apr 10 09:26:26 zhobbs: where are you located? Apr 10 09:26:32 i'm already out of programming, i just run a company now ;) Apr 10 09:26:38 Orlando, FL USA Apr 10 09:26:40 ADC will be last coding adventure Apr 10 09:26:58 zhobbs: why not get into mobile? Apr 10 09:27:14 I like hardware Apr 10 09:27:17 zhobbs: I lived in melbourne FL Apr 10 09:27:22 get into mobile hardware.. Apr 10 09:27:26 for 2 years Apr 10 09:27:34 acsia: that's cool, I'm moving to Cape Canaveral next weekend Apr 10 09:27:42 muthu: yeah, that would be cool Apr 10 09:27:57 zhobbs: get into the future Apr 10 09:28:02 zhobbs: I had a uni class at Cape Canaveral building a meteorological balloon Apr 10 09:28:18 muthu: this upcoming job is my first engineering job (just graduated in december)...so gotta get some experience Apr 10 09:28:33 man.. you are that young! Apr 10 09:28:40 24 Apr 10 09:28:47 lot of maturity, zhobbs Apr 10 09:28:53 you'll do good Apr 10 09:28:56 acsia: that's cool, what's your background? Apr 10 09:29:05 CS Apr 10 09:29:23 I studied in Sophia Antipolis in France and did a 2 years exchange at FIT Apr 10 09:29:31 zhobbs: get into what you want early. Apr 10 09:29:37 don't wait. Apr 10 09:29:51 muthu: I'm excited about doing control systems Apr 10 09:29:58 cool Apr 10 09:30:13 controlling big expensive machinery sounds like fun Apr 10 09:30:30 and I think there's a good market for consulting after a while Apr 10 09:30:31 controlling small inexpensive mobile might be more fun :) Apr 10 09:30:48 that'd be cool too Apr 10 09:31:02 acsia: My friend's dad teaches at FIT Apr 10 09:31:09 zhobbs: if i were you, i'll look at google Apr 10 09:31:11 small world Apr 10 09:31:13 what s his name? Apr 10 09:31:17 yes very small Apr 10 09:31:29 I graduated in 2004 Apr 10 09:31:34 acsia: last name Venuto...not sure his first Apr 10 09:31:45 now i know why i'm not able to compete with you folks Apr 10 09:31:50 think he did like enviromental engineering or something Apr 10 09:31:51 all young and fast Apr 10 09:31:54 i'm 36 btw Apr 10 09:32:09 does not ring a bell Apr 10 09:32:17 I am 26 :) Apr 10 09:32:31 I went to the london meetup for android Apr 10 09:32:38 hows't? Apr 10 09:32:49 most people were between 35 and 50 Apr 10 09:32:55 well we were 8 Apr 10 09:33:08 35 - 50 is the confused lot Apr 10 09:33:12 haha Apr 10 09:33:22 well none knew anything about android whihc I thought strange Apr 10 09:33:29 yeah, by now we should have made it Apr 10 09:33:29 if not, we attend meetup Apr 10 09:33:35 they were all excited about it Apr 10 09:33:35 lol Apr 10 09:33:44 but did not know anything about it Apr 10 09:33:51 I'd like to go to Google I/O Apr 10 09:34:25 me to! Apr 10 09:34:29 got an invite from Google, but can't take off work Apr 10 09:34:33 but I am poor and far away Apr 10 09:35:19 yeah that's a long trip Apr 10 09:35:22 yeah, sounds like fun, but not spend a bundle to travel halfway around the world fun Apr 10 09:35:53 * davidw is starting to think about going back to california.... Apr 10 09:37:54 i'm planning for a visit to SF this year Apr 10 09:38:09 if i win, i go for sure Apr 10 09:40:08 do you know the usage of PanelMenu? Apr 10 09:40:26 I am trying to find view demo of differente menus but can't find any Apr 10 09:40:28 panelmenu? Apr 10 09:40:41 well there is a onCreatePanelMenu in the activity Apr 10 09:40:51 i'm using the default menu Apr 10 09:41:06 hum... Apr 10 09:41:21 yeah, never heard of the PanelMenu Apr 10 09:42:06 ok I need to pass a menu between objects... Apr 10 09:42:12 I am not sure what type of menu Apr 10 09:42:41 I would need some kind of demo I could check menu against Apr 10 09:42:56 or implement all of them and check the difference :) Apr 10 09:44:10 its in apidemos Apr 10 09:44:13 from the sdk Apr 10 09:45:42 living in europe is much nicer than california Apr 10 09:45:42 where? Apr 10 09:45:49 can someone explain to me what IRemoteServiceCallback is in the aidl examples? Apr 10 09:45:50 but everything is kind of.... static ... Apr 10 09:45:50 I love europe Apr 10 09:46:06 it doesnt talk about that anywhere in the docs, its just a class that appears out of nowhere it seems Apr 10 09:46:24 jtoy: an example of an asynchronous interface to use with AIDL Apr 10 09:46:28 muthu: I can not see menu demo in the apidemos Apr 10 09:47:37 the menu is part of the notepad Apr 10 09:47:56 so how do I make that class? is it something generated from aidl? the docs here dont explain it at all : http://code.google.com/android/reference/aidl.html Apr 10 09:48:36 davidw: if you are looking for a type of silicon valley in Europe, you should check Sophia Antipolis... Apr 10 09:48:41 jtoy: take a look at jasta's example: http://devtcg.blogspot.com/2008_01_01_archive.html Apr 10 09:49:03 it s on the french riviera, has nearly all high tech companies, helps startups etc... biggest technopole in europe Apr 10 09:49:10 davidw: what do you mean it's static? Apr 10 09:49:11 I studied there and it is really cool Apr 10 09:49:41 zhobbs: i will read the source Apr 10 09:49:48 the problem is, wherever you live it becomes static after a while Apr 10 09:50:17 they have laws like 70% of your domain must be nature and no building can be taller then the trees so it is like worknig in a big forest but there are like 300k people going in and out every day Apr 10 09:50:29 zhobbs: do i need to add the servicecallback if all I want is to get a message back from a method that i call from a remote service? Apr 10 09:50:29 wow sounds cool Apr 10 09:51:08 jtoy: well, it might be nice if it takes a long time to do the processing to get that message Apr 10 09:51:31 jtoy: but if you're just getting a variable or something then don't worry about it Apr 10 09:51:59 zhobbs, hmm, is there a full example you know of i can follow online then? Apr 10 09:52:58 zhobbs, a lot of countries really aim to have a situation where no one rocks the boat Apr 10 09:53:15 zhobbs, creating an LLC in the US is on the order of magnitude of $100 Apr 10 09:53:22 (I paid $55 in Oregon) Apr 10 09:53:45 in Italy, an SrL costs something like 5000 Euros just to set up, and you have to put about 10,000 euros of capital into it Apr 10 09:53:46 davidw: in britain is 1 pound Apr 10 09:53:58 I created my web design company when I was 17 here Apr 10 09:54:19 then lost interest when I was 18 :) Apr 10 09:54:27 but a couple of tousands in between Apr 10 09:55:40 davidw: and don't even talk about india Apr 10 09:55:53 they make you run through pillar to post Apr 10 09:56:26 acsia: you can start again Apr 10 09:58:58 muthu: will defintely do if I get something out of the ADC Apr 10 09:59:09 we could join forces Apr 10 09:59:14 yeah sure Apr 10 09:59:38 acsia: are you good at writing articles Apr 10 09:59:52 what do you like? Apr 10 10:00:33 muthu: I am going to write article for informit.com regardin android Apr 10 10:00:47 great Apr 10 10:00:55 I have never done it before so we will see if I like it or not :) Apr 10 10:01:04 let me know Apr 10 10:01:08 when it comes out Apr 10 10:01:10 sure why you asking? Apr 10 10:01:23 you can write for an android site Apr 10 10:01:44 yes I intend to Apr 10 10:01:44 if you are interested Apr 10 10:02:03 talk to zhobbs Apr 10 10:02:07 to be honnest, I have been working a lot on my android project + I am currently moving position within my company Apr 10 10:02:21 well I wrote some stuff in anddev.org Apr 10 10:02:33 at its beginning Apr 10 10:02:40 ok Apr 10 10:02:48 if you are interested, write for helloandroid Apr 10 10:03:24 sure as soon as I have some time on me Apr 10 10:03:31 ok Apr 10 10:03:48 I am also handling androforge.net Apr 10 10:04:04 great Apr 10 10:04:04 120 dll for MySpot Apr 10 10:04:51 well I have not seen any other proejcts then the ones that I put there.... Apr 10 10:05:06 you need to market it Apr 10 10:05:14 some registered but I would like to see the OSS grow within android Apr 10 10:05:18 I know Apr 10 10:05:51 I am just a bit unsure about my VPS so for the moment I am putting my effort on android and then I might begin to market it Apr 10 10:06:19 ok Apr 10 10:09:36 do you know why the background of a list disappear after it has been selected? Apr 10 10:22:23 the selected item shows the hilite color Apr 10 10:25:28 acsia: let me know if you ever want to get in involved with helloandroid.com for any reason...we're recruiting :) Apr 10 10:26:38 acsia: writing, posting news, backend, whatever Apr 10 10:28:02 zhobbs: sure, as I said now might not be the best time but within the next week I could gladly contribute Apr 10 10:28:24 has anybody put some easter egg in their software? Apr 10 10:28:32 completely understandable about time right now Apr 10 10:28:44 (considering is 6:30 AM and I'm still up) Apr 10 10:28:58 lol Apr 10 10:29:00 good morning zhobbs: sleep well ;) Apr 10 10:29:11 yea I stayed up till 4 yesterday and could not sleep due to my coffee intake Apr 10 10:29:34 well now that I'm done with my android stuff I can get started on my normal work Apr 10 11:01:13 oh my: Apache goes web 2.0: http://www.apache.org/ Apr 10 11:07:01 which is best for a pop up menu? Apr 10 11:07:27 davidw hum... not sure i like it... yet Apr 10 11:07:58 "popup menu"? showAlert? Apr 10 11:08:38 is there anything else then showAlert? Apr 10 11:10:29 I guess I need to create my own dialog interface... don t really have time for that Apr 10 11:10:40 well it's not that hard.. Apr 10 11:11:00 couple of lines of code and few graphics and tadaa =) Apr 10 11:11:14 but now I have to be going, good luck Apr 10 11:20:06 woah apache Apr 10 11:40:22 has anybody an example of context menu Apr 10 11:46:39 there is an example of populateContextMenu in ExpamdableList example in the ApiDemos Apr 10 11:53:39 does it only work on expandableList? Apr 10 11:56:26 acsia: no, works on any list Apr 10 11:56:43 might actually work on other view types as well Apr 10 12:01:09 hum... Apr 10 12:07:03 ok strange, eclipse did not give me the option on a gallery and now it works Apr 10 12:07:10 after importing it... Apr 10 12:18:11 what's the best strategy to unit test android code? Apr 10 12:23:39 is there some kind of standard way to mock the context outside of the emulator? Apr 10 12:24:55 Opera Mini released for android: http://www.helloandroid.com/node/362 Apr 10 12:38:10 zhobbs: cool, keep the news coming Apr 10 12:49:13 you know what I really dislike on my company's computer Apr 10 12:49:35 not the fact that it is windows but the freaking anti virus that starts at 12 and finishes at 17 Apr 10 12:49:46 you can snooze it 2 times and after it does not let you Apr 10 12:50:03 I just do a hard reboot to teach my computer how to respect my authority Apr 10 12:52:05 I was expecting at least 1 lol out of this... Apr 10 12:52:10 I have no friends :( Apr 10 12:52:34 lol <- at you not having friends :) Apr 10 12:52:59 :) Apr 10 13:25:49 any known issue with onLongClickListener? Apr 10 13:25:57 against a gallery Apr 10 13:44:31 acsia, what do you mean? Apr 10 13:47:45 well the onClick works but not the onLongClick Apr 10 13:47:54 dpino: on the same gallery Apr 10 13:49:18 I think your activity has to implement onLongClickListener, right? Apr 10 13:49:52 http://code.google.com/android/reference/android/view/View.OnLongClickListener.html Apr 10 13:50:05 otherwise the event never comes up Apr 10 14:07:21 No I have it implemented Apr 10 14:07:41 dpino: I have View.OnClickListener implemented the same Apr 10 14:07:43 way Apr 10 14:07:52 maybe it it because of that let me check Apr 10 14:11:55 onLongClick does not seem to work with gallery Apr 10 14:44:49 howdy Apr 10 14:48:15 hi Apr 10 14:49:51 hi Apr 10 14:57:35 are there any documents available on how a android app will get installed on the actual mobile? Apr 10 14:58:00 will it be possible to download an apk and install it? Apr 10 14:58:20 you'll have to type in the binary by hand Apr 10 14:58:39 with toggleswitches Apr 10 14:58:41 or rather, type in the source code, out of magazines like Byte Apr 10 14:59:01 lol Apr 10 14:59:20 I'm glad I'm not the only one who remembers typing in .com files Apr 10 14:59:30 to get some random utility Apr 10 14:59:39 with debug.com Apr 10 15:03:14 maybe android mobiles will be equipped with punchcard readers Apr 10 15:03:55 If the handsets are the same size as the emulator, there will certainly be enough room for a punchcard ;-) Apr 10 16:10:18 its quiet ... figured there would be loads of people with questions like... help me write my application in two days! Apr 10 16:13:00 can you do that michaelnovakjr? Apr 10 16:13:10 help me finish my app in 2 days :) Apr 10 16:14:55 sure... :) Apr 10 16:15:15 its always good to start two days before the deadline Apr 10 16:29:23 anyone know if android can be put on a nokia n800? i saw posts for n810, just curious Apr 10 18:26:33 in the api demo, does the expandableList menu work? Apr 10 18:26:50 I think I am going crazy, I am pretty sure it used to work before Apr 10 18:26:58 but now when I click nothing happen, no toast Apr 10 18:30:11 it works Apr 10 18:30:14 in the api demo Apr 10 18:30:29 I am pretty sure it used to work Apr 10 18:30:39 I might need a wipe-data Apr 10 18:30:56 I click on the list of child and no popup... Apr 10 18:32:25 can you just confirm muthu -> Expandable -> Custom adapter -> you click and a popup appear Apr 10 18:34:20 let me try Apr 10 18:39:07 no popups Apr 10 18:39:09 only expands Apr 10 18:39:25 a Apr 10 18:39:38 isnt it suppose to popup? Apr 10 18:39:42 refering to http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/view/ExpandableList1.html Apr 10 18:40:00 I might look at the wrong one but the names are the same... Apr 10 18:40:34 I am very confused but it could be the lack of sleep Apr 10 18:41:26 what popup? Apr 10 18:41:33 when you click the list, it expands Apr 10 18:41:52 Toast.makeText(this, title + ": Child " + childPos + " clicked in group " + groupPos, Apr 10 18:41:52 Toast.LENGTH_SHORT).show() Apr 10 18:42:00 from the java code Apr 10 18:42:09 that should show a popup? Apr 10 18:42:56 hey androiders Apr 10 18:43:04 does anyone know how to use the frame layout in a dialog? Apr 10 18:43:08 hey rhett Apr 10 18:43:15 I want to put an edittext in there Apr 10 18:43:18 oh the toast Apr 10 18:43:29 acsia: the toast might not show sometimes Apr 10 18:43:45 aha when woudl it show? Apr 10 18:44:19 do you know? I am having trouble with this as I have a log.i and I can not on the onCreateContext and it does not seem to be called... Apr 10 18:45:23 i've noticed it sometimes Apr 10 18:45:31 not sure why Apr 10 18:45:58 hum... Apr 10 18:46:01 rhet Apr 10 18:46:17 rhett: are you looking for frame layout or any layout Apr 10 18:46:40 muthu: do you think it could the the on* and not the toast? Apr 10 18:47:20 I don't know, I just want a text field to show up in a dialog Apr 10 18:47:33 and an ok button to enter a password Apr 10 18:47:42 you can check out this code thta I did for M3 but works in M5 Apr 10 18:47:42 http://androforge.net/gf/project/androlib/scmsvn/?action=browse&path=%2Ftrunk%2Fsrc%2Fnet%2Fandroforge%2Fwidget%2FLocationDialog.java&view=markup Apr 10 18:47:59 it is a dialog box with a spinner but you probably can easily change it to a editbox Apr 10 18:48:37 acsia: try changing the toast to a dialog Apr 10 18:48:42 thanks acsia Apr 10 18:49:13 np Apr 10 18:49:39 muthu: well I have a Log.i which doesn't appear Apr 10 18:49:59 I ll look into this further, just wanted to double check with the api demos Apr 10 18:50:06 ok Apr 10 18:50:06 ensuring I am not going crazy Apr 10 18:50:19 you are not crazy - certified. Apr 10 18:51:23 :) Apr 10 18:51:46 :) Apr 10 18:53:46 rhett: it might be a lot for a simple dialog, basically you extend Dialog, set the content to the one that you want and in your main activity you use show(). I use a handler to get the values back to my main activity but you could probably do it differently as well Apr 10 19:04:11 romainguy: if you were participating in the ADC, what app would you write? :) Apr 10 19:07:04 jasta: did you check the gesture app Apr 10 19:12:43 gesture app? Apr 10 19:13:33 http://www.youtube.com/watch?v=C7A6OHWfSOE > http://www.youtube.com/watch?v=JxwGMtNS_YA Apr 10 19:14:09 cool Apr 10 19:14:55 jesus, that guy writes really gracefully with the mous Apr 10 19:14:56 e Apr 10 19:16:04 haha, I'm sure he's been practicing a lot everyday for like 3 months Apr 10 19:16:10 yeah :) Apr 10 19:16:18 but seriously, it's impressive how precise his hand is Apr 10 19:16:23 he probably has a tablet Apr 10 19:16:30 what's up with the affidavit for the contest? Apr 10 19:16:31 even still Apr 10 19:16:32 I like the spiral zoom in/out gesture Apr 10 19:16:36 his hand writing on screen is better than mine in real life Apr 10 19:16:41 with a pen, i mean Apr 10 19:17:01 it s a really cool app Apr 10 19:17:02 that is really cool though, and has a lot of applicability for the platform Apr 10 19:17:03 affidavit? Apr 10 19:17:13 my music app could use that for sure. to let you filter the list of artists and albums without a keyboard Apr 10 19:17:14 number 2 on the paperwork list Apr 10 19:17:15 that'll be useful if the phone isn't multitouch especially Apr 10 19:17:27 michaelnovakjr_: link? Apr 10 19:17:38 jasta: that's true, just start gesturing the artist/album name Apr 10 19:17:55 http://code.google.com/android/adc_judging.html Apr 10 19:18:00 yeah, much better than sliding out a qwerty keyboard or whatever Apr 10 19:18:20 i have the alphabet bar on the left, but even i know that will not be enough. Apr 10 19:18:28 i'll have to enhance that a lot to make it usable Apr 10 19:18:31 michaelnovakjr_: seems reasonable Apr 10 19:18:38 but gesturing would be a great way to do searches Apr 10 19:18:39 "Affidavit of Eligibility, Publicity Release, and Payment Information -- Each participant will need to sign an affidavit confirming their eligibility to receive a prize and a release for Google to use your name in connection with your Entry. Also, we'll need certain information in order to actually complete payment of the prize money. " Apr 10 19:18:41 hey jasta ther eis this website where you sign and it recognizes the singer... Do you get the hint Apr 10 19:18:55 i meant what do we have to do with it B0jangles Apr 10 19:18:58 acsia: where you sign? Apr 10 19:19:10 give me a sec I ll try to find it Apr 10 19:19:21 michaelnovakjr_: If you win, they'll make you sign something to claim the money Apr 10 19:19:27 ah ok Apr 10 19:19:31 i am hoping android has some nice speech-to-text stuff as well Apr 10 19:19:35 yeah, that's only if you win Apr 10 19:19:37 i'd love to be able to hands-free the music app :) Apr 10 19:19:39 B0jangles, i thought it was before Apr 10 19:19:42 ah, no Apr 10 19:19:45 cool Apr 10 19:20:54 yeah, speech recog would be great...lots of people would love that Apr 10 19:21:09 someone was writing the speech reg Apr 10 19:21:35 is it going to be possible in java with a 600 Mhz processor? Apr 10 19:21:46 sure Apr 10 19:21:49 might be better off in c Apr 10 19:21:53 uh Apr 10 19:22:02 speech recog is a terribly complex problem Apr 10 19:22:12 do you want it to recognize words or transcripe spoken speech? Apr 10 19:22:21 transcribe* Apr 10 19:22:42 that's true, maybe be fast enough to do a word at a time...but not whole phrases Apr 10 19:22:55 it's not about speed Apr 10 19:22:58 it's about accuracy Apr 10 19:23:08 more speed = more accuracy Apr 10 19:23:13 if you can figure out a word 95% of the time, how many words in this sentence did you just muck up? Apr 10 19:23:28 now make it a more realistic 80%. Apr 10 19:24:12 if you want some java speech recognition code, I actually just wrote a basic one. Apr 10 19:25:06 Kraln: how did you go about doing it? Apr 10 19:26:50 uh, record samples, isolate utterance from background noise and silence Apr 10 19:27:02 well, that much is obvious Apr 10 19:27:07 fft, hamming window Apr 10 19:27:11 got it Apr 10 19:27:15 compare against known lengths, samples, and ffts Apr 10 19:27:15 was wondering if you used fft Apr 10 19:27:28 or tried to do it without Apr 10 19:27:29 without fft "hello" = "goodbye" Apr 10 19:27:44 could have done dct instead of fft, but the result is about the same Apr 10 19:27:53 and fft is faaaaast for power of 2 samples Apr 10 19:28:03 one could theoretically do it with a series of bandpass filters Apr 10 19:28:16 this is true. want me to put up the code? I have no further interest in it Apr 10 19:28:24 that's okay Apr 10 19:28:29 I know how to do it w/ fft Apr 10 19:28:44 just wondering if you had come up with some way that worked better on a mobile phone Apr 10 19:29:09 it does /alright/ with just the length of the utterance and the RMSE of the samples Apr 10 19:29:24 ah Apr 10 19:29:31 if your spoken commands are disparate enough, that'll suffice Apr 10 19:29:41 interesting Apr 10 19:29:43 ie, stop, play, pause, next. Apr 10 19:30:18 I got it to recognize "hi, mike, testing, hello, goodbye" with only one sample to compare against Apr 10 19:30:51 cool Apr 10 19:31:08 the thing that took the longest is finding where the utterance borders Apr 10 19:31:15 and that could be sped up quite a bit Apr 10 19:31:36 yeah, I wrote a pitch detecting algorithm awhile ago. same problem Apr 10 19:31:56 or rather, a system that employed pitch detection Apr 10 19:32:13 to detect zero point, I order all the samples and pick the one 10% of the way in as the 'zero' Apr 10 19:32:26 so, it's an array sort (n log n) Apr 10 19:32:37 * Kraln shrugs Apr 10 19:32:40 aye Apr 10 20:24:22 aloha everybody Apr 10 20:34:13 anyone know of the new p750 phone Apr 10 20:35:09 what about it? Apr 10 20:41:33 wow... not bad, 136 buffers in emacs Apr 10 20:43:22 * jasta is tempted to start a holy war, but there's just no time :) Apr 10 20:43:55 viiii Apr 10 20:45:29 uh oh...that war just isn't worth it Apr 10 20:46:26 why do people use vi when they can use vim? Apr 10 20:46:44 why do people use vim when they can use emacs? Apr 10 20:46:47 does anyone who says 'vi' actually not mean 'vim' ? Apr 10 20:46:55 davidw: I dunno Apr 10 20:46:59 do they? Apr 10 20:47:09 zhobbs, fetal alcohol syndrome or something like that Apr 10 20:47:10 If you mean vim, why not just say vim Apr 10 20:47:41 I guess that's not all that funny... never mind Apr 10 20:47:42 lol Apr 10 20:47:52 I think it's pretty funny Apr 10 20:48:08 hey, nothing funnier than fetal alcohol syndrome Apr 10 20:48:53 it would be better suited to a joke over a few beers or something... anyway... Apr 10 20:49:05 I can go get a beer if you'd like Apr 10 20:49:17 can i put the android os on any phone that has wm6 Apr 10 20:49:38 there have been a lot of people asking about installing android on phones today... Apr 10 20:49:52 ritztech: that s funny Apr 10 20:50:07 i know i know darn andriod Apr 10 20:50:14 windows mobile 6 yes? Apr 10 20:51:15 im trying to find out a good phone out there and you got bunch of phones over seas Apr 10 20:51:22 ritztech: android is the OS itself, it is not intended to run ontop of any other OS Apr 10 20:51:31 wait til this summer Apr 10 20:51:37 i know that i would have to load that Apr 10 20:51:48 There isn't currently any way to install Android aside from hacking your phone Apr 10 20:51:48 hmmm really ehh Apr 10 20:51:59 And it probably won't work very well Apr 10 20:52:03 i saw the asus p750 Apr 10 20:52:22 or emulated within your computer but that s not very portable Apr 10 20:52:25 B0jangles, actually, living in Austria, I'm kind of sick of beer Apr 10 20:52:31 hmmm is it jsut a linux load Apr 10 20:52:38 davidw: heresy! Apr 10 20:53:07 it's monotonous... I'll take a good red wine any time Apr 10 20:53:15 I also like wine Apr 10 20:53:24 Can't afford "good" red wine Apr 10 20:53:29 belgium has the best beer in the world Apr 10 20:53:32 but I enjoy "regular" red wine Apr 10 20:53:46 and it is not monotonous Apr 10 20:54:09 wine is expensive in the US Apr 10 20:54:19 It's cheap in Austria? Apr 10 20:54:40 I enjoy any beverage that help in my quest of oblivion Apr 10 20:54:45 I'll spend $10-$20 on a bottle of wine Apr 10 20:54:45 cheaper than in the states, because they produce a bit themselves, and can easily import it from italy, france, spain, etc... Apr 10 20:54:54 any more than that, and I assume I can't taste the difference Apr 10 20:55:12 davidw: I remember in austria this really cool type of wine place Apr 10 20:55:14 wine and co Apr 10 20:55:16 that s it Apr 10 20:55:21 cool idea IMO Apr 10 20:55:26 what was it? Apr 10 20:55:51 you choose your bottle and you can sit and have some cheese or snacks with your wine Apr 10 20:56:01 it was in vienna that I saw that Apr 10 20:56:22 I know it does not sound very extraordinary but it was more like a wine shop that let you sit and drink your bottle Apr 10 20:56:48 ah, yeah that is cool Apr 10 20:58:24 davidw: where do you live? Apr 10 20:58:32 Innsbruck Apr 10 20:58:42 Vienna would probably be a bit nicer in many ways Apr 10 20:59:16 here they eat massive portions of fatty pork, potatoes, and drink lots of beer. Which is great if you work outside in the snow 10 hours a day, but is otherwise a recipe for heart disease Apr 10 20:59:37 lol Apr 10 21:00:12 i enjoyed vienna very much, never been to innsbruck Apr 10 21:00:21 I went to klagenfurt as well Apr 10 21:01:06 I need a vacation to Europe, I haven't ever been out there Apr 10 21:01:46 I enjoy europe, especially living in London, you can travel for very cheap anywhere Apr 10 21:01:51 not a good time with the dollar where it is:-/ Apr 10 21:02:00 true Apr 10 21:02:09 yeah I know Apr 10 21:02:27 actually, I could get some free lodging in Holland...a friend of mine is moving out there Apr 10 21:02:40 so, might have to take advantage of that this year Apr 10 21:03:18 portugal's still fairly cheap Apr 10 21:03:21 I liked it too Apr 10 21:03:38 Italy is cool and along with france is perhaps one of the more varied countries in europe Apr 10 21:04:18 you can see everything from typical tirolean wood houses high in the dolomites to greek looking whitewashed cities on the shore in the south Apr 10 21:04:33 and italian girls are cute:-) Apr 10 21:04:49 cute but a pain in the a** Apr 10 21:05:31 I had a italian gf for 3 years Apr 10 21:05:47 i am married to an italian girl :) Apr 10 21:05:52 :) Apr 10 21:05:53 gained 30 pounds! Apr 10 21:06:01 hahaha yes that s how it goes Apr 10 21:06:03 michaelnovakjr_, where from? Apr 10 21:06:14 became 'la mama' Apr 10 21:06:27 i am in new york city Apr 10 21:06:43 and her? italian italian or italian-american? Apr 10 21:06:53 her family is from Naples Apr 10 21:07:27 meaning taht she grew up in italy or that he family grew up in italy? Apr 10 21:07:33 her Apr 10 21:07:43 both Apr 10 21:08:03 everytime I meet americans, they tell me they are irish or italians but it was actually their grand parents who were Apr 10 21:08:08 that's cool... it doesn't take long for most families to get completely assimilated and lose the language Apr 10 21:08:15 haha true Apr 10 21:08:21 i learned italian real fast Apr 10 21:08:25 I consider your nationality mostly where you grew up Apr 10 21:08:26 my wife is from near Padova Apr 10 21:08:38 some of the older people in her family don't speak english at all realy Apr 10 21:09:08 from all my travels, the most beautiful girls I ve seen are in lebanon Apr 10 21:09:14 untouchable but magnificent Apr 10 21:09:26 the most easy going are israelies Apr 10 21:09:49 the most beautiful girls per km in sweden Apr 10 21:09:50 intersting Apr 10 21:09:59 i'll be back in a bit Apr 10 21:10:07 the most interesting in kazakstan Apr 10 21:10:17 wow... kazakhistan? Apr 10 21:10:19 the most disapointed in russia Apr 10 21:10:26 I went there for a wedding Apr 10 21:10:39 cool Apr 10 21:10:44 russia exports all their women Apr 10 21:10:46 the funny thing is that KZ was the garbage of USSR Apr 10 21:11:02 weird Apr 10 21:11:16 so you had all the jews/german/ukrainian/inteligencia that were sent to KZ Apr 10 21:11:36 so now you have this kind of combination of mongol type of girl with blue eyes Apr 10 21:12:08 there was a guy in the IT dep of a place a worked for bit that was interviewing mail order brides Apr 10 21:12:08 I think mixed up genes like that usually make for attractive people Apr 10 21:12:14 (from russia) Apr 10 21:12:31 here in innsbruck they all look like AAAhhnuld Apr 10 21:12:44 etc.. a bit like venezuela and the imigration of germans after the WW2, nver been but I heard you can find the most beautiful girsl -> black skin with blue eyes Apr 10 21:12:46 well, not really, but a lot of them;-) Apr 10 21:13:24 zhobbs: I have a guy at work who s doing the same Apr 10 21:13:32 we managed to find a profile page for him Apr 10 21:13:35 so embarrassing Apr 10 21:13:40 let me see if I can find it again Apr 10 21:17:16 whe you use registerContentObserver, you can close you app and it will still be registered? Apr 10 21:25:27 im back my vpn kicked me out ahah Apr 10 21:30:55 acsia: no, though you still should unregister. Apr 10 21:52:39 snzzzzzz Apr 10 22:28:13 I just realized that by the time Google I/O happens, we should know who the ADC winners are. Hopefully some of them attend :) Apr 10 22:29:10 they will be able to afford it :) Apr 10 22:29:40 right, but most folks going will have decided before the 5th. Apr 10 22:30:00 why is it again? Apr 10 22:30:49 when is it again Apr 10 22:31:05 may 28-29 Apr 10 22:32:42 i am not going Apr 10 22:32:50 are any of you? Apr 10 22:33:04 if i can win and decide after the 5th :) Apr 10 22:33:32 f00f-: I am. Apr 10 22:34:02 It's an excuse to part with my buddy that lives down there Apr 10 22:34:18 also, his company is sending him to the conf. for some reason Apr 10 22:39:12 is there a way to set a scrollview so it cannot scroll past the bottom? Apr 10 22:54:01 is there any issues with the onLongClickListener on a ExpandableListActivity? Apr 10 22:54:20 I can not make it work for some reason while the onClickListener works jsut fine Apr 10 23:10:47 some nice question to the experts :P If i have a model loaded and i need to put several queries on it from different threads since i will not be modifying the rdf is it safe to use the same model ? Apr 10 23:11:07 read only Apr 10 23:20:34 Ix-X|tan, are you talking about the sqlite database? Apr 10 23:38:42 alright, wrote my project's README for the adc :) Apr 10 23:43:13 how long is it? Apr 10 23:44:00 I am thinking about either keeping it simple or add screenshots etc... Apr 10 23:49:50 is it possible to disable the zoom dialog on a map? Apr 10 23:50:16 acsia: It's 105 lines in a text file. Apr 10 23:50:35 I plan to include the README file and a demo video, that's it. Apr 10 23:50:43 I mean, and the application :) Apr 10 23:50:53 :) a video is a nice touch Apr 10 23:51:29 I'm gonna post a demo video here any day now too. I just have too many ideas! Apr 10 23:51:29 :) Apr 10 23:52:25 Can't settle on an interface because I keep improving it hehe Apr 10 23:52:32 plenty are looking forward to your video ;) Apr 10 23:52:35 Anyway, heading home now. Got a lot more work to do tonight :) Apr 10 23:53:00 I am brain dead, not sure if I should do some editing still or go to bed early... Apr 10 23:53:04 maybe another hour Apr 11 01:40:48 Wow that gesture recognition software is super sweet Apr 11 01:43:07 A really clever application, there must be a lot of knowledgeable logic behind it. Wasn't really sure what was going on at first in the videos but I'll definitely be giving that a download the minute its available. Apr 11 01:54:28 quality pixel art: http://www.youtube.com/watch?v=qDajd3X7sf8 Apr 11 01:56:31 true, but it's just a shmup Apr 11 01:58:06 justa well made, playable shmup Apr 11 01:59:45 Kraln Apr 11 01:59:48 you finally back? Apr 11 02:00:45 yes, I was swimming Apr 11 02:00:50 plus my mother is on the way to the hospital Apr 11 02:01:29 to #hi ? Apr 11 02:32:01 anyone know of a way to keep a scrollview from scrolling past the bottom? Apr 11 02:44:03 is there a slider bard widget for androdi? I cant seem to find one Apr 11 02:53:07 someone created a crude one, i think Apr 11 02:54:06 jasta: do you know what the widget is called when you create na ew contact, you can click on the phone type and a menu appears, very similar to how submenu works Apr 11 02:57:13 anyone know of a SimpleAdapter example? Apr 11 02:58:04 I'm also unable to find the slider widget you mentioned **** ENDING LOGGING AT Fri Apr 11 02:59:57 2008