[android-beginners] Re: Notepad tutorial

2009-01-12 Thread Teena

 
Hi Alex.  Are you getting any errors?  I had mistyped something into the
notes_row.xml when adding to it, and that is where my problem was.  As soon
as I corrected my typo and saves, my error went away and the correct items
appeared in the R.java.


-Original Message-
From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of
alex.james@googlemail.com
Sent: Friday, January 09, 2009 5:27 PM
To: Android Beginners
Subject: [android-beginners] Re: Notepad tutorial


I'm having the same error as Teena. I created the file res> layout>
notes_row.xml and this information in it


http://schemas.android.com/apk/res/android";
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>

But the R.java file has not changed

Alex

On Jan 9, 4:59 am, "PRATAP SOLAPUR"  wrote:
> Are you getting any errors...
>
> On 1/9/09, Teena  wrote:
>
> > Thanks for the reply Pratap. :)  Yes, my notes_row.xml is in the res 
> > > layout folder.  Is there anything else I could have misplaced?
>
> >   _
>
> > From: android-beginners@googlegroups.com
> > [mailto:android-beginn...@googlegroups.com] On Behalf Of PRATAP 
> > SOLAPUR
> > Sent: Wednesday, January 07, 2009 11:02 PM
> > To: android-beginners@googlegroups.com
> > Subject: [android-beginners] Re: Notepad tutorial
>
> > have you placed the files in proper 
> > directoriesnotes_row.xml
> > must be in under res>layout folder
>
> > On 1/8/09, Teena  wrote:
>
> > Hi all.
>
> > I'm following through the notepad tutorial.  I'm in Exercise 1 and 
> >in step 5  it says at the end of step 5:
> >http://code.google.com/android/intro/tutorial-ex1.html
>
> > "Open the R.java class in the project and look at it, you should see 
> > new definitions for notes_row and text1 (our new definitions) 
> > meaning we can now gain access to these from the our code."
>
> > I don't have these new definitions as far as I can tell.  I'm 
> > learning the interface of eclipse at the same time, so I might not 
> > be looking in the right place.  Here is the contents of my R.java:
>
> > /* AUTO-GENERATED FILE.  DO NOT MODIFY.
> > *
> > * This class was automatically generated by the
> > * aapt tool from the resource data it found.  It
> > * should not be modified by hand.
> > */
>
> > package com.android.demo.notepad1;
>
> > public final class R {
> >    public static final class attr {
> >    }
> >    public static final class drawable {
> >        public static final int icon=0x7f02;
> >    }
> >    public static final class layout {
> >        public static final int notepad_list=0x7f03;
> >    }
> >    public static final class string {
> >        public static final int app_name=0x7f04;
> >        public static final int no_notes=0x7f040001;
> >    }
> > }
>
> > I'm looking under Notepadv1 > src > com.android.demo.notepad1 > 
> > R.java in the Package Explorer.  Can anyone suggest why my new 
> > definitions are not there?



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Notepad tutorial

2009-01-10 Thread Teena

Yes, I was getting 1 error.  I fixed it and all is as should be now.  Thanks
Pratap for asking me the obvious, I feel a bit sheepish now but I guess
newbies need to have the obvious pointed out to them sometimes.  :)  Cheers

-Original Message-
From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of PRATAP SOLAPUR
Sent: Thursday, January 08, 2009 10:59 PM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: Notepad tutorial


Are you getting any errors...

