[android-developers] Re: New to Android

2013-05-04 Thread Vishal Pawale
http://developer.android.com/training/basics/firstapp/index.html Go through the lessons. On Wednesday, April 17, 2013 6:40:28 AM UTC+5:30, rlloyd wrote: > > I have a java file that I would like to incorporate in to an android > application. I'm not sure where in the code I put my java that I've

Re: [android-developers] Re: New to Android

2013-05-03 Thread TreKing
On Fri, May 3, 2013 at 10:30 AM, bob wrote: > You will want to put your code in a file called beta.java. > > > Then you can add this to your onCreate function: > > * * > > *beta.main(null);* > > * * > That's a joke, right?

[android-developers] Re: New to Android

2013-05-03 Thread bob
You will want to put your code in a file called beta.java. Then you can add this to your onCreate function: * * *beta.main(null);* * * * * * * Thanks. On Tuesday, April 16, 2013 8:10:28 PM UTC-5, rlloyd wrote: > > I have a java file

Re: [android-developers] Re: New to Android App Development need Advice in Designing UI

2012-10-16 Thread Anees Thyrantakath
Thanks for the information..i'll check it out -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: New to Android App Development need Advice in Designing UI

2012-10-16 Thread Mek's Sree Rama
Hello Aadi, Have you tried with compatible jar for fragments and action bar. The compatible jar works well with version 2.3 API level 10. FYI. On Tuesday, October 9, 2012 12:39:08 PM UTC+5:30, Aadi Rockzz wrote: > > Hi Everyone, > > I'm going to develop an application for Android2.2 platform.

[android-developers] Re: New to Android App Development need Advice in Designing UI

2012-10-12 Thread avluis
While I do not like to advertize for anyone, except maybe friends, I have been using this here: CommonsWare It may be the very best I have come across to getting me started on android app development. And they just updated to version 4.2. On Tuesday, October 9, 2012 2:0

[android-developers] Re: New to android development

2012-08-23 Thread Mickaël Gachon
It is an eclipse problem. It happens when you try to run an application juste after modifiying a .xml file. You need to remove the .out.xml file created. Then simply click on your project name in the project tree in eclipse and run it. Le samedi 18 août 2012 23:21:02 UTC+2, Saudademaru Envy

[android-developers] Re: New to android..which API to choose?

2012-07-26 Thread RichardC
http://developer.android.com/about/dashboards/index.html On Monday, July 23, 2012 10:27:19 PM UTC+1, Carlos Oneil wrote: > > Im new to android programming and would like to know is it best to build > apps on the latest API or the one that has the broadest deployment ? If i > develop a ICS base

RE: [android-developers] Re: new to android

2011-05-25 Thread Tommy
opers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Ali Chousein Sent: Wednesday, May 25, 2011 4:37 PM To: Android Developers Subject: [android-developers] Re: new to android http://developer.android.com/sdk/index.html Everything is explained on this web site. Good luck and

[android-developers] Re: new to android

2011-05-25 Thread Ali Chousein
http://developer.android.com/sdk/index.html Everything is explained on this web site. Good luck and enjoy it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsu

[android-developers] Re: New to Android

2011-05-03 Thread brainray
Hello, how about here: http://developer.android.com/resources/browser.html?tag=tutorial Cheers Ray On May 1, 3:46 pm, sudharsanan wrote: > Hello Guys >                I am new to android application development,can you > people help to me to develop the application?and also where i can get >

[android-developers] Re: new to Android wrld and I need some tips

2011-04-29 Thread Ahmad Alturki
thanks all, are these courses free -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@google

[android-developers] Re: new to Android wrld and I need some tips

2011-04-29 Thread Kittoes
THIS! I found the videos on Marakana.com to be exceptional. There's a lot of good stuff in there to learn Android from the ground up, especially if you're well-versed in Java already. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Re: new to Android wrld and I need some tips

2011-04-29 Thread bala krishna
Hi Ahmad, You can find amazing videos at marakana.com provided by the author of "learning android". Regards, Bala On Apr 29, 5:59 pm, Ahmad Alturki wrote: > thanks imsopov, > > I found some recommendation for"Android Application Development For Dummies". > > Any thought from others please > >

