[android-developers] Problem with resultforactivity and extras

2013-02-16 Thread α Centauri
I want to show the Android gallery so I use: Intent intent = new Intent(Intent.ACTION_PICK); intent.setType("image/*"); intent.putExtra("A","abc"); startActivityForResult(intent, SELECT_PICTURE); My problem is that when I catch the result, eg: public void onActivityResult(int requ

Re: [android-developers] Problem with resultforactivity and extras

2013-02-16 Thread α Centauri
tupid and not only that. My code doesn't have it but I copied one I found in stackoverflow to paste it here with colors without working a lot. El sábado, 16 de febrero de 2013 20:56:20 UTC+1, TreKing escribió: > > > On Sat, Feb 16, 2013 at 7:16 AM, α Centauri > > wrote: >

[android-developers] Error after uploding to ADT 21. Is this a bug?

2012-11-15 Thread α Centauri
I work over windows 7 x64 eclipse Juno. All was fine until today. Today Eclipse loaded slowly so I look for new udates of android just in case eclipse was updating something or so. I looked that it was a new version of ADT so I installed. I have seen the video with the new options to know how

Re: [android-developers] Error after uploding to ADT 21. Is this a bug?

2012-11-16 Thread α Centauri
ing. Simply open up the file and invoke Ctrl-1; that will show > the available quickfixes, and there's a quickfix for this line warning > which will go and clean up the line endings in the given file. > > -- Tor > > > > On Thu, Nov 15, 2012 at 9:06 AM, α Centauri > > wro