**** BEGIN LOGGING AT Sat Jun 07 02:59:59 2014 Jun 07 03:00:22 With onBackPressed Jun 07 03:00:27 f2prateek: finish when the back button is pressed? Jun 07 03:00:47 Yup, calls the finish meyhod Jun 07 03:01:57 f2prateek: thanks :) Jun 07 03:02:01 trying it out now Jun 07 04:16:34 Hey Jun 07 04:16:39 is anyone alive? Jun 07 04:19:34 I am building a game with stacked cards, and adding them to a RelativeLayout with margins of index * 15. Jun 07 04:19:53 The problem is, if too many cards get added to the view, the rightmost ones get shrunk - such as http://imgur.com/WfnEWd7 Jun 07 04:20:25 What would be a better way to do it? Join all the drawables together into one image? A different type of layout? Jun 07 04:25:28 Bueller? Jun 07 04:34:44 Hi, can anyone help me with SurfaceViews? I'm using a navigation drawer with fragments to switch the SurfaceView that is displayed on the screen. I know this part is working because I have multiple SurfaceViews with different colors set as the background and I see this changing. In the SurfaceView, I am trying to draw a bitmap, but this is not work Jun 07 04:34:45 ing. I've traced this back to surfaceCreated not getting called (therefore, my thread doesn't start which handles the drawing) Jun 07 04:36:00 (I've done extensive searching on Google, Stacktrace, the Android Google group, etc. and none of the solutions worked for me) Jun 07 04:52:50 Hello! Jun 07 04:56:21 Hey! Jun 07 04:56:36 You good with custom views much codeguru? Jun 07 05:01:04 achuinard: not really. What's your q? Jun 07 05:24:53 what i should do, if android command can't seen targets, but i've install API versions 17...19? Jun 07 05:24:58 ? Jun 07 05:26:13 % ls /opt/android-sdk/build-tools [master-9:19:08] Jun 07 05:26:14 17.0.0 18.0.1 18.1.0 18.1.1 19.0.0 19.0.1 19.0.2 19.0.3 19.1 Jun 07 05:26:33 % android list target [master-9:25:54] Jun 07 05:26:35 Available Android targets: Jun 07 05:26:41 raspberrypifan: now more good? ^ Jun 07 05:27:06 im not sure what to tell u Jun 07 05:27:11 maybe someone else knows more Jun 07 05:27:16 :( Jun 07 05:27:24 that so holy shit. Jun 07 05:27:33 i set ANDROID_HOME Jun 07 05:27:38 but that too nothing. Jun 07 05:34:13 oh, i understand Jun 07 05:34:21 i install only build tools Jun 07 05:34:28 but not api Jun 07 08:01:44 So as I understand, android development doesn't support java 1.7, so if I'm going to get any books on coding java I better get one for java 1.6 I guess? Jun 07 08:08:40 Hello,, Jun 07 08:09:49 I am have question regarding SlidingMenu, are there any one could help me with sliding ? ? Jun 07 08:12:19 I am trying to make it from left to right ! Jun 07 08:13:33 any help ? Jun 07 08:18:02 try #android Jun 07 08:18:07 jking Jun 07 08:18:48 I have tried :( Jun 07 08:19:09 ok sliding menu? Jun 07 08:19:12 I'll see what i can do Jun 07 08:19:51 I would make it from left to right side Jun 07 08:20:45 K havne't used it before but I'm seeing if i Can do it Jun 07 08:21:12 SlidingDrawer? Jun 07 08:21:43 yes Jun 07 08:21:44 I would greatly appreciate it Jun 07 08:24:17 Sec gotta create a test project Jun 07 08:24:46 k Jun 07 08:28:41 Have you looked at the orientation setting? Jun 07 08:30:23 No, where can I find it ? Jun 07 08:31:14 It's a property of SlidingDrawers Jun 07 08:35:26 amjadf: Here this is what you wabt http://developer.android.com/reference/android/support/v4/widget/DrawerLayout.html Jun 07 08:35:30 want rather Jun 07 08:39:23 pertecouture: Yup I found what I need thank you so much Jun 07 09:12:19 hey Jun 07 10:07:49 hi to all, need help to implement actionbar tab (correctly). actually works but every time enter in a tab, it will be recreated at all, i want to keep my tabs always alive Jun 07 10:18:54 ImageView setImageURI... can't i use web url there ? Jun 07 10:57:55 anyone know if Android can play audio at 49716Hz anyhow? at least opensles didnt like that freq Jun 07 10:58:15 havent tried openmax al yet, but i guess its the same deal Jun 07 11:23:53 <.< Considering that anyone might be active in here, has anyone worked with developing a HTML/JavaScript application in MoSync? Jun 07 11:32:05 hey there, i am connecting to a server via basic authentication, if the credentials are right, the server gives me back an userid, if not the (content) response is empty. how can i check this? tried checking if response.getStatusLine().getStatusCode(); is 403, but the response code i get is only 401 Jun 07 11:32:10 Is there a way to know from activity which activity launched it? Jun 07 11:46:49 Nearly 400 people.. all silent... Jun 07 12:03:04 probably sleeping Jun 07 12:03:35 Statistically, some may be dead. Jun 07 12:04:01 Truth. Jun 07 12:04:13 Or never alive to begin with... Jun 07 12:06:45 But either way, sleep, death and undeath are the enemy of development... Combatted properly with bawls, cybernetics and holy water respectively. Jun 07 12:36:40 app.create() Jun 07 12:36:55 damn it, TooLazyException Jun 07 12:36:59 lel Jun 07 12:40:15 Pocket Casts is a really great app that I paid for Jun 07 12:40:26 their Music For Programming pod is really really good Jun 07 12:40:29 documentation.fail.wall = 1000; google.reference = 350; if (documentation.fail.wall > google.reference) else app.create(); Jun 07 12:40:54 you feel smarter as you listen Jun 07 12:41:15 (results may vary) Jun 07 12:45:01 anyone know of a lib that monitors Google Maps notifications and translates them into enums or such? Jun 07 12:46:15 man, G+...what an app Jun 07 12:46:46 mind boggling skills Jun 07 12:48:56 You wouldn't offhand have any experience with MoSync or PhoneGap and saving a variable from one session to the next using only javascript and html would you? tried window.localstorage.setItem/getitem (Using proper capitalization) but it just freezes any functions that use it and it is the only thing I can find after a full day spent scouring the mosync site and google that is supposed to let me store variable data and access it lat Jun 07 12:49:20 none whatsoever Jun 07 12:49:29 Alas. Jun 07 12:49:33 #phonegap Jun 07 12:49:36 #phonegag Jun 07 12:50:08 I love how well Android treats me Jun 07 12:50:15 I've been through Titanium and Phonegap Jun 07 12:50:25 such pain Jun 07 12:52:01 Heh. MoSync encapsulates some of the PhoneGap libraries and one of them is the one that holds the window.localstorage system of saving data. MoSync has been helpful as it's let me port my pure JavaScript/Html app to android, but wanting to take it to the next level by actually saving data between sessions is giving me headaches. Jun 07 12:53:01 how is it doing that Jun 07 12:53:06 show me your app? Jun 07 12:54:44 Sure, give me a sec. Jun 07 13:03:23 but this is really write in Android from scratch Jun 07 13:04:02 it'll be so much prettier and....just better Jun 07 13:30:01 anyone ever tried to set a different cursor for an EditText? Jun 07 13:30:11 like those nice block cursors in Terminals Jun 07 13:30:39 there's cursorVisible, but that's not what I want of course Jun 07 13:31:54 There's no open source terminal apps on play store that does it? Jun 07 13:32:17 http://stackoverflow.com/questions/6225995/can-i-change-the-cursor-size-in-android-edit-text-field Jun 07 13:32:22 there it is Jun 07 13:32:32 jackpal does it, that's what I got inspired by Jun 07 13:36:19 hmmm, does not play well with setting background of edittext to transparent for making that blue line disappear Jun 07 13:46:49 yea that solves it perfectly with 10dp Jun 07 13:46:59 unix-like cursor Jun 07 13:52:47 how can I detect an enter from inside a textview without having it being mistaken for a new line? Jun 07 13:53:42 I already have its imeOptions set to actionGo, and I'm listening inside its onEditorAction for actionId == Editor.IME_ACTION_GO Jun 07 13:53:53 it isn't logging Jun 07 14:01:15 ah, inputType needs to be text Jun 07 14:01:35 what would be the best way of making a listview with each item leading to a new layout on an onclick event? Jun 07 14:01:48 im not asking for solution, im just wondering what i need to read up on to better understand what i need to do Jun 07 14:02:37 you construct an adapter and feed it the raw list of your stuff Jun 07 14:03:02 each with the layout of how each element in that list is going to look like (100 elements will take 1 layout, for example) Jun 07 14:03:17 so i dont need numerous layouts? Jun 07 14:03:30 you construct a layout for the activity that's going to include that listview, find that listview in the code (from XML) and do a setAdapter(instanceOfYourAdapter); Jun 07 14:03:34 you need 2 Jun 07 14:03:50 1 for the activity that has the listview, and another for the layout to be used on the listview's children Jun 07 14:04:03 thats exactly what i wanted Jun 07 14:04:03 ------- ** ------ username ------ ** ------- password Jun 07 14:04:13 every child will look like that Jun 07 14:04:19 so what classes do i need to look up to understand how it works? Jun 07 14:04:26 ArrayAdapter Jun 07 14:04:35 your day is gone :) Jun 07 14:04:39 so dont make plans Jun 07 14:04:39 thanks a bunch! Jun 07 14:04:45 its complex, huh? Jun 07 14:04:52 no but getView() is tricky Jun 07 14:05:04 well i got enough beer Jun 07 14:05:33 balmer peak is real Jun 07 14:06:11 actually im still not sure whether getView() is tricky because lesser-skilled developers make it carry the load of the listeners instead of leaving it to the main activity under listview.onitemclick() Jun 07 14:06:15 or that it's just tricky Jun 07 14:06:37 cause I do it in getView() and it doesnt feel right Jun 07 14:06:41 maybe that's the source of the suffering Jun 07 14:06:53 its up to me to find out Jun 07 14:38:00 I'm using AndroidStudio, and attemtpingt to use MS Azure. Looking for AndroidManifeast.xml file... but I cannot find it in the android project... am I doing something wrong? Jun 07 14:57:32 what IrishGringo ? Jun 07 14:58:05 there *must* be an AndroidManifest.xml file in your project, otherwise the means of generating the project's file is wrong Jun 07 14:58:27 files* Jun 07 15:01:40 anyone have any suggestion for a +1 button on a native game? Jun 07 15:01:52 I've been googling and cant find anything Jun 07 15:03:48 or I should rephrase me question. I come from iOS and i've nice success in getting people to review the games Jun 07 15:03:56 on android not so much, do people do more for reviews or +1? Jun 07 15:04:20 im starting to get nice numbers via ASO and cross promo, but really not enough reviewing going on Jun 07 15:04:38 so I guess it's not as simple as asking for reviews like iOS Jun 07 15:04:50 which works great over there Jun 07 15:06:22 I would but I don't have an android phone I keep with me atm. QcMat Jun 07 15:06:36 oh no I didnt meant to ask for reviews if it came out like that Jun 07 15:06:42 I want reviews from the users, constantly :) Jun 07 15:06:52 thanks though Jun 07 15:07:04 you cannot possibly be asking to control people... Jun 07 15:07:09 ? Jun 07 15:07:19 people will review your app if they feel like it, how could you possibly ask why arent they doing it? Jun 07 15:07:22 you do know it'S possibly to optimize an experience to guide people to do what you want right? Jun 07 15:07:31 you dont know what you're talking about sorry Jun 07 15:07:34 #android <-- Jun 07 15:07:47 Sicp: er, no Jun 07 15:07:49 ok so android experience is non changeble? you make an app and you cant change it to get people to do what you want? Jun 07 15:07:51 seriously dude -_- Jun 07 15:08:02 QcMat: just don't do what they did with dungeon keeper... Jun 07 15:08:05 ok :) do it Jun 07 15:08:10 solve it Jun 07 15:08:17 I did on iOS and i'm making millions to prove it Jun 07 15:08:21 will do on android too Jun 07 15:08:25 Leeds, what was that? Jun 07 15:08:31 then do! this is awesome news! Jun 07 15:08:33 bugging people? that's bad Jun 07 15:08:35 er, making millions, yet need to ask for advice on IRC? Jun 07 15:08:41 I do and I help people do it daily on iphonedev channels Jun 07 15:08:54 I'm just asking about a native solution to a +1 button Leeds Jun 07 15:08:56 primarely Jun 07 15:09:06 there should be on SO Jun 07 15:09:09 code question originally Jun 07 15:09:12 that I explained my reasoning Jun 07 15:09:20 https://developers.google.com/+/web/+1button/ Jun 07 15:09:21 there you go Jun 07 15:09:28 native Jun 07 15:09:40 I know how to google "+1 button" Jun 07 15:09:57 I'm sure im not the first one wanting this in a cpp app but it seems so Jun 07 15:09:59 from what I can find Jun 07 15:10:03 if I have to ill make it for sure Jun 07 15:10:15 you dont seem to need help Jun 07 15:10:21 but im sure there's native solutions, hence why I ask here incase someone had it Jun 07 15:10:30 Sicp, stop answering me please Jun 07 15:10:35 you just dont like me and that's ok Jun 07 15:10:36 bye Jun 07 15:10:44 waaaat Jun 07 15:10:48 sorry dude Jun 07 15:10:53 your answers arent answers Jun 07 15:11:46 I think what im asking is impossible, as it would make it easy for us to click it via code Jun 07 15:11:53 so I guess ill just link to the store where they can +1 there Jun 07 15:12:08 if anyone has any other solution, that'd be awesome, thanks Jun 07 15:12:29 QcMat: dungeon keeper popped up a dialog asking users to rate the app, with two buttons... if they tapped the "5*" button, they were taken to the store to rate it... if they tapped the "1-4*" button, they were taken to an EA page where they were asked to comment on the app Jun 07 15:12:34 Sicp: I found it... I was looking at someone elses code, and they had just not included it. Jun 07 15:12:42 Leeds GROSS Jun 07 15:12:44 wow -_- Jun 07 15:12:47 EA gotta EA Jun 07 15:12:57 nasty, eh? Jun 07 15:13:00 indeed Jun 07 15:13:08 I worked with EA for 2 years, ive seen the grossness hehe Jun 07 15:13:14 but that tops it off Jun 07 15:13:19 of course, once the player had been sent to the play store, they could rate it whatever they wanted... but still Jun 07 15:13:27 yeah it's just bad Jun 07 15:13:37 Qc: stackoverflow.com/questions/8843550/adding-a-google-1-button-in-android-app Jun 07 15:13:53 night927, so we cant control the positioning or anything of the button? Jun 07 15:14:00 it's just Google UI and that's it? Jun 07 15:16:23 Alas, I don't know. That link seemed relevant to your inquiry but I don't have experience putting it into practice. Jun 07 15:16:26 <7F1AAUX1X> Is there a Swift-to-Android compiler? Jun 07 15:16:41 there is not 7F1AAUX1X, appcodes will probably get onto it Jun 07 15:16:54 else they have to die Jun 07 15:16:58 so I guess they will get onto it Jun 07 15:17:13 night927, thanks for the linkl Jun 07 15:17:37 I was hoping someone had already done this on cpp side, maybe I can do it and github it Jun 07 15:17:42 and get all the internet points \o/ Jun 07 15:19:12 I got a last question for you android vets Jun 07 15:19:29 if you had to prioritize getting reviews or +1s, which would it be? Jun 07 15:19:45 I'm kind of confused, as both kind of serve the same purpose, +1 being more friend focused Jun 07 15:20:30 reviews Jun 07 15:20:58 thanks Leeds , I guess I should focus on that then, like iOS Jun 07 15:21:04 I got sidetracked by +1 concept Jun 07 15:21:39 on iOS reviews will totally make an app be from nothing to a pretty nice success, obviously has direct link to rankings Jun 07 15:21:48 for me, I look at the number of reviews to see how useful the average score is likely to be, and assuming the score is decently high, I'd call it a proxy for how popular the app is Jun 07 15:21:51 ASO + reviews = win Jun 07 15:22:00 ok cool Jun 07 15:22:11 I bought a nexus 5 to "get into android" 3 weeks ago, love the phone so far Jun 07 15:22:18 so that I can be more exposed to all those concepts and apps Jun 07 15:22:24 learning experience Jun 07 15:22:39 I focussed on iOS only for too long hehe Jun 07 15:23:10 eh, if you're making millions on iOS, I'd probably say stick with it :P Jun 07 15:23:13 do you live in quebec Jun 07 15:23:17 I do nick9998 Jun 07 15:23:29 me too i live in montreal Jun 07 15:23:30 Leeds, I got all my apps ported to android, might as well give it a try, fortunately it was easy because I use cocos2d-x Jun 07 15:23:35 cool nick9998 , i'm 15 minutes south Jun 07 15:23:39 example? Jun 07 15:23:51 I got 2 at powpowgames.com and another at epicninjagame.com Leeds Jun 07 15:23:58 and quite a few more small niche apps Jun 07 15:24:13 my favorite is epic ninja game and it's an epic faillure hehe Jun 07 15:24:20 it's the game I wanted to make since I was 11 :) Jun 07 15:24:45 nick9998, not many mobile devs in montreal on freenode! Jun 07 15:24:50 you're the 2nd I see :) Jun 07 15:25:14 haha true dat Jun 07 15:25:19 Are you french? I am Jun 07 15:25:32 judging by your name I guess no Jun 07 15:25:33 ? Jun 07 15:25:47 no english Jun 07 15:25:49 ok cool Jun 07 15:25:52 i live in montreal-est tho Jun 07 15:25:54 no worries im no PQ fanatic :P Jun 07 15:25:59 cool, my sister lives there Jun 07 15:26:11 ill msg you in pv, we're getting off topic Jun 07 15:32:29 unity is good because its cross-platform, i think Jun 07 15:32:44 question: is it the same unity as unity on ubuntu Jun 07 15:32:45 ? Jun 07 15:33:01 I use both cocos2d-x and unity Jun 07 15:33:03 lol? Jun 07 15:33:04 unity is awesome indeed Jun 07 15:33:06 nick9998: what ? :D Jun 07 15:33:40 no, it's not the same unity as ubuntu's UI platform Jun 07 15:34:05 ah ok Jun 07 15:34:29 interesting Jun 07 15:34:37 I would have thought they'd follow each other, the versions Jun 07 15:34:45 I cant wait for unity 5, should be fun Jun 07 15:34:56 no, no... ubuntu has a GNOME front-end, called unity - window manager, desktop, icons, etc. Jun 07 15:35:03 it's nothing to do with the 3D/game engine Jun 07 15:35:24 I assumed that's what nick9998 meant... Jun 07 15:35:27 yes Jun 07 15:35:31 one of them should change names Jun 07 15:37:01 haha one of them Jun 07 15:37:03 I wonder which... Jun 07 15:37:40 mostly, I think people don't confuse them :P Jun 07 15:37:44 there's that Jun 07 15:37:51 just nick9998 Jun 07 15:37:56 there was an iphone before the iphone, and there was swift programming before swift from apple Jun 07 15:38:03 when you are a big corporation, you dont give a shit Jun 07 15:38:20 Testing Jun 07 15:38:43 I don't think canonical or whoever-owns/makes-unity3d are big enough companies to walk over trademarks like that Jun 07 15:39:03 interesting Jun 07 15:39:08 I would have thought they'd have some serious money Jun 07 15:39:13 but then yeah, it's expensive, niche Jun 07 15:40:42 I wouldn't be too surprised if the two of them had informally agreed to respect each other's naming - given that AFAIK unity3d is only really officially supported for Linux on Ubuntu anyway Jun 07 15:41:28 quite possible it was a decision done early Jun 07 15:41:33 before unity as we know it became big Jun 07 15:42:23 which unity? ;) Jun 07 15:43:12 the big one hehe Jun 07 15:43:15 unity3d.com Jun 07 15:43:26 unless im mistaken and the other is a big one too? Jun 07 15:43:48 it's as big as ubuntu is... which is somewhat questionable Jun 07 15:43:56 oh ok it's big then Jun 07 15:44:07 ubuntu is big enough that i'd call it big Jun 07 15:45:48 anyway, /me afk Jun 07 16:02:39 hello Jun 07 16:02:47 hey Jun 07 16:03:13 is there an event I can listen to that occurs when FrgmentTransaction is reversed? Jun 07 16:31:56 Hi all, I'm trying to use OpenGL 1.1 with SDL, and for a good majority of the functions I'm using I get the error "called unimplemented OpenGL API" Jun 07 16:32:01 and the tag is libEGL Jun 07 16:32:13 Does anyone know what could be causing that? Jun 07 16:32:48 ? Jun 07 16:33:29 how to program Jun 07 16:33:38 need to study bokk? Jun 07 16:33:52 Nah... Jun 07 16:33:57 aNDr0iD EaSy ? Jun 07 16:35:04 dependency inject all the things! Jun 07 16:35:17 too late now though Jun 07 16:35:38 wHo iS dEPeNDeNCy ? Jun 07 16:36:32 your mom Jun 07 16:36:35 hOw LoNG iS A=1; B=1; PRINT C=A+B; pRoGrAm iN aNDr0iD ? Jun 07 16:38:01 kEyBoArD hAs 104-150+ sInGLe iNpUT Jun 07 16:38:05 Da_Rhyno, Android uses OpenGL ES, not OpenGL Jun 07 16:38:20 tOuCh sCrEEn hAs 1920x1080 = 9MiLLi0n iNpUTs ? Jun 07 16:38:49 Ologn - I know. I meant to say OpenGL ES 1.1, my apologies on that. Jun 07 16:38:57 2 MiLLi0n Jun 07 16:39:11 Ologn - Have you ever seen an error like that befor? Jun 07 16:39:12 2073600+ Jun 07 16:39:13 before* Jun 07 16:39:23 hi guys Jun 07 16:39:28 I'm using SDL2 with the NDK. Jun 07 16:40:02 Da_Rhyno: http://stackoverflow.com/questions/5926316/android-gles20-called-unimplemented-opengl-es-api Jun 07 16:40:03 ? Jun 07 16:40:07 iS tHiS #aNdR0iD-dEV-bEGiNNEr ? Jun 07 16:40:14 flwico: Please type properly, not that mix of lower and upper case characters Jun 07 16:40:25 i want to create a global map variable so that multiple fragments can manipulate it. I have been told to stay away from global variables all my life, is there a better method to doing this? Jun 07 16:40:32 Read d.android.com if you want to learn how to program for Android Jun 07 16:40:57 jubjub_: what's the global map for? Jun 07 16:41:23 U aLL DiD 4+ yRs android programming course ? Jun 07 16:41:53 Mango_Man: essentially there is a name attached to an array of objects. the first fragment displays the name and the second will display the respective object array as a list. Jun 07 16:41:57 Da_Rhyno, you might have to indicate you are using OpenGL ES in the manifest Jun 07 16:42:04 Mango_Man - I've seen this before. However I haven't tried using glGetString(). I need to see if I can even access it through the NDK... It appears as though a lot of OpenGL ES 1.x functions aren't being found. Jun 07 16:42:08 Ologn - I did. Jun 07 16:42:33 Jun 07 16:42:44 jubjub_: seems complicated, why do you need two fragments for that? Jun 07 16:43:53 Mango_Man: A similar scenario is like Gmail where you have multiple accounts in one fragment (equivalent to my "names") and a list of objects (emails) in another fragment Jun 07 16:46:28 jubjub_: i guess you wouldn't need a map though, since you could set fragment arguments whenever you select an account Jun 07 16:46:38 in your gmail example Jun 07 16:46:50 hOw mUCh tO sTuDy tO gEt aNDr0iD pRoGrAMMEr cErtiFiCATe ? Jun 07 16:47:23 flwico: Again, please type properly. Jun 07 16:47:33 A L0T! Jun 07 16:48:19 adnroid shcould be simpl like touch and rotate n shake Jun 07 16:48:22 jubjub_: it could be cleaner if you reasoned about dependencies, like "this content fragment requires an account object" or something like that Jun 07 16:48:27 ? Jun 07 16:48:35 i only learned dagger yesterday :D Jun 07 16:48:53 flwico: go to coursera.com Jun 07 16:49:02 Mango_Man: to send my object array in as an argument it would need to be parcelable correct? Jun 07 16:49:10 how many lines program neeed to take camra foto n add gps location to it ? Jun 07 16:49:27 flwico: 43K Jun 07 16:49:34 ?? Jun 07 16:49:40 43 thousand lines Jun 07 16:49:41 ? Jun 07 16:49:47 including foto ? Jun 07 16:49:57 no im just shittin ya my man Jun 07 16:50:03 40kb foto 3 kb program Jun 07 16:50:03 ? Jun 07 16:50:28 flwico: i can tell you that a GPU graphics driver contains more than 60 million lines of code Jun 07 16:51:02 android just can do " get.photo.from.camera.1280x720 && send.to.email ? Jun 07 16:51:06 jubjub_: i don't know, where are you getting your objects? maybe it'd be better if you could get those objects in the fragment to avoid having to pass them Jun 07 16:51:38 pc gpu ? Jun 07 16:51:38 flwico: no you need to know the minutia of 3d rendering Jun 07 16:51:59 the different z-buffering techniques etc Jun 07 16:52:19 but nvidia driver is free Jun 07 16:52:29 only gpu hardware costs Jun 07 16:52:32 hmm you make a good point Jun 07 16:52:45 nobody gives 60mil lines typing free Jun 07 16:53:07 flwico: it's all compiled into a binary so you can't really see the source code.. Jun 07 16:53:11 i can dwnload it without buying gpu Jun 07 16:53:29 and why need source > Jun 07 16:53:31 ? Jun 07 16:53:41 i go jail if copy paste ? Jun 07 16:53:47 yes :( Jun 07 16:53:49 android is not free ? Jun 07 16:54:03 its free as in beer Jun 07 16:54:07 apple is not free and scam Jun 07 16:54:19 never seen beer Jun 07 16:54:20 Mango_Man: i think ill move the map into the second fragment and then i can just send in the key when switching fragments Jun 07 16:54:29 but hear that bere joke a lot online Jun 07 16:54:31 wat it means ? Jun 07 16:55:00 beer is free but not free wat how ?? Jun 07 16:55:20 u pay 500% tax on free beer bottle ? Jun 07 16:55:24 watever Jun 07 16:55:45 Mango_Man: my second question is how can i save this map so that it is not destroyed when the fragment//app is destroyed? Jun 07 16:55:53 flwico: do you have any icons Jun 07 16:56:06 i'm looking for a lava lamp icon specifically, can you help me Jun 07 16:56:15 animated ? Jun 07 16:56:19 32x32 ? Jun 07 16:56:22 no Jun 07 16:56:26 72x72 Jun 07 16:56:29 jubjub_: is this map data always the same? so you're not hitting the network or a DB or anything? Jun 07 16:56:32 how can u not find ?? Jun 07 16:56:43 u dont knw how to convert images to ico ? Jun 07 16:56:51 i would need transparent png Jun 07 16:56:53 thanks Jun 07 16:57:10 i have many transparent png Jun 07 16:57:16 sweet Jun 07 16:57:28 i play with those in the 1MB paint app Jun 07 16:57:31 Mango_Man: the map data is local to the device. Jun 07 16:57:48 its same shape as image , not suare box tile Jun 07 16:58:00 and add elastic, water, wax all effects Jun 07 16:58:13 then bend n burn it Jun 07 16:58:23 that sounds way too complicated Jun 07 16:58:36 jubjub_: you could save it as an xml resource and load it in whenever you need it Jun 07 16:58:52 can you just make me the 72x72 transparent png lava lamp icon Jun 07 16:59:04 yEs Jun 07 16:59:07 thanks! Jun 07 16:59:11 y u cALL iT iC0n ?? Jun 07 16:59:14 u said PNG Jun 07 16:59:21 icon is .ico Jun 07 16:59:35 icon.png Jun 07 16:59:38 for android app Jun 07 16:59:41 thanks pal Jun 07 16:59:54 i will attend your daughter's wedding Jun 07 17:00:11 hey Mango_Man Jun 07 17:00:13 Mango_Man: do you know of a tutorial on this i can look at? Jun 07 17:01:00 i fOuND Jun 07 17:01:08 your the man cool guy Jun 07 17:01:14 hey Napalm Jun 07 17:01:34 jubjub_: just put your data between some tags Jun 07 17:02:10 this 1 not real transparent. alpha transparent trash Jun 07 17:02:13 Napalm: thanks for the pot icon btw :D Jun 07 17:02:20 Mango_Man: i don't know how to do that...never done it before :S Jun 07 17:02:20 still working on the same app though Jun 07 17:02:23 did it all work out? Jun 07 17:03:09 Napalm: yep, i spent a lot of time working on the backend and getting caching right Jun 07 17:04:56 fg Jun 07 17:05:02 Anyone got a rooted Moto G / X? Jun 07 17:05:30 jubjub_: stick your data in an xml file like this http://hastebin.com/origudefif.xml Jun 07 17:05:45 then refer to it using getResources().getStringArray() Jun 07 17:05:57 you could cache that string array too Jun 07 17:06:24 they bcome opaq on resizing Jun 07 17:06:29 72x72 only ? Jun 07 17:08:24 okay i need one 72x72, one 36x36 ,and one 48x48 Jun 07 17:08:26 actually Jun 07 17:08:52 Mango_Man: but it's a map> not a string array Jun 07 17:10:23 ?? Jun 07 17:10:28 its getting fat lamp Jun 07 17:10:35 lava lamp is tall Jun 07 17:10:42 32x72 Jun 07 17:10:59 i'll let you sort out the details Jun 07 17:11:02 no 32x72 Jun 07 17:11:03 add 50px more blank width ? Jun 07 17:11:19 sorry but no Jun 07 17:11:31 my ldpi customers require 32x32 Jun 07 17:11:39 lava lamp Jun 07 17:12:11 lava lamp is like tree not box Jun 07 17:12:18 width less Jun 07 17:12:27 ok i make it box 32x32 or 72x72 Jun 07 17:12:32 wat u mean customer ? Jun 07 17:12:34 u get money ? Jun 07 17:12:52 no money Jun 07 17:14:49 lava lamp can be a box Jun 07 17:14:55 why cant lava lamp be a box Jun 07 17:15:40 just help me its super important Jun 07 17:15:49 made it gif Jun 07 17:16:03 thanks pal Jun 07 17:16:18 made png 72x72 Jun 07 17:16:19 daddy loves ya Jun 07 17:16:29 accept dcc Jun 07 17:16:31 ., . Jun 07 17:16:31 ? Jun 07 17:16:42 sending file awaiting reply Jun 07 17:16:47 accept ?? Jun 07 17:16:48 how do i get again Jun 07 17:17:06 DCC mirc ?? Jun 07 17:17:28 0% sent Jun 07 17:17:49 no mirc ? Jun 07 17:17:52 sendspace.com ? Jun 07 17:17:52 pls wait Jun 07 17:18:11 ist real transparent Jun 07 17:18:15 u can add background Jun 07 17:18:20 its magic wanded Jun 07 17:18:24 but not very clean Jun 07 17:18:29 u can clean more Jun 07 17:18:40 use cut more with magic wand Jun 07 17:18:40 flwico, nick9998: Please take it to a private chat.. Jun 07 17:19:26 flwico: /dcc get flwico crashed my irc client i guess Jun 07 17:19:27 thanks Jun 07 17:19:55 looks amazing Jun 07 17:20:26 72x72, you are a tribute to your race Jun 07 17:21:05 DCC Send of lava298652004.png to nick9998 timed out Jun 07 17:21:05 - Jun 07 17:21:16 nick9998 is away: is away: (Auto-Away after 10 mins) [BX-MsgLog On] Jun 07 17:21:16 - Jun 07 17:21:38 i got it from sendspace Jun 07 17:21:51 thanks homey g-string Jun 07 17:22:10 to know you is to love you Jun 07 17:23:42 another 1 with flower background Jun 07 17:23:59 and 2 more in animated gif Jun 07 17:24:04 convert to png > Jun 07 17:25:32 sweet bro Jun 07 17:25:49 you shower me with golden kindness Jun 07 17:26:02 wat u do now ?? Jun 07 17:26:09 u convert it to program ? Jun 07 17:26:09 make millions! Jun 07 17:26:20 how u add it to android ? Jun 07 17:26:36 i got another lamp Jun 07 17:26:58 red blue-green neon inside metallic grey jar Jun 07 17:27:53 res/drawable-ldpi/icon.png , res/drawable-mdpi/icon.png, res/drawable-hdpi/icon.png, in AndroidManifest.xml: yes send me that too Jun 07 17:28:18 i am a collector of icons, they are like wine to me Jun 07 17:28:38 Stop the trolling please, nick9998 Jun 07 17:29:29 he was just over joyous because things are working for him I think Jun 07 17:29:40 yes i do get carried away sometimes Jun 07 17:32:38 Right, get carried away in other channels Jun 07 17:35:35 ... Jun 07 17:35:46 work on your code man Jun 07 17:35:51 instead of doing this lol Jun 07 17:36:01 ? Jun 07 17:36:37 man CommonsWare book is just daunting Jun 07 17:36:57 I bought it and I feel like I wasted my money because I cannot possibly read even half of it completely Jun 07 17:38:23 doesnt even tackle encryption Jun 07 17:47:59 I am creating an android app and I need to view the contents of its SQLite database, how do I do so? Jun 07 17:48:38 sql trash in adnroid ?? Jun 07 17:48:50 technocf: This is an excellent app https://play.google.com/store/apps/details?id=oliver.ehrenmueller.dbadmin Jun 07 17:48:57 You need root though Jun 07 17:49:23 I have root... anyway to get it onto my Windows PC? Jun 07 17:49:39 You can use it on the device itself Jun 07 17:49:53 Otherwise you need to copy the database file to your pc, and inspect it with sqlite3 Jun 07 17:49:55 technocf, run your app on the emulator, open a shell and do adb -s your.local.ip:5555 shell Jun 07 17:50:01 fucking sick of android studio Jun 07 17:50:21 The app has GPS data collected from the phone though... Jun 07 17:50:23 you'll be dropped into a root prompt, from there you can do cd data/data/com.your.app/databases/ and then sqlite3 yourDatabase.sql Jun 07 17:51:14 I tried "adb pull" but I got permission denied Jun 07 17:51:38 Hey how would I replicate this animation http://i57.tinypic.com/2lm3ztc.jpg ??? Jun 07 17:52:01 I also have to internet connection on my phone as my WiFi's broke.... Jun 07 17:52:48 see the guide Floens linked you to then, maybe its better Jun 07 17:53:22 Sicp, I cant download anything on the phone... no internet connection on it Jun 07 17:53:30 then wth bro Jun 07 17:53:32 God help you.. Jun 07 17:53:58 God help us all Jun 07 17:54:02 +1 Jun 07 17:54:28 KiLL aLL sCAM ISP Jun 07 17:54:38 2MB DaTa $100 Jun 07 17:55:07 Im pretty sure textview supports bold tags Jun 07 17:55:13 Anyone Jun 07 17:56:34 you're asking how to do XYZ, man Jun 07 17:56:39 you expect code?? Jun 07 17:57:06 I can barely get a database query to work Jun 07 17:57:09 animation, LEL Jun 07 17:58:34 Anyone know how I would replicate this animation Jun 07 17:58:39 http://i57.tinypic.com/2lm3ztc.jpg ??? Jun 07 17:58:47 stop repeating the question! Jun 07 17:59:02 no one is gonna code it and give you the link Jun 07 18:09:48 where's romainguy? didnt he used to always be here? Jun 07 18:10:02 hasn't been here in a long time Jun 07 18:10:15 (after he moved from the android team) Jun 07 18:10:17 he has like a new blog for layout tricks or something now Jun 07 18:10:22 oh Jun 07 18:11:50 hey, just finished an app, but need someone besides me to verify that ads are displaying and that the leaderboard works. Could anyone help? Jun 07 18:15:43 RetroDude, is it in the store? Jun 07 18:16:04 just uploaded it, yes Jun 07 18:16:18 looks like the link is public Jun 07 18:16:40 ok maybe ill take a look , post link Jun 07 18:18:57 https://play.google.com/store/apps/details?id=com.tanrunomad.surfshootergame Jun 07 18:19:49 appreciate it, don't worry about testing gameplay really, I just want to confirm the ads display after about 30-60 seconds and that the leaderboard is working for you. Jun 07 18:22:33 I wish there was an option to unsimplify permissions :( Jun 07 18:25:13 RetroDude: when should ads display? Jun 07 18:25:23 after about 45-60 seconds Jun 07 18:25:26 after playing Jun 07 18:26:18 Yeah, ads and leaderboard work for me. Gz :) Jun 07 18:26:29 Hello Jun 07 18:26:37 awesome, thanks Estel! Jun 07 18:26:47 leaderboard works, no ads, but yea probably because i have them disabled^^ Jun 07 18:26:48 My inability to play that game has been broadcast to the world (fyi, Nexus 5, UK) Jun 07 18:26:50 How do I get ant debug to show warnings when running from command line? Jun 07 18:27:52 its stuttering when i shoot though xD Jun 07 18:27:55 on S4 Jun 07 18:28:29 I think that to show debug messages, whatever is planning to show them must be connected to the debugger? Jun 07 18:28:45 like when you open monitor and have Eclipse running, Monitor will complain about how that ..slot..is already busy Jun 07 18:29:10 I want compiler warnings, not runtime. I'll check out adb though. Jun 07 18:30:14 yea, zero idea Jun 07 18:30:56 This the the best I've found, but when I add the line to ant.properties it makes no difference https://stackoverflow.com/questions/12213923/java-ant-script-does-not-show-warnings Jun 07 18:34:29 Has anyone heard of findbugs, is it worth installing? Jun 07 18:39:36 hi Jun 07 18:39:53 ? Jun 07 18:40:14 does Canvas use pixels as coordinates? in my application i'm moving something over by one unit on the Canvas and it's moving more than one pixel Jun 07 18:47:05 more important question Jun 07 18:47:06 my default it doesnt use real pixels Jun 07 18:47:11 has anyone ever used monkeyrunner Jun 07 18:47:28 but using pixels is usually not a good idea Jun 07 18:49:51 Anyone know how I would replicate this animation http://i57.tinypic.com/2lm3ztc.jpg Jun 07 18:50:23 someone ban him. Jun 07 18:50:31 Why? Jun 07 18:50:36 I told you why above Jun 07 18:50:56 I am using the only chat and all I see is join and disconnects Jun 07 18:51:05 what are you expecting as an answer to such a question? Jun 07 18:51:06 *online Jun 07 18:52:08 Just a basic breakdown of what would be used to replicate that result Jun 07 18:52:22 Like You need a animation class that translates the boxes and ect ect. Jun 07 18:52:34 there you go, you answered yourself Jun 07 18:53:11 The part that stumps me is the thing on the left to it Jun 07 18:53:19 its ALL STOMPING Jun 07 18:53:24 cause it's a big block you're asking about Jun 07 18:53:38 start with it and inside if you need help with some function, you'll get help here maybe, but you dont ask "HOW TO DO THIS APP" Jun 07 18:53:52 I am not asking that Jun 07 18:53:59 yea you are, it's very broad Jun 07 18:54:02 I didnt ask "How do I make google maps" Jun 07 18:54:11 dude Jun 07 18:54:15 no one is going to answer such questions Jun 07 18:54:26 little chunks you will get answers to Jun 07 18:54:49 not here nor on SO Jun 07 18:54:54 The one on the left just looks like two imageviews being moved Jun 07 18:55:11 ktwo: your default what? Jun 07 18:56:39 SimonVT: If I were to do that would moving them via a animation cause a change in my linear layout? Jun 07 18:57:53 No, the viewgroup doesn't know about translate animations Jun 07 18:58:16 Also for the text it moves the content in a animation whitout physically moving the text boxes You can tell because the hints stay the same. Jun 07 18:58:30 How would they achieve that... Jun 07 18:59:22 No they don't Jun 07 18:59:26 The hints change right before it moves Jun 07 18:59:50 Ahh ok Jun 07 19:02:22 Alright Sicp I will be more explict in my questions ;) Jun 07 19:02:27 Have a good day Jun 07 19:02:59 cause you got a reply the very second you started digging Jun 07 19:04:44 Hi, using the chronometer widget, I've noticed it counts from when you start the application, not when you do start(). I found the setBase() method and I assumed I could just pass in System.currentTimeMillis() into it. That messed the chronometer widget up, as it starts counting with special characters instead of numbers, writing stuff like ), (, /, . and ' and commas as seconds Jun 07 19:04:46 I'm kinda new to Android and I'm kinda unsure why that happens, but I assumed you were supposed to use the current timestamp as base? Jun 07 19:07:25 as 0.6 pretty stable ? Jun 07 19:09:33 why in intellij, no matter who often i tell it to not enable adb integration, does it still o it -_- Jun 07 19:36:21 is there a way to name indizes of arrays as a string? i have a multidimensional array of strings and the debugger tells me its expecting integer rather than a string Jun 07 19:37:25 ? ? Jun 07 19:37:35 tHiS iS aNDr0iD cHAT Jun 07 19:37:55 u sOuND 0% LikE tHE fUNNY gREEn dR0iD Jun 07 19:38:28 alt0r: No, you can use a Map Jun 07 19:43:43 thx Jun 07 19:43:45 Anyone here familiar with the Android Studio project directory structure? Where do I put my tests? Jun 07 19:44:29 codeguru docs for the gradle plugin explain that Jun 07 19:45:23 How many are using Eclipse ADT vs Android Studio these days Jun 07 19:46:25 g00s: thanks, I'll take a look Jun 07 19:48:53 snowandotherjoys: i started frsh on android, just faith, i was thinking makeing my first program for android and i didn't even knew about eclipse and after googling i found studio Jun 07 20:10:11 ktwo, you there? Jun 07 20:20:55 hi, is it worth to implement sync adapter, content provider and other related stuff just for simple json? Jun 07 20:51:25 What is the best way to store credentials like database login info. without hardcoding them? Jun 07 21:02:57 Hi Jun 07 21:03:01 hey guys Jun 07 21:03:07 hey Jun 07 21:03:12 whats up? Jun 07 21:03:24 is there a way to stop the listview from scrolling all the wya to top on the adapter cursor changed? Jun 07 21:03:30 it's really annoying me Jun 07 21:05:44 you can store then restore the scroll position... Jun 07 21:05:52 getFirstVisiblePosition then setSelectionFromTop Jun 07 21:12:10 that should wodk Jun 07 21:12:13 let me try it out Jun 07 21:13:54 It doesn't scroll to the top when changing dataset Jun 07 21:13:57 It does when changing adapter Jun 07 21:14:43 that's weird Jun 07 21:14:47 why would it change adapter Jun 07 21:15:24 ListView doesn't change adapter Jun 07 21:15:33 You might change adapter, which would reset the scroll position Jun 07 21:16:37 * Betray1st Hey everyone Jun 07 21:16:37 hmm Jun 07 21:16:40 the fix didn't work Jun 07 21:19:54 ive used it for when chaning orientation and storing the scroll position and restoring it in oncreate. worked for me in the past. Jun 07 21:21:59 i don't get it though Jun 07 21:22:07 if it's a new adapter Jun 07 21:22:12 is it also a new listView? Jun 07 21:24:46 a new adpater could be a new dataset so it would make sense to reset the listview fields as well..? Jun 07 21:25:01 by fields i mean scroll position etc... Jun 07 21:25:06 hmm Jun 07 21:25:26 where should i set the setselectionfromtop method? Jun 07 21:25:29 not int he listview Jun 07 21:25:34 because it's not really working Jun 07 21:28:02 check out the answer of this, http://stackoverflow.com/questions/3014089/maintain-save-restore-scroll-position-when-returning-to-a-listview Jun 07 21:29:02 i imagine youd need to call it after setting a new adapter… why aren’t you just setting a new dataset and calling notifyDatasetChanged on the existing adapter? Jun 07 21:42:23 yes, that's what i'm doing Jun 07 21:49:16 I am porting my app to AS. I created two modules: common (a library module) and app (the main app). Both modules also have tests. The tests in common run fine, but when I run the tests in app, I get https://gist.github.com/codeguru42/47da2e00aeb5edfab4d1 Jun 07 21:49:34 Any ideas what causes the problem and how to fix it? Jun 07 22:00:44 http://www.infoq.com/news/2014/06/groovy-android Jun 07 22:27:56 Trying to set the divider in an expandableListView to null when a row is expanded and a custom divider when closed Jun 07 22:28:02 any advice? Jun 07 22:35:44 Anyone knows how to fix this: "android.support.v4.view.PagerTabStrip cannot be resolved to a type" Jun 07 22:36:46 maybe you haven't included the support jar correctly Jun 07 22:39:13 Trying to set the divider in an expandableListView to null when a row is expanded and a custom divider when closed Jun 07 22:39:16 any advice? Jun 07 22:40:59 how can I adjust the timeout of one button click? for example, if a button is pressed continuously for 1 second, I'd like to interpret that as 10 clicks. Jun 07 22:42:19 sicp I think i have Jun 07 22:42:25 you have Jun 07 22:42:27 Let me check Jun 07 22:42:35 wrongly imported it, I mean Jun 07 22:46:05 Yes sicp there was some other problem Jun 07 22:46:17 what Jun 07 22:46:23 was the other problem Jun 07 22:52:03 um Jun 07 22:52:35 2 versions of android-supportv4 were there Jun 07 22:53:05 I am getting this error: Jun 07 22:53:08 "The markup in the document following the root element must be well-formed." Jun 07 22:53:08 yea Jun 07 22:53:15 On line 3 of this xml file: Jun 07 22:53:19 http://pastebin.com/kEdaVhRv Jun 07 22:53:25 Any idea? Jun 07 22:53:45 never seen that kind of syntax before Jun 07 22:53:48 Its not my code, some open source app Jun 07 22:53:51 never touched proguard Jun 07 22:55:46 Well this is weird, ctrl + shift + f fixed it Jun 07 22:56:05 oh no it didnt lol Jun 07 22:56:15 that's just eclipse being fooled for a second Jun 07 22:56:16 lol Jun 07 22:56:23 it goes like "HEYYYYY oh, no" Jun 07 22:56:47 yeah lol Jun 07 22:57:05 you wanna see hell? Jun 07 22:57:07 do Clean Jun 07 22:57:08 haha Jun 07 23:18:20 Oh my god this is crazy Jun 07 23:19:08 you Cleaned?? Jun 07 23:19:09 dude Jun 07 23:19:22 if there's an error in XML, you have no R Jun 07 23:19:26 so all the code turns red Jun 07 23:20:35 no that didnt happen Jun 07 23:20:40 ah Jun 07 23:21:01 The file is in the root folder Jun 07 23:21:09 with manifest etc Jun 07 23:21:27 root of the project Jun 07 23:21:40 ye Jun 07 23:22:10 This is the project: https://github.com/ChatSecure/ChatSecureAndroid Jun 07 23:22:22 The file is add-proguard-release.xml Jun 07 23:23:21 i am trying to do a MS azure project, but my statement: import com.microsoft.windowsazure.mobileservices.*;.. I get an error on microsoft... sayinig cannot resolve symbol 'microsoft' so what am i doing wrong? Jun 07 23:23:29 take it out :P Jun 07 23:23:33 see what happens Jun 07 23:24:18 Sicp: was that to me? Jun 07 23:24:23 no to pifon Jun 07 23:24:45 yours is because wrong way of importing the package Jun 07 23:25:15 let the error happen when trying to reference a class from that package, hover over it and see if there's any suggestion to import appropriate package Jun 07 23:25:23 is it possible to have a python backend for an android application on google app engine. If so how easy is it? Jun 07 23:25:27 if there isn't, than your project doesnt see it Jun 07 23:26:57 proper way of importing is to physically place the package in your libs/ directory (in Finder or Windows explorer), go to Eclipse and right click your project > Refresh, right click your project again, Properties > Java Build Path > Add External Jars > expand your project > libs > select the jar Jun 07 23:28:12 well i removed the file Jun 07 23:28:59 the project is still has that red error cross Jun 07 23:29:08 But no files or folders has it Jun 07 23:29:13 then do Clean Jun 07 23:29:17 did it Jun 07 23:29:27 impossibruuuu Jun 07 23:30:20 Sicp: I'm using Android Studio Jun 07 23:30:29 ohh.. Jun 07 23:32:10 Sicp: I am following the directions on the MS site... but I think it is aimed at Eclipse... so iam stuck on the import statement. Jun 07 23:32:29 you're stuck on the means of properly importing the jar into your project Jun 07 23:32:34 leading to the error in the import statement Jun 07 23:32:50 Sicp: yep... I would say that is my issue Jun 07 23:33:04 ok... so that is a good hint... thanks Jun 07 23:33:06 that's what you have to look up Jun 07 23:37:09 Sicp: I fixed it, thanks to your hint... but I think I did it the wrong way... I copied a Jar file from the existing test app, to my lib dir. Then I did an 'Add as Library' Jun 07 23:37:20 that's something else Jun 07 23:37:31 worked... but not what the dirs say to do.... I would prefer to do it the right way Jun 07 23:37:38 should be add as Jar Jun 07 23:37:47 I ment to say add as jar Jun 07 23:37:56 then that's it Jun 07 23:38:01 its a jar isnt it\\ Jun 07 23:38:14 add library means its another project Jun 07 23:38:23 that you have open when building the project that uses it Jun 07 23:38:30 like with making facebook login Jun 07 23:38:36 you add facebook as library Jun 07 23:42:29 Sicp: actually I did do an 'add as Library'... but they were jar files. Jun 07 23:43:02 need add as jar Jun 07 23:43:17 logically, havent tried myself with AS Jun 07 23:43:32 Can someone tell me what's wrong with that file pls Jun 07 23:45:36 Sicp: I cannot find an Add Jar... but I did find a "Syncronize Jun 07 23:46:44 this says like you did, http://stackoverflow.com/questions/16608135/android-studio-add-jar-as-library Jun 07 23:46:58 so that's it i guess Jun 07 23:48:37 hey guys, I get a null pointer exception whenever I call connection.getInputStream(). However logging connection works fine and is not null. Logging connection.getInputStream() throws the exception. http://pastebin.com/CFwg0V5Q Jun 07 23:49:53 connection is null then Jun 07 23:50:07 huhu Jun 07 23:50:38 Sicp, how could that be Jun 07 23:50:51 if i log connection it gets returned stuff Jun 07 23:51:04 whaaat Jun 07 23:51:12 image_value2 shouldn't be null either Jun 07 23:51:22 what you think should happen is different from reality Jun 07 23:51:23 lol Jun 07 23:51:29 at least post the exception man Jun 07 23:52:24 it's a null pointer exception at line -> Bitmap profilePic2 =BitmapFactory.decodeStream(connection.getInputStream()); Jun 07 23:52:47 ok, do if (connection != null) Bitmap profilepic 2 = ...... Jun 07 23:52:54 see if you get an exception then Jun 07 23:53:27 Is anyone here using azure or GAE or Parse... or some cute way to synch data back to cloud? Jun 07 23:53:37 who you callin GAE, man Jun 07 23:53:52 I used parse, it's great Jun 07 23:54:08 so easy\ Jun 07 23:54:12 pea. parse is cool in iOS... which is my thing Jun 07 23:54:49 I think azure and parse are almost identical... they look so much alike Jun 07 23:55:41 still get the exception Sicp ... Jun 07 23:55:55 then i am fail Jun 07 23:55:58 donno Jun 07 23:56:28 Sicp, you are fail.. if connection is returned in a log then connection wouldn't be null Jun 07 23:59:51 thanks thuogh Jun 08 00:00:01 sure Jun 08 00:02:44 Sooo guys Jun 08 00:02:56 What I fixed that error Jun 08 00:03:17 Now the prob is that the project is showing that little red cross meaning somewhere somethign is wrong Jun 08 00:03:29 but that red cross is on no file or folder in the app Jun 08 00:03:34 What do? Jun 08 00:04:56 pifon: it should say something when you hover your mouse over the red cross Jun 08 00:05:18 No the project folder in explorer Jun 08 00:05:22 that has a red cross Jun 08 00:05:31 in project explorer Jun 08 00:05:55 yea then it's that file, you have to put it back in Jun 08 00:05:59 and resolve the error inside it Jun 08 00:06:07 that cross comes up with something is unsatisfied in the project Jun 08 00:06:12 i put it back in and resolved the error Jun 08 00:06:12 the trying to remove it didnt work, move on Jun 08 00:06:31 sicp] Jun 08 00:08:44 Anyone knows what this is lol Jun 08 00:12:01 "Description Resource Path Location Type Jun 08 00:12:01 The project was not built since it depends on actionbarsherlock, which has build path errors" Jun 08 00:12:04 damn Jun 08 00:30:46 ok this it it i have tortured myself enough for the night Jun 08 00:57:45 Hey guys, on the last line (http://pastebin.com/vdFAMh1U) I get a null pointer exception and this error -> skimagedecoder factory returned null Jun 08 01:19:30 Hey guys, on the last line (http://pastebin.com/vdFAMh1U) I get a null pointer exception and this error -> skimagedecoder factory returned null Jun 08 01:20:52 what is inside BitmapFactory? Jun 08 01:22:52 jeez that was just evil Jun 08 01:22:59 * xximjasonxx kicks XML around a bit for fun Jun 08 01:23:05 xximjasonxx, what's evil? Jun 08 01:23:14 xximjasonxx, I'm not sure what is inside BitmapFactory Jun 08 01:23:16 CocoStorm, my idiocy :) Jun 08 01:23:36 CocoStorm, neither am I, but if I had to venture a guess I would say it is looking for skimagedecoder and not finding it Jun 08 01:23:49 MIGHT be something with an incomplete installation and setup Jun 08 01:24:12 BitmapFactory is part of the APi thuogh Jun 08 01:24:21 nothing I've built.. Jun 08 01:24:27 i understand Jun 08 01:24:58 does this help: http://stackoverflow.com/questions/2503628/bitmapfactory-decodestream-returning-null-when-options-are-set Jun 08 01:25:53 I've seen that and nope :( Jun 08 01:28:03 so you attempted to set the Options member of the Factory ahead of the decodeStream call? Jun 08 01:28:28 i am also seeing that input stream wrapped as a BufferedInputStream, yours is not Jun 08 01:28:50 nevermind, i see it is done both ways in that example Jun 08 01:29:21 actually I take that back. Did you try using a BufferedInputStream Jun 08 01:29:49 and set Options accordingly Jun 08 01:35:41 still does it Jun 08 02:34:19 No SIM in Japan sucks Jun 08 02:49:36 Is there any built-in way to animate the expanding of the children elements of an ExpandableListView? Jun 08 02:55:10 I think I read about a way that I could view my Device on the screen... for screencasts... any sugestions? **** ENDING LOGGING AT Sun Jun 08 02:59:59 2014