[android-developers] Re: new to Android wrld and I need some tips

2011-04-29 Thread Ahmad Alturki
thanks imsopov, I found some recommendation for"Android Application Development For Dummies". Any thought from others please Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: new to Android wrld and I need some tips

2011-04-28 Thread imsopov
Personally I started using Sam's teach yourself android application development I found it to be very useful for the teaching me the basics, it starts off slow and had downloadable code for each section of the book which helps. This was written for 2.1 but will still be relevant On Apr 29, 1:49 p

Re: [android-developers] Re: New to Android Need Help

2011-04-22 Thread TreKing
On Fri, Apr 22, 2011 at 2:42 PM, edprog wrote: > Now just one question do you recommend to create the Thread in the main > Activity or do it in a separate class? > Actually, neither. Don't use raw Threads unless you really have to. I don't think you really have to here. See this article: http:/

[android-developers] Re: New to Android Need Help

2011-04-22 Thread edprog
I think eventually i will need help hehe, as of now I will try to do it see if I can figure it out. Now just one question do you recommend to create the Thread in the main Activity or do it in a separate class? On Apr 22, 11:32 am, TreKing wrote: > On Fri, Apr 22, 2011 at 2:10 AM, edprog wrote:

Re: [android-developers] Re: New to Android Need Help

2011-04-22 Thread TreKing
On Fri, Apr 22, 2011 at 2:10 AM, edprog wrote: > but now i need to figure out how to make the images swap on their own when > the system is playing > Did you need help on that or are you just typing out loud? --

[android-developers] Re: New to Android Need Help

