[android-beginners] Re: Remember Password

2010-04-05 Thread arin
do you want to remember the password for session based or do u want to permanently store it in the handheld? On Apr 5, 12:24 pm, Chirayu Dalwadi chirayu.dalw...@gmail.com wrote: If user clicks on remember password than how  to remeber username and password on client ? -- You received this

[android-beginners] Re: Help:TabActivity+TabHost+TabSpec

2010-02-04 Thread arin
for beginners. check this out http://www.anddev.org/how_to_create_tab_in_android-t1102.html. Let us know if u have any queries! happy coding, Arin On Feb 4, 4:53 pm, Rithesh Rao rithesh...@gmail.com wrote: Hi guys, I'm new to android development , can any one help me out in understanding

[android-beginners] connect 2 emulators over lan

2010-02-04 Thread arin
for a specific answer. Will appreciate if anyone can refer some examples too... regards, Arin -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged

[android-beginners] Re: twtpic4j is not throwing exception

2009-12-29 Thread arin
. -- On Sun, Dec 27, 2009 at 11:17 AM, arin arinv1618b...@gmail.com wrote: I am using this following function f1() in am android project... the last line of the function SHOULD throw an exception as the twitter username password is not correct, but it is not.. am I missing anything here

[android-beginners] twtpic4j is not throwing exception

2009-12-27 Thread arin
I am using this following function f1() in am android project... the last line of the function SHOULD throw an exception as the twitter username password is not correct, but it is not.. am I missing anything here? private void f1() { try { // Create file

[android-beginners] Re: BitmapFactory OOM driving me nuts

2009-12-25 Thread arin
I am sure this is not the perfect solution that you are looking for but here's a workaround that I've used. BitmapFactory.Options options=new BitmapFactory.Options(); options.inSampleSize = 4; bitmap = BitmapFactory.decodeByteArray(data, 0,

[android-beginners] Re: [solved] how to send email with email aatched

2009-12-23 Thread arin
(R.layout.main)? did you define R? 2009/12/22 arin arinv1618b...@gmail.com Hi all, I was looking for a specific solutions or tips about how to send emails with attached jpeg downloaded from the remote server on the fly... I am new to android and I din't have any clue at first. Nor I could able

[android-beginners] [solved] how to send email with email aatched

2009-12-22 Thread arin
Hi all, I was looking for a specific solutions or tips about how to send emails with attached jpeg downloaded from the remote server on the fly... I am new to android and I din't have any clue at first. Nor I could able to find a clear code snippet which allows me to achieve this. Anyway after 3

[android-beginners] Re: Facebook Pages and Twitter

2009-12-22 Thread arin
regarding twitter u can go for any java twitter client like jtwitter package On Nov 10, 11:55 pm, Viral p.vira...@gmail.com wrote: Hello All, I am developing a application of my department and was wondering how can I insert following thing in my app: 1. We haveFacebookpage and want the

[android-beginners] toggle background of an ImageView

2009-08-21 Thread arin
Hi there, I want to determine if a particular background png is being used by an imageview at a particular time and want to execute some action based on the boolean result? How can I determine the current background resource? --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: GridView example

2009-07-24 Thread arin
Hi Cellurl... If your Image Adapter is not defined in the base class then you should not call 'this' in setAdapter()... have you tried setAdapter(new com.HelloGridView.ImageAdapter(this)) ? On Jul 25, 12:08 am, cellurl gpscru...@gmail.com wrote: I think I have the wrong package or import

[android-beginners] Query on PicSwitcher

2009-07-22 Thread arin
Hi, I was wondering if in any way I can set a bitmap into an PicSwitcher? My initial finding suggest me that perhaps no such function such as SetImageBitmapResource( ) is available for PicSwitcher class? So does that mean I cannot set a Bitmap into a PicSwitcher? thanks regards, Arin

[android-beginners] Re: Query on PicSwitcher

2009-07-22 Thread arin
Mistake, It is not picswitcher, it is ImageSwitcher... sorry for the confusion On Jul 22, 2:41 pm, arin arinv1618b...@gmail.com wrote: Hi, I was wondering if in any way I can set a bitmap into an PicSwitcher? My initial finding suggest me that perhaps no such function

[android-beginners] Re: problem with getId()

2009-07-20 Thread arin
PM, Mark Murphy mmur...@commonsware.comwrote: arin wrote: Hi Everyone, I have the following code Java:                     imageView.setImageResource(mThumbIds[position]);                  imageView.setOnClickListener(new OnClickListener

[android-beginners] problem with getId()

2009-07-19 Thread arin
Hi Everyone, I have the following code Java: imageView.setImageResource(mThumbIds[position]); imageView.setOnClickListener(new OnClickListener(){ @Override public void onClick(View arg0) {

[android-beginners] help me with dynamic element generation

2009-07-17 Thread arin
Hi, I was looking for a solution for this concept but as I am new I cant... please help I have a child Relative Layout which is inside a linear Layout. This child Relative layout contains some elements in it. In my program I need to generate new Relative Layouts like this one 5 times and add it

[android-beginners] ViewGroup Help

2009-07-16 Thread Arin Ghosh
Hi there, I am relatively new to Android, I was wondering if anyone can show me any demo on how to use ViewGroup. I cant able to find a proper tutorial. Any help would be appreciated! thanks, Arin --~--~-~--~~~---~--~~ You received this message because you