On 1/9/09, Teena  wrote:
> Thanks for the reply Pratap. :)  Yes, my notes_row.xml is in the res > 
> layout folder.  Is there anything else I could have misplaced?
>
>
>   _
>
> From: android-beginners@googlegroups.com
> [mailto:android-beginn...@googlegroups.com] On Behalf Of PRATAP 
> SOLAPUR
> Sent: Wednesday, January 07, 2009 11:02 PM
> To: android-beginners@googlegroups.com
> Subject: [android-beginners] Re: Notepad tutorial
>
>
> have you placed the files in proper 
> directoriesnotes_row.xml
> must be in under res>layout folder
>
>
> On 1/8/09, Teena  wrote:
>
>
> Hi all.
>
> I'm following through the notepad tutorial.  I'm in Exercise 1 and in 
> step 5 it says at the end of step 5:
> http://code.google.com/android/intro/tutorial-ex1.html
>
> "Open the R.java class in the project and look at it, you should see 
> new definitions for notes_row and text1 (our new definitions) meaning 
> we can now gain access to these from the our code."
>
> I don't have these new definitions as far as I can tell.  I'm learning 
> the interface of eclipse at the same time, so I might not be looking 
> in the right place.  Here is the contents of my R.java:
>
> /* AUTO-GENERATED FILE.  DO NOT MODIFY.
> *
> * This class was automatically generated by the
> * aapt tool from the resource data it found.  It
> * should not be modified by hand.
> */
>
> package com.android.demo.notepad1;
>
> public final class R {
>public static final class attr {
>}
>public static final class drawable {
>public static final int icon=0x7f02;
>}
>public static final class layout {
>public static final int notepad_list=0x7f03;
>}
>public static final class string {
>public static final int app_name=0x7f04;
>public static final int no_notes=0x7f040001;
>}
> }
>
> I'm looking under Notepadv1 > src > com.android.demo.notepad1 > R.java 
> in the Package Explorer.  Can anyone suggest why my new definitions 
> are not there?
>
>
>
>
>
>
>
> >
>



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Notepad tutorial

2009-01-08 Thread Teena
Thanks for the reply Pratap. :)  Yes, my notes_row.xml is in the res >
layout folder.  Is there anything else I could have misplaced?
 

  _  

From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of PRATAP SOLAPUR
Sent: Wednesday, January 07, 2009 11:02 PM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: Notepad tutorial


have you placed the files in proper directoriesnotes_row.xml
must be in under res>layout folder


On 1/8/09, Teena  wrote: 


Hi all.

I'm following through the notepad tutorial.  I'm in Exercise 1 and in step 5
it says at the end of step 5:
http://code.google.com/android/intro/tutorial-ex1.html

"Open the R.java class in the project and look at it, you should see new
definitions for notes_row and text1 (our new definitions) meaning we can now
gain access to these from the our code."

I don't have these new definitions as far as I can tell.  I'm learning the
interface of eclipse at the same time, so I might not be looking in the
right place.  Here is the contents of my R.java:

/* AUTO-GENERATED FILE.  DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found.  It
* should not be modified by hand.
*/

package com.android.demo.notepad1;

public final class R {
   public static final class attr {
   }
   public static final class drawable {
   public static final int icon=0x7f02;
   }
   public static final class layout {
   public static final int notepad_list=0x7f03;
   }
   public static final class string {
   public static final int app_name=0x7f04;
   public static final int no_notes=0x7f040001;
   }
}

I'm looking under Notepadv1 > src > com.android.demo.notepad1 > R.java in
the Package Explorer.  Can anyone suggest why my new definitions are not
there?







--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Notepad tutorial

2009-01-07 Thread Teena

Hi all.

I'm following through the notepad tutorial.  I'm in Exercise 1 and in step 5
it says at the end of step 5:
http://code.google.com/android/intro/tutorial-ex1.html

"Open the R.java class in the project and look at it, you should see new
definitions for notes_row and text1 (our new definitions) meaning we can now
gain access to these from the our code."

I don't have these new definitions as far as I can tell.  I'm learning the
interface of eclipse at the same time, so I might not be looking in the
right place.  Here is the contents of my R.java:

/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package com.android.demo.notepad1;

public final class R {
public static final class attr {
}
public static final class drawable {
public static final int icon=0x7f02;
}
public static final class layout {
public static final int notepad_list=0x7f03;
}
public static final class string {
public static final int app_name=0x7f04;
public static final int no_notes=0x7f040001;
}
}

I'm looking under Notepadv1 > src > com.android.demo.notepad1 > R.java in
the Package Explorer.  Can anyone suggest why my new definitions are not
there?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Emulator Problems

2009-01-07 Thread Teena

I get the same thing, but I didn't know it was an error.  I just click the
menu button on the emulator phone, then I run my application by clicking the
icon.


-Original Message-
From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of Madhuri
Sent: Tuesday, January 06, 2009 10:12 AM
To: Android Beginners
Subject: [android-beginners] Emulator Problems


Hi,

Whenever,i am launching my Emulator from Eclipse, i get Some Error as,


  "The Menu is Locked.Please press menu to release the Lock".

Can any one help me out?.

Thanks,

Dhuri Natarajan.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: notification