2011-04-22 Thread edprog
No not offended, thank you very much for the input.. it really helped, but now i need to figure out how to make the images swap on their own when the system is playing ("I am trying to do simon says") for my son :) Here is the improved code public class GameActivity extends Activity { /*

Re: [android-developers] Re: New to Android Need Help

2011-04-21 Thread TreKing
On Fri, Apr 22, 2011 at 12:30 AM, edprog wrote: > public class myView extends View implements OnTouchListener{} > Sure. Or a member in the Activity that you then set on the ImageViews. private mTouchListener = new OnTouchListener() { /* CODE */ } ... imageView1.setOnTouchListener(mTouchListene

[android-developers] Re: New to Android Need Help

2011-04-21 Thread edprog
Yes I did thank you, no its ok.. I am new in graphs that i can tell you... all this is new.. drawing and stuff. I know what you are saying.. to create something like public class myView extends View implements OnTouchListener{} I think,... and yes it is a mess because in the main Activity is whe

Re: [android-developers] Re: New to Android Need Help

2011-04-21 Thread TreKing
On Thu, Apr 21, 2011 at 11:46 PM, edprog wrote: > I understand java, inheritance, creating classes... > If you say so. No offense, but the fact that you called your own code "a mess" and the fact that you copied and pasted the exact same code 4 times instead of making a class would indicate that

[android-developers] Re: New to Android Need Help

2011-04-21 Thread edprog
I understand java, inheritance, creating classes... I am just having trouble making it work on Android, when i add a thread or something.. it blacks out the screen... Thank you for the help On Apr 22, 12:02 am, TreKing wrote: > On Thu, Apr 21, 2011 at 8:47 PM, edprog wrote: > > Basically I woul

Re: [android-developers] Re: New to Android Need Help

2011-04-21 Thread TreKing
On Thu, Apr 21, 2011 at 8:47 PM, edprog wrote: > Basically I would like to draw from myView class and not from the > main Activity, right now I have the OnTouch events in the main Activity > as you can see, I want to move all that code (The ontiuch) to myView class. > You're missing the fact tha

[android-developers] Re: New to Android Need Help

2011-04-21 Thread edprog
Basically I would like to draw from myView class and not from the main Activity, right now I have the OnTouch events in the main Activity as you can see, I want to move all that code (The ontiuch) to myView class. On Apr 21, 5:56 pm, TreKing wrote: > On Wed, Apr 20, 2011 at 10:38 PM, edprog wro

[android-developers] Re: new to android..............

2011-03-08 Thread Antony Keerthy
You can follow that link http://developer.android.com/sdk/index.html after getting the sdk and all, you can follow this link http://android-codes-examples.blogspot.com/2011/02/running-emulator-from-eclipse.html On Mar 4, 8:16 pm, Kailash Adhikari wrote: > hi everyone..., > as i am a

[android-developers] Re: new to android..............

2011-03-07 Thread Onkar Dhane,Trainee Software Developer,Alphabricks Technology pvt. ltd
Hi,follow this link.they have given which revision is supported for which SDK n all.. http://developer.android.com/sdk/index.html if you have difficulty again let me know Thanks On Mar 4, 8:16 pm, Kailash Adhikari wrote: > hi everyone..., > as i am a newly introduced to andro

[android-developers] Re: new to android..............

2011-03-05 Thread lbendlin
What have you tried? And are you running Windows, Linux or OSX? On Mar 4, 10:16 am, Kailash Adhikari wrote: > hi everyone..., > as i am a newly introduced to android  and i'm finding it difficult to > install android adt tools,eclipse,sdk... > so if anyone help me about complete inst

[android-developers] Re: New to Android - Can't add Platform

2010-11-04 Thread Hari
Hi James, I followed the instruction here http://developer.android.com/sdk/eclipse-adt.html#installing and it worked for me. BTW, I had my android installed at :C:\Android\android-sdk-windows . not sure if long paths would make a difference thanks, hari. On Nov 1, 7:05 am, James Thomas wrote:

[android-developers] Re: New to Android - Can't add Platform

2010-11-01 Thread Peter Webb
Setting up the Eclipse environment correctly is not easy. I have done it 3 times now, and seen this error a few times. I think that you have to install ADT first, and then use this to import the SDK. The other thing I vaguely remember is that the load preferences command looks for .zip or somethi

[android-developers] Re: New to Android and programming

2010-08-26 Thread DanH
"Teach yourself OO programming? Are you kidding?" The only programming class I ever had was one in Fortran, yet I know OO inside and out (literally). I'll agree that I don't "get" a lot of the UML stuff, but that's more because I can see flaws in it. But that's 40 years of experience. I'll agre

[android-developers] Re: New to Android and programming

2010-08-26 Thread Peter Webb
I would go further than that. If the OP has no programming experience, then Java/Android is an almost impossible starting point: 1. The online doco is hopeless. Yes, as you say they all assume a pretty high level knowledge of Java to start with. Worse, for the beginner, is that unlike some other

[android-developers] Re: New to Android and programming

2010-08-25 Thread DanH
Heck, the examples are mysterious and obscure even if you've worked with Java for 12 years! On Aug 25, 8:42 pm, Indicator Veritatis wrote: > I'd even go one step of certainty further: it will definitely be a > frustrating experience unless he learns enough Java first. Too many of > the sample pro

[android-developers] Re: New to Android and programming

2010-08-25 Thread Indicator Veritatis
I'd even go one step of certainty further: it will definitely be a frustrating experience unless he learns enough Java first. Too many of the sample programs, whether in forums, in books on Android, or in the official Google tutorial, all use constructs that will otherwise appear mysterious and obs

[android-developers] Re: New to Android Programming

2010-08-25 Thread Tim
Dear Dave, If you are new to Android and the complexities of Java, you may wish to consider another approach to Android development such as our MobiForms rapid application development tool. MobiForms replaces the need to download 100's MB of files, configure Eclipse, learn the Android SDK, Java a

[android-developers] Re: New to Android and programming

2010-08-24 Thread DanH
If indeed you are new to programming I'd suggest you see if you can take a college course somewhere on intro programming. At the very least you should find yourself a good "Java Self Taught" book and get through at least the first few chapters. While much of Android "programming" isn't really pro

Re: [android-developers] Re: New to Android and programming

2010-08-24 Thread TreKing
On Tue, Aug 24, 2010 at 11:22 AM, msacks wrote: > The best way to learn, is by doing, as in just write apps with no prior > experience. > If "no prior experience" means you have never programmed, you've never heard of Eclipse, and you haven't touched the SDK, you're simply not going to jump stra

[android-developers] Re: New to Android and programming

2010-08-24 Thread msacks
The best way to learn, is by doing, as in just write apps with no prior experience. There are many introductory Java tutorials and Android tutorials (official and unofficial) online for free. You can also buy books or take a course. I spent 4 years (and a lot of money) in college working on a Bache

Re: [android-developers] Re: New to android finally leaving Windows !!!

2010-08-18 Thread Phill Wiggin
On Thu, Aug 5, 2010 at 4:48 AM, String wrote: > On Aug 4, 8:51 pm, "Tommy" wrote: > > > Why should a user have to go out of the way to > > figure out how to use ADB to do this. > > A user shouldn't have to. I absolutely agree with you, and think it's > pretty crappy of AT&T to have done this. > >

[android-developers] Re: New to android finally leaving Windows !!!

2010-08-05 Thread String
On Aug 4, 8:51 pm, "Tommy" wrote: > Why should a user have to go out of the way to > figure out how to use ADB to do this. A user shouldn't have to. I absolutely agree with you, and think it's pretty crappy of AT&T to have done this. However, the OP asked about a dev phone, and [as a dev] he wi

[android-developers] Re: New to android finally leaving Windows !!!

2010-08-05 Thread String
On Aug 5, 12:04 am, Mark Murphy wrote: > Bear in mind, though, that you can't test installs this way, in terms > of seeing what the user will see (e.g., security screens). OK, that's a fair point. However, that aspect can be accurately tested on the emulator. String -- You received this messa

[android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread JP
On Aug 4, 9:06 pm, Shane Isbell wrote: > You really need at least two devices for testing. High-end 2.1+ devices and > a pre-2.0 device. I find that the emulator does a good job of matching > pre-2.0 device behavior but you can get really burned trusting the emulator > to behave the same for the

Re: [android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread Shane Isbell
You really need at least two devices for testing. High-end 2.1+ devices and a pre-2.0 device. I find that the emulator does a good job of matching pre-2.0 device behavior but you can get really burned trusting the emulator to behave the same for the later devices. I've found differences between the

[android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread JP
On Aug 4, 11:46 am, Mark Murphy wrote: > On Wed, Aug 4, 2010 at 2:40 PM, A Curious Developer wrote: > > > Can we use *any* Android-based phone for testing and debugging? > > Any that has the Android Market on it should be safe. > Reportedly, some devices do not push logs out through the USB po

Re: [android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread Mark Murphy
On Wed, Aug 4, 2010 at 3:24 PM, String wrote: > I'm no friend of AT&T, and am as disappointed as anyone about the > restrictions they've put on all their Android phones to date, but > please get your facts straight before launching into a rant. They've > only disabled installing non-Market apps us

RE: [android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread Tommy
velop...@googlegroups.com] On Behalf Of String Sent: Wednesday, August 04, 2010 3:24 PM To: Android Developers Subject: [android-developers] Re: New to android finally leaving Windows !!! On Aug 4, 6:41 pm, "Tommy" wrote: > BUT AT&T had to go in and fiddle with everything totally locking down

[android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread String
On Aug 4, 6:41 pm, "Tommy" wrote: > BUT AT&T had to go in and fiddle with everything totally locking down their > android phones just like an IphoneWhats the point? Unless you feel like > rooting the phone which will void your warranty you will not be able to > download whatever apps you want

Re: [android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread Mark Murphy
On Wed, Aug 4, 2010 at 2:40 PM, A Curious Developer wrote: > Can we use *any* Android-based phone for testing and debugging? Any that has the Android Market on it should be safe. > That is, can we download, run, and debug our applications from the > Eclipse environment? See above. > Can we do

[android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread A Curious Developer
> Can we use *any* Android-based phone for testing and debugging? > That is, can we download, run, and debug our applications from the > Eclipse environment? The "Dev Guide" actually answers this one as "yes": "You can use any Android-powered device as an environment for running, debugging, and te

[android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread A Curious Developer
> You can also buy a developer > device:http://android.brightstarcorp.com/index.htm. > Honestly though, the dev phone 2, while unlocked (and perfect for > AT&T) is a bit pricey for the hardware you get. The N1 is a better > option IMO:http://www.google.com/phone(there is an AT&T version, > while t

RE: [android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread Tommy
s Sent: Wednesday, August 04, 2010 11:42 AM To: Android Developers Subject: [android-developers] Re: New to android finally leaving Windows !!! I would recommend the Captivate. It's Hummingbird processor is very nice (basically the same as what is in the IPhone 4... samsung sold them their chi

[android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread Jeremiah Sellars
I would recommend the Captivate. It's Hummingbird processor is very nice (basically the same as what is in the IPhone 4... samsung sold them their chips as I understand it... though the IPhone 4 SOC has one other component (though CPU and GPU are the same)). If it's okay to say it now... it is root

[android-developers] Re: New to android finally leaving Windows !!!

2010-07-07 Thread Charlie Collins
To get started you can use the SDK and the emulators it provides (you don't need a device to dive in, though yes you will want one at some point for further testing). http://developer.android.com/intl/es/guide/index.html You can also buy a developer device: http://android.brightstarcorp.com/inde

[android-developers] Re: New to android. Listview problem

2010-05-28 Thread ionel
Hi, Put the line "setContentView(R.layout.main); " after line "super.onCreate(savedInstanceState);" On May 26, 6:15 am, Somebodyconfused wrote: > All, > I'm trying to get the following code to work. It should just be a > textview with a listview underneath it. What is going wrong? > > MAIN.xml

[android-developers] Re: New to android

2010-04-02 Thread dinosaur
hello ,I‘m new too. The google's example is a good way to step into android. and there is a book named ’ android essentials‘ can help you. On 3月29日, 下午7时53分, iftekhar wrote: > Hi, > I am new to android/mobile application .I have exp in developing > applications using Java/J2EE but no knowledge

[android-developers] Re: New to android

2010-04-02 Thread wurp
http://developer.android.com/guide/index.html On Mar 29, 6:53 am, iftekhar wrote: > Hi, > I am new to android/mobile application .I have exp in developing > applications using Java/J2EE but no knowledge of mobile application/ > games etc. > Please suggest me any link/help from where I can study a

Re: [android-developers] Re: New to android

2010-03-30 Thread Prasanjit Deka
just go to *developer*.*android*.com where u can get details and basic knowlege of android On Tue, Mar 30, 2010 at 11:56 AM, patbenatar wrote: > Yea... Check out the tutorials and API Demos under the Resources tab. > Great starting point. > > > > On Mar 29, 12:30 pm, Felipe Silveira wrote: > >

[android-developers] Re: New to android

2010-03-29 Thread patbenatar
Yea... Check out the tutorials and API Demos under the Resources tab. Great starting point. On Mar 29, 12:30 pm, Felipe Silveira wrote: > The first place you need to go is:http://developer.android.com > > Felipe Silveirawww.felipesilveira.com.br > > > > > > On Mon, Mar 29, 2010 at 8:53 AM, ifte

[android-developers] Re: New to Android...how does android handle application versions/updates...

2010-03-02 Thread MaTT
Thanks Mark. You guys have both been very helpful. On Mar 2, 8:47 am, Mark Murphy wrote: > MaTT wrote: > > Okay, great! > > > So, if I needed to make changes to the existing database, would I need > > to perform any kind of "backup" of the old database? > > If you use SQLiteOpenHelper to assist

Re: [android-developers] Re: New to Android...how does android handle application versions/updates...

2010-03-02 Thread Mark Murphy
MaTT wrote: > Okay, great! > > So, if I needed to make changes to the existing database, would I need > to perform any kind of "backup" of the old database? If you use SQLiteOpenHelper to assist you, you will be notified when your database schema differs from the schema your upgraded app wants to

[android-developers] Re: New to Android...how does android handle application versions/updates...

2010-03-02 Thread MaTT
Okay, great! So, if I needed to make changes to the existing database, would I need to perform any kind of "backup" of the old database? Thanks for your help! On Mar 1, 11:40 pm, TreKing wrote: > On Mon, Mar 1, 2010 at 10:08 AM, MaTT wrote: > > Specifically, does an update blow away my databas

[android-developers] Re: New to Android

2009-12-10 Thread theSmith
Joe, The developer's site is always an excellent resource http://developer.android.com/ Here is their notepad tutorial (in 4 parts) http://developer.android.com/guide/tutorials/notepad/index.html Some fantastic videos from Google IO. Check out the Debugging and Lightning talks. http://code.googl

[android-developers] Re: New to android and java - Cannot run or debug with eclipse 3.5.1 on windows

2009-11-23 Thread Seraieis
I'm experiencing the same problem (I just installed the SDK into Eclipse and installed the AVD). It compiles correctly, opens the AVD, but I can't get the text within the AVD to change. Were you successful in fixing this? -- You received this message because you are subscribed to the Google Group

[android-developers] Re: New to android

2009-07-01 Thread Justin (Google Employee)
Hey ctap, since you're just getting started I'd recommend visiting the android-beginners group which is better suited to these "getting going" type questions. Cheers, Justin Android Team @ Google On Jun 30, 11:01 am, ctap105 wrote: > I am new to android and google groups. I dl the sdk and tried

[android-developers] Re: New to Android

2009-05-06 Thread JP
Exactly; there are multiple installations of Java on a single machine. On May 6, 4:33 pm, Wendal Chen wrote: > If it is not working , try to uninstall your JDK 1.3 . > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[android-developers] Re: New to Android

2009-05-06 Thread Wendal Chen
If it is not working , try to uninstall your JDK 1.3 . On May 7, 6:06 am, Mark Murphy wrote: > BriBri wrote: > > While trying to create an AVD for my first Eclipse-made Android app, I > > get the same java.lang.UnsupportederrorClassVersionError...49.0 error > > as in the OP. > > > At that time,

[android-developers] Re: New to Android

2009-05-06 Thread Mark Murphy
BriBri wrote: > While trying to create an AVD for my first Eclipse-made Android app, I > get the same java.lang.UnsupportederrorClassVersionError...49.0 error > as in the OP. > > At that time, the $ java -version said I had: > java version 1.3.1_01 > Java (TM) 2 Runtime Environment, Standard Edit

[android-developers] Re: New to Android

2009-05-06 Thread BriBri
While trying to create an AVD for my first Eclipse-made Android app, I get the same java.lang.UnsupportederrorClassVersionError...49.0 error as in the OP. At that time, the $ java -version said I had: java version 1.3.1_01 Java (TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java Ho

[android-developers] Re: New to Android

2009-05-06 Thread BriBri
Thanks, I have the same problem and I think the JDK 5 or 6 install is the problem too. My problem is that I HAVE installed JDK 6 (update 13), A quick look in the Add/Remove Programs app shows Java(TM) SE Development Kit 6 Update 13 is installed...HOWEVER when I do $ java -version, I get: java ve

[android-developers] Re: New to Android

2009-04-30 Thread JP
It's been a while since I've seen "majorminor-49er". Here's the usual cause: http://forums.sun.com/thread.jspa?threadID=736596 You see this is likely a problem with your Java installation. I suspect you have an old Java version, probably 1.4.2. The bytecode of the android tool has been compiled ag

[android-developers] Re: new to android

2009-01-08 Thread PRATAP SOLAPUR
Android Programmers Guide is a good book for beginner. Anddev.org u'll get tutorials On 1/7/09, google wrote: > > > hi, > can any one suggest good way to practice android. > good books or any free applications > > > > > --~--~-~--~~~-

[android-developers] Re: new to android

2009-01-07 Thread Mark Murphy
google wrote: > hi, > can any one suggest good way to practice android. > good books or any free applications In terms of books, I have a running list of available books up on the Android Programming knol: http://knol.google.com/k/mark-murphy/android-programming -- Mark Murphy (a Commons Guy)