[android-beginners] Re: Many objects with identical Listeners

2010-01-25 Thread skink
On Jan 25, 9:46 pm, Antti Karhu wrote: > If all of EditText listeners should contain identical code, you could > implement the listener interface instead of using anonymous classes. > well, anonymous class will work as well: OnClickListener listener = new OnClickListener {    public void onC

Re: [android-beginners] getIntExtra only returns default value

2010-01-25 Thread Justin Anderson
The methodology looks correct to me... Can you post your code so we can see exactly what you are doing? -- There are only 10 types of people in the world... Those who know binary and those who don't. --

[android-beginners] getIntExtra only returns default value

2010-01-25 Thread oregonduckman
I am trying to pass an integer between activities using an intent. The source activity makes the calls info.id is the selected item from a ListView. Intent intent = new Intent(myActivity.this, newClass.class); intent.putExtra("select

[android-beginners] Re: أدخل السحب على منتدى vb مجانى مقدم من منتدى أجدع أصحاب

2010-01-25 Thread Indicator Veritatis
I looked at the Google Translate translation of it, chuckled and clicked 'Report Spam'. How long does it take for Google to respond to this? I assume you did similarly. On Jan 24, 8:26 pm, Justin Anderson wrote: > Anybody else tired of this spammer's crap? > >

Re: [android-beginners] موقع جديد لفتح اى موقع ممنوع او محجوب

2010-01-25 Thread Justin Anderson
Is there anyone who has the ability to block people who post crap like this? -- There are only 10 types of people in the world... Those who know binary and those who don't. -

[android-beginners] موقع جديد لفتح اى موقع ممنوع او محجوب

2010-01-25 Thread alagmy
موقع جديد لفتح اى موقع ممنوع او محجوب الأن يمكنك فتح أى موقع محجوب ببلدك فقط من خلال هذا الموقع open all blocked sites now for free and have fun http://alagmy.zxq.net/vb/index.php -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try

Re: [android-beginners] Re: Video recording

2010-01-25 Thread Dave Feltenberger
Awesome, thanks for the link. That will be very useful. On Mon, Jan 25, 2010 at 10:06 AM, Sean Hodges wrote: > On Mon, Jan 25, 2010 at 2:38 PM, Dave Feltenberger > wrote: > > Perhaps I'm doing something wrong? What permissions do I need other than > to > > record audio and video? > > > > I hav

Re: [android-beginners] أدخل السحب على منتدى vb مجانى مقدم من منتدى أجدع أصحاب

2010-01-25 Thread Danny Pimienta
I am, I was wondering about the increase in spam lately. Maybe we should collaborate and write a spam app for android :-D 2010/1/24 Justin Anderson > Anybody else tired of this spammer's crap? > > -- > There are only 10 types of

Re: [android-beginners] أدخل السحب على منتدى vb مجانى مقدم من منتدى أجدع أصحاب

2010-01-25 Thread Temitope Akinwande
I know I am!!! 2010/1/24 Justin Anderson : > Anybody else tired of this spammer's crap? > > -- > There are only 10 types of people in the world... > Those who know binary and those who don't. >

[android-beginners] Re: I still don't get XML's...!?

2010-01-25 Thread KitzyKitt
You may need to start the ViewAnimator in the java. On both of your xml elements add an id attribute (@+id/id_name) then in your java class call findViewById(R.main.id_name). Hope that helps, -Kitzy On Jan 24, 4:56 pm, Indicator Veritatis wrote: > Well, I can't claim to be the guru you are look

Re: [android-beginners] Re: Video recording

2010-01-25 Thread Antti Karhu
Wild guesses for permissions: CAMERAand RECORD_AUDIO. Can be found at http://developer.android.com/reference/android/Manifest.permiss

Re: [android-beginners] Re: Video recording

2010-01-25 Thread Sean Hodges
On Mon, Jan 25, 2010 at 2:38 PM, Dave Feltenberger wrote: > Perhaps I'm doing something wrong?  What permissions do I need other than to > record audio and video? > I haven't done anything with video recording in Android, but looking at the built-in Camera app source code... http://android.git.k

Re: [android-beginners] Re: Video recording

2010-01-25 Thread Dave Feltenberger
Perhaps I'm doing something wrong? What permissions do I need other than to record audio and video? On Sat, Jan 23, 2010 at 9:52 PM, Android Development wrote: > Based on your observations, I will not be upgrading to these versions. > > On Sat, Jan 23, 2010 at 8:11 PM, Dave Feltenberger < > dave