2009-01-04 Thread Teena
 
 

  _  

From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of Raymond Rodgers
Sent: Sunday, January 04, 2009 1:34 PM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: notification


Teena wrote: 

-Original Message-

From: android-beginners@googlegroups.com

[mailto:android-beginn...@googlegroups.com] On Behalf Of Raymond Rodgers

Sent: Sunday, January 04, 2009 11:45 AM

To: android-beginners@googlegroups.com

Subject: [android-beginners] Re: notification





Teena wrote:

  

Thanks for the response, Cyril.  Is this how I would do it?  I'm still 

not seeing any text feedback on the screen when I click the button.

  



Log will put strings into a log that's viewable in debug mode in Eclipse

with the Logcat view added to the overall list of views. That's very useful

for debugging purposes [obviously] without displaying anything to the app's

user. However, if you want to display something on screen, you can use the

Toast class

http://code.google.com/android/reference/android/widget/Toast.html to

display a message on screen briefly. The message will fade automatically

after a short amount of time, and could be useful for what you're trying to

accomplish.



Raymond





Thanks Raymond, I really appreciate the help.  One more question though, I'm

trying to use the toast widget properly, but cannot figure out the 'context'

that I need to put in as a parameter.  Updated code below:



package test.app;



import android.app.Activity;

import android.os.Bundle;

import android.view.View;

import android.view.View.OnClickListener;

import android.widget.Button;

import android.widget.Toast;



public class test_app extends Activity {

/** Called when the activity is first created. */

@Override

public void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.main);

/* Find the button from our XML-layout. */

Button b = (Button)this.findViewById(R.id.btn_open_search);

b.setOnClickListener(new OnClickListener() {

public void onClick(View agr0) {

// Place code to handle button click here

Toast.makeText(test_app, "btn-click", 9);

}

});

}

}





The error I'm getting is 'test_app' cannot be resolved, but test_app is my

activity as specified in the AndroidManifest.xml.  What am I doing wrong?





  

Instead of "test_app" use "this" in  Toast.makeText(). That's a special
pointer (ok, Java zealots, I know that's a C/C++ term, but the concept's the
same :-) ) to the object in which the function is being referenced: the
test_app object of  your application.  I really think there should be a
version of that function that doesn't require the Context parameter, so that
using "this" wouldn't be necessary, but at the moment it is required.

Raymond 


 Thanks Raymond for explaining it (now I understand, the google page with
info on toast did not have this tidbit).  And thanks for the help!  :) 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: notification

2009-01-04 Thread Teena

Brad, that was perfect, it works!!  Thanks so much for the help everyone! :)

-Original Message-
From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of Brad Gies
Sent: Sunday, January 04, 2009 1:17 PM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: notification




test_app.this will do it :)



Sincerely,
 
Brad Gies
 
 
-
Brad Gies
27415 Greenfield Rd, # 2,
Southfield, MI, USA
48076
www.bgies.com  www.truckerphone.com
www.EDI-Easy.com  www.pricebunny.com
-
 
Moderation in everything, including abstinence

-Original Message-
From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of Teena
Sent: Sunday, January 04, 2009 1:27 PM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: notification



-Original Message-
From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of Raymond Rodgers
Sent: Sunday, January 04, 2009 11:45 AM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: notification


Teena wrote:
> Thanks for the response, Cyril.  Is this how I would do it?  I'm still 
> not seeing any text feedback on the screen when I click the button.
>   
Log will put strings into a log that's viewable in debug mode in Eclipse
with the Logcat view added to the overall list of views. That's very useful
for debugging purposes [obviously] without displaying anything to the app's
user. However, if you want to display something on screen, you can use the
Toast class
http://code.google.com/android/reference/android/widget/Toast.html to
display a message on screen briefly. The message will fade automatically
after a short amount of time, and could be useful for what you're trying to
accomplish.

Raymond


Thanks Raymond, I really appreciate the help.  One more question though, I'm
trying to use the toast widget properly, but cannot figure out the 'context'
that I need to put in as a parameter.  Updated code below:

package test.app;

import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.Toast;

public class test_app extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
/* Find the button from our XML-layout. */
Button b = (Button)this.findViewById(R.id.btn_open_search);
b.setOnClickListener(new OnClickListener() {
public void onClick(View agr0) {
// Place code to handle button click here
Toast.makeText(test_app, "btn-click", 9);
}
});
}
}


