**** BEGIN LOGGING AT Sun Apr 12 02:59:57 2009 Apr 12 04:18:55 hi, anyone can do me a favor to check my app on android market? I have a dev phone and couldn't see my app on the device Apr 12 04:21:32 anybody here? Apr 12 04:32:01 yeah Apr 12 04:34:20 yep. Apr 12 04:42:29 anyone of have g1 devices? Apr 12 04:44:38 flybird: adp1 Apr 12 04:45:30 oh, then do you see paid apps on your device? Apr 12 04:51:59 flybird: whats your apps name? Apr 12 04:55:59 ADP1s don't see paid apps Apr 12 04:56:16 or wait Apr 12 04:56:20 yeah they do, it's protected they don't see Apr 12 04:56:30 i always get the two confused :x Apr 12 10:20:53 hey guys, do you know which partition stores the unlock/lock information? Apr 12 14:38:28 Hi, on the doc it's say : To read data from a file, call Context.openFileInput() and pass it the local name and path of the file. <--- Where is located the local app folder ? I tried to list folder under the location "." without success I just want to load a res/drawable/my.png using a png name not "handled" by the R.drawable.stuff. Apr 12 15:34:56 hi. anyone use scala for android development? Apr 12 15:36:45 my actual question is how i can avoid having to re-dex big .jar files, and bundle several .dex files Apr 12 17:12:42 Anyone know how to set do Http Authentcaiton? Apr 12 17:30:44 Hi! Does anyone know how to use an intent to open Android's calculator? Apr 12 17:30:48 Thanks in advance! Apr 12 17:37:03 I tried to launch the calculator using org.openintents.action.CALCULATOR, but it does not seem to work... Any clue? Apr 12 17:39:25 I don't know the answer, but do you want to launch the calculator to get some number FROM it? **** BEGIN LOGGING AT Sun Apr 12 19:46:06 2009 Apr 12 19:59:48 Hello, Apr 12 20:01:51 I'm trying to create a little application which does some 2d animation. I took a close look at the lunar lander demo and created my own View which is derived from SurfaceView. When I try to attach it to my FrameLayout my application crashed. I must admin I'm new to eclipse/android development. Is there some needfull information where can I debug or see a meaningfull stacktrace? Apr 12 20:02:36 http://developer.android.com/guide/developing/debug-tasks.html Apr 12 20:12:50 freat: thx - debugging helped Apr 12 20:44:27 protip: run proguard before dexing to signficantly speed up the process and make your apps smaller at the same time Apr 12 21:07:56 i want to use a private sqlite db without a content provider, where do i best open the database and where should i keep the handle? Apr 12 21:18:52 chris2: what options do you use with proguard? especially what -keep options do you use? Apr 12 21:19:17 -keep public class org.chneukirchen.* Apr 12 21:19:20 all my stuff so far Apr 12 21:19:37 chris2: ok. I try that Apr 12 21:19:53 i guess i can only keep activities later on, or stuff that is referenced from the manifest Apr 12 21:20:27 http://pastie.org/444499 works for me Apr 12 21:21:43 chris2: youre using scala with android? Apr 12 21:22:03 yes Apr 12 21:22:06 how much bigger do your apks get? 800kb? Apr 12 21:22:30 before proguard, 800-1200kb Apr 12 21:22:50 chris2: did you do scala before? or are you learning scala along with android? Apr 12 21:23:00 now 28k, but it its barely 300 loc Apr 12 21:23:14 i learned scala a few weeks ago :P Apr 12 21:23:26 and java only last year :P Apr 12 22:46:07 when I want to do some animations - is the opengl context MUCH more faster that Bitmaps/Canvas. Will it consome lots of battery? Apr 12 22:47:29 chris2: how do you setup scale for android? simply import all the necessary file and do interop? Apr 12 22:48:14 setup was? Apr 12 22:48:17 *what Apr 12 22:48:34 ah, scala =) Apr 12 22:48:46 yeah, you need to add compilation for .scala files Apr 12 22:48:55 that's about it :) Apr 12 22:50:16 chris2: I watched the scala screencast from martin odersky few days ago - and was hooked. programming android feels a bit like programming java applets (beside we have closures now). will you share your scala wisdom in a blog post or something? Apr 12 22:50:36 probably :) Apr 12 22:50:52 chris2: what's your blog? Apr 12 22:50:59 yeah, defining all the callbacks is not yet nice, tho Apr 12 22:51:17 i need to toy with implicit converters from closures to onClick callbacks etc Apr 12 22:51:36 sebastiandeutsch: http://chneukirchen.org/blog/ Apr 12 22:54:04 chris2: I'll keep an eye on it. Apr 12 22:54:10 ok Apr 12 22:56:11 chris2: have you taken a look at clojure aswell? Apr 12 22:56:22 not seriously Apr 12 23:54:37 how do i make links in a WebView load in that webview and not in a browser? Apr 12 23:59:14 morganx: had similar issues when developing using phonegap http://phonegap.com/ - I don't know how to solve them - but I helped myself loading everything with AJAX and jsonp Apr 13 00:02:21 good to know. i'll take a look at phonegap. Apr 13 00:03:28 did any of you combined json and gzip? Apr 13 00:05:11 I derived a view from SurfaceView and want to track clicks or touchs, can I implement those event listeners directly in the view? Apr 13 00:09:32 anyone here know how to do HTTP Authentication? Apr 13 00:11:28 AakashPatel, try this ? http://www.java2s.com/Code/Java/Apache-Common/BasicAuthenticationForJSPPage.htm Apr 13 00:15:13 recursv: i got it, thanks anyway :-) Apr 13 00:15:20 np Apr 13 00:15:26 anyone here familiar with RPC and JSON? Apr 13 00:30:59 * recursv shakes head Apr 13 00:35:58 I'm looking for a way to load a texture into memory from a Bitmap directly? Apr 13 00:36:11 Does such a thing exist? **** ENDING LOGGING AT Mon Apr 13 02:59:58 2009