The error I'm getting is 'test_app' cannot be resolved, but test_app is my
activity as specified in the AndroidManifest.xml.  What am I doing wrong?







--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: notification

2009-01-04 Thread Teena


-Original Message-
From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of Raymond Rodgers
Sent: Sunday, January 04, 2009 11:45 AM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: notification


Teena wrote:
> Thanks for the response, Cyril.  Is this how I would do it?  I'm still 
> not seeing any text feedback on the screen when I click the button.
>   
Log will put strings into a log that's viewable in debug mode in Eclipse
with the Logcat view added to the overall list of views. That's very useful
for debugging purposes [obviously] without displaying anything to the app's
user. However, if you want to display something on screen, you can use the
Toast class
http://code.google.com/android/reference/android/widget/Toast.html to
display a message on screen briefly. The message will fade automatically
after a short amount of time, and could be useful for what you're trying to
accomplish.

Raymond


Thanks Raymond, I really appreciate the help.  One more question though, I'm
trying to use the toast widget properly, but cannot figure out the 'context'
that I need to put in as a parameter.  Updated code below:

package test.app;

import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.Toast;

public class test_app extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
/* Find the button from our XML-layout. */
Button b = (Button)this.findViewById(R.id.btn_open_search);
b.setOnClickListener(new OnClickListener() {
public void onClick(View agr0) {
// Place code to handle button click here
Toast.makeText(test_app, "btn-click", 9);
}
});
}
}


The error I'm getting is 'test_app' cannot be resolved, but test_app is my
activity as specified in the AndroidManifest.xml.  What am I doing wrong?



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: notification

2009-01-04 Thread Teena

Thanks for the response, Cyril.  Is this how I would do it?  I'm still not
seeing any text feedback on the screen when I click the button.

package test.app;

import android.app.Activity;
import android.os.Bundle;
import android.widget.Button;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener; 

public class test_app extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
/* Find the button from our XML-layout. */
Button b = (Button)this.findViewById(R.id.btn_open_search);
b.setOnClickListener(new OnClickListener() {
public void onClick(View agr0) {
// Place code to handle button click here
String TAG = "TAG";
Log.i(TAG, "Button clicked");
}
});
}
}


-Original Message-
From: android-beginners@googlegroups.com
[mailto:android-beginn...@googlegroups.com] On Behalf Of Cyril Jaquier
Sent: Sunday, January 04, 2009 10:57 AM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: notification


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> Is there a different way I should be doing this than using 
> system.out.println()?  Any suggestions are welcome.  Thanks.
> 

Use Log: http://code.google.com/android/reference/android/util/Log.html

Regards,

Cyril

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklg6lIACgkQlYy8cEwUMaSvuACgjO2UM/dljb2mToRBRFwpajlz
JhgAnjx2qGVCZFBr8A2lmaQnV+2ZwnU7
=pfa7
-END PGP SIGNATURE-



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] notification

2009-01-04 Thread Teena
Hi all.
 
I'm just learning how to develop for android.  I'm using Eclispe Ganymede
3.4.1 with ADT 0.8.0.v200809220836-110569 and jdk 1.6.0_10.  I have created
a test app wherein I put some text and a button on the screen.  the program
loads and runs in the emulator just fine, but when I click the button, I
want it to give me some text feedback that the button was clicked, but
nothing happens.  Below is my java code:
 
package test.app;

import android.app.Activity;

import android.os.Bundle;

import android.widget.Button;

import android.view.View;

import android.view.View.OnClickListener; 

public class test_app extends Activity {

/** Called when the activity is first created. */

@Override

public void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.main);

/* Find the button from our XML-layout. */

Button b = (Button)this.findViewById(R.id.btn_open_search);

b.setOnClickListener(new OnClickListener() {

public void onClick(View agr0) {

// Place code to handle button click here

System.out.println("Button clicked");

}

});

}

}

 

Is there a different way I should be doing this than using
system.out.println()?  Any suggestions are welcome.  Thanks.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android & T-Moble

2008-11-16 Thread Teena
 <http://www.crossloop.com/Teenah.id> I saw a commercial just this weekend
for the first time for a samsung android phone on the sprint network.  :)

  _  

From: android-beginners@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Fish Kungfu
Sent: Sunday, November 16, 2008 10:39 PM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: Android & T-Moble



Teena...
Which other network is the G1 phone on?
Cheers...Fish


On Nov 16, 2008 11:15 PM, "Teena" <[EMAIL PROTECTED]> wrote:



I'm waiting for it to come out on Verizon too.  It'll happen soon I'm sure,
it is out on more than one network now.

-Original Message-
From: android-beginners@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of designwebs
Sent: Saturday, November 15, 2008 2:24 PM
To: Android Beginners
Subject: [android-beginners] Android & T-Moble


I made it to T-Moble last night and was a able to check out the android
phone.  Wow was I impressed.  There was only one problem with it, it ran on
the T-Moble network.  I sure wish that verizon would have picked up on it.
Too bad...










--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android & T-Moble

2008-11-16 Thread Teena

 
I'm waiting for it to come out on Verizon too.  It'll happen soon I'm sure,
it is out on more than one network now.

-Original Message-
From: android-beginners@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of designwebs
Sent: Saturday, November 15, 2008 2:24 PM
To: Android Beginners
Subject: [android-beginners] Android & T-Moble


I made it to T-Moble last night and was a able to check out the android
phone.  Wow was I impressed.  There was only one problem with it, it ran on
the T-Moble network.  I sure wish that verizon would have picked up on it.
Too bad...



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] RE: Novice programmers lets build together.

2008-11-07 Thread Teena

Hi Chris.

Sorry, I thought I had responded to the mailing list.  I'm definately
thinking of a free ebook reader.  I love reading and I'm stuck on ebooks (as
opposed to books).  I'm a huge advocate of DRM free material, and right now
I'm using a kludge of an old palm tungsten E2 PDA with Tomereader.  Before I
can read any ebooks I find, I need to convert it to a text file, then run it
through a program called makedocw in order to convert it to a .prc file for
Tomereader.  I'm very interested in Android because I feel that because it
is an open platform, I can finally combine the uses I have for my PDA and my
phone into one device.  Primarily I am interested in creating a free ebook
reader which could handle text or html ebooks, but even better would be an
ebook reader that could also handle free ebooks as well as other proprietary
formats such as pdf files.  That would give the reader the ultimate
selection of material to enjoy on their Android phone.

What are your thoughts?


-Original Message-
From: MobiJordan [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2008 9:08 PM
To: Teena
Subject: Re: Novice programmers lets build together.

Hey Tinyang,

I was also thinking of an ebook reader.  Would you care to elaborate on your
idea?  Were you thinking of a reader for free books or ones that you buy?

Best Regards,

Chris

On Nov 6, 2:33 pm, "Teena" <[EMAIL PROTECTED]> wrote:
> I was planning an ebook reader for my first android project (besides 
> Hello Android of course).  Can you provide links we can get the source 
> code at and documentation for these other chat clients?
>
> --
> :-)
> Tinyang
> P Please don't print this e-mail unless you really need to.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Novice programmers lets build together.

2008-11-07 Thread Teena
I was planning an ebook reader for my first android project (besides Hello
Android of course).  Can you provide links we can get the source code at and
documentation for these other chat clients?
 
-- 
:-) 
Tinyang 
P Please don't print this e-mail unless you really need to. 

  _  

From: android-beginners@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Timbob Stevenson
Sent: Thursday, November 06, 2008 7:19 AM
To: android-beginners@googlegroups.com
Subject: [android-beginners] Re: Novice programmers lets build together.


OK, so I have an idea for a project we can work on From what I hear UK
T-mobile users don't have an MSN client for Android and the only option for
those users is the sub-par, pay-for-service IM+ from Android Market.

How about we write an MSN client for Android? We can look to other projects,
like JMSN, Pidgin and the Android Talk applications for guidance. With the
source to Androids G-Talk client being open-sourced, we can borrow heavily
from that where need be.

I think this would be a great project for beginners, because it doesn't
require super-advanced-ultra-l337 hacking skills to get it off the ground.
So what does everyone think?

-Timbobsteve




DSKG87 wrote:


hey there,
i'm new to programming and wanted to know anyone out there thats also
new or has some experience and want to learn the language together.
Forums are great but i need immediate stimulation  since i tend to get
bored easily. Right now, i am almost done reading the java for dummies
and highly recommend it if your looking for something to really get
you into understanding the java.


 









--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---