Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Other Topics > Programming

Notices

Programming Discussions about computer programming

Reply
 
Thread Tools Display Modes
Old 07-12-2012, 06:08 PM   #31
Pooh-Bah
 
YouR_DooM's Avatar
 
Join Date: Jul 2009
Location: facepalming my way into history
Posts: 5,931
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Quote:
Originally Posted by MikeyObviously View Post
Bumping for selfish reasons...I have just started the process of learning Android programming.

I have some cute ideas to **** around with and build while learning, but my ultimate retire-on-an-island idea:

The Axl Rose Voice Generator. If you beat me to it, congrats on your millions...
Before you become a millionare, remember that you have to file for taxes in every nation your customers are from. Google does ****.
YouR_DooM is offline   Reply With Quote
Old 11-17-2012, 06:32 PM   #32
Carpal \'Tunnel
 
Boo Radley's Avatar
 
Join Date: Dec 2008
Location: liking turtles
Posts: 9,371
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

guys,
im trying to learn how to do this creating apps stuff on android
spent about 10 hours today trying to make the 'hello world' app today and its been an utter failure. keep running into different problems. the big problem it appears is i cant create a virtual device nor does the software recognize my phone (samsung siii)
part of the problem is i dont have any real programming experience. i dont know exactly what version of eclipse i need or if it matters. the droid developers tutorial is confusing because it jumps around and makes assumptions that i cant follow.
so, basically, if anybody has experience and wants to help me, i would love for somebody to hold my hand and walk me very very slowly step by step. doesnt have to be all in one day. i mean, can be one step a day or week or whatever.
like, the first thing i need to figure out is what model of eclipse do i need. classic, mobile, java ee, etc, or if it even matters. at the moment i have the adt bundle installed which includes eclipse, but i dont know what version.
i want to smash my computer
please help
please?
lol
but seriously, please?
Boo Radley is offline   Reply With Quote
Old 11-17-2012, 07:36 PM   #33
Carpal \'Tunnel
 
Boo Radley's Avatar
 
Join Date: Dec 2008
Location: liking turtles
Posts: 9,371
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Quote:
Originally Posted by thunderchicken View Post
started watching this hoping it would help.
looks great, except his software doesnt look like mine. his eclipse is different. has different options. plus, i dont know if i have the right eclipse, or if my eclipse is set up right.
****
Boo Radley is offline   Reply With Quote
Old 11-18-2012, 03:06 AM   #34
Carpal \'Tunnel
 
muttiah's Avatar
 
Join Date: Aug 2004
Posts: 21,433
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Why are you mucking around with Eclipse? You shouldn't need more than notepad to make hello world, even for android. Learn the basics before worrying about the IDE.
muttiah is offline   Reply With Quote
Old 11-18-2012, 03:17 AM   #35
grinder
 
iosys's Avatar
 
Join Date: Sep 2011
Location: United States Posts: 9999999
Posts: 531
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Quote:
Originally Posted by muttiah View Post
Why are you mucking around with Eclipse? You shouldn't need more than notepad to make hello world, even for android. Learn the basics before worrying about the IDE.
Using notepad instead of eclipse would be extremely silly, when you can google or spend 10 minutes looking around eclipse till you understand the basics of it.
iosys is offline   Reply With Quote
Old 11-19-2012, 01:21 AM   #36
Pooh-Bah
 
maxtower's Avatar
 
Join Date: Sep 2005
Posts: 5,330
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Quote:
Originally Posted by Boo Radley View Post
guys,
im trying to learn how to do this creating apps stuff on android
spent about 10 hours today trying to make the 'hello world' app today and its been an utter failure. keep running into different problems. the big problem it appears is i cant create a virtual device nor does the software recognize my phone (samsung siii)
part of the problem is i dont have any real programming experience. i dont know exactly what version of eclipse i need or if it matters. the droid developers tutorial is confusing because it jumps around and makes assumptions that i cant follow.
so, basically, if anybody has experience and wants to help me, i would love for somebody to hold my hand and walk me very very slowly step by step. doesnt have to be all in one day. i mean, can be one step a day or week or whatever.
like, the first thing i need to figure out is what model of eclipse do i need. classic, mobile, java ee, etc, or if it even matters. at the moment i have the adt bundle installed which includes eclipse, but i dont know what version.
i want to smash my computer
please help
please?
lol
but seriously, please?
I started here:
http://developer.android.com/trainin...app/index.html

Use the eclipse from here:
http://eclipse.org/mobile/

Follow the ADT instructions here:
http://developer.android.com/sdk/installing/bundle.html

Where do you get lost in the above steps?
maxtower is offline   Reply With Quote
Old 11-22-2012, 01:29 AM   #37
Carpal \'Tunnel
 
Boo Radley's Avatar
 
Join Date: Dec 2008
Location: liking turtles
Posts: 9,371
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Quote:
Originally Posted by maxtower View Post
I started here:
http://developer.android.com/trainin...app/index.html

Use the eclipse from here:
http://eclipse.org/mobile/

Follow the ADT instructions here:
http://developer.android.com/sdk/installing/bundle.html

Where do you get lost in the above steps?
i tried all different approaches
latest approach was using the android sdk/adt bundle that comes with a version of eclipse. you think the all in one package would work right? everything seems fine until i get to the part where i want to run it on the virtual device. i try to open the virtual device manager and nothing happens.

when i first opened the eclipse, it said it couldnt find the sdk tools folder, so i renamed the folders to what it was looking for (in this case C\adtbundle\adt-bundles-windows\sdk)


im going to uninstall again and start from scratch
if you dont mind, you can hold my hand and go step by step with me?
java is already installed

so youre saying my first step is download and install sdk or eclipse? (following how you did it)
cause the android instruction page (your first link) says download sdk then install adt plugin if im using eclipse (which i am). but should i have installed eclipse first before sdk?
when they say download sdk, do i unpack it and install (and not click run at the end)

i have been through all the different ways to do this. it might not sound like it.
im willing to go very slowly step by step

so, first thing:
download unpack and install eclipse, yes?
download sdk yes?
then unpack yes?
then install yes?
DO NOT CLICK RUN, yes?
then do the adt plug in steps, yes?

thanks for any help
Boo Radley is offline   Reply With Quote
Old 11-22-2012, 02:54 AM   #38
grinder
 
iosys's Avatar
 
Join Date: Sep 2011
Location: United States Posts: 9999999
Posts: 531
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Quote:
Originally Posted by Boo Radley View Post
i tried all different approaches
latest approach was using the android sdk/adt bundle that comes with a version of eclipse. you think the all in one package would work right? everything seems fine until i get to the part where i want to run it on the virtual device. i try to open the virtual device manager and nothing happens.

when i first opened the eclipse, it said it couldnt find the sdk tools folder, so i renamed the folders to what it was looking for (in this case C\adtbundle\adt-bundles-windows\sdk)


im going to uninstall again and start from scratch
if you dont mind, you can hold my hand and go step by step with me?
java is already installed

so youre saying my first step is download and install sdk or eclipse? (following how you did it)
cause the android instruction page (your first link) says download sdk then install adt plugin if im using eclipse (which i am). but should i have installed eclipse first before sdk?
when they say download sdk, do i unpack it and install (and not click run at the end)

i have been through all the different ways to do this. it might not sound like it.
im willing to go very slowly step by step

so, first thing:
download unpack and install eclipse, yes?
download sdk yes?
then unpack yes?
then install yes?
DO NOT CLICK RUN, yes?
then do the adt plug in steps, yes?

thanks for any help
I'll write what I did when setting up eclipse and all the stuff.

Downloaded eclipse mobile.
Installed eclipse mobile.

Download the android sdk installer for pre installed ide.
Install it.

Open up eclipse and go to Help, Install New Software...
paste "https://dl-ssl.google.com/android/eclipse/"
Install the Developer Tools.

Now in eclipse go to Window, Android Virtual Device Manager
Click Device Definitions tab and Create AVD...
Type the name and hit, "OK" now test it by selecting it and hitting Start


Everything should work for you, I hope lol
iosys is offline   Reply With Quote
Old 11-22-2012, 10:46 PM   #39
Pooh-Bah
 
maxtower's Avatar
 
Join Date: Sep 2005
Posts: 5,330
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

I already have it installed. Let me know if the above post instructions don't work for you and I'll try to do it again.
maxtower is offline   Reply With Quote
Old 11-23-2012, 06:06 AM   #40
adept
 
mithras's Avatar
 
Join Date: Apr 2007
Location: Vientiane
Posts: 739
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Quote:
Originally Posted by Leroy2DaBeroy View Post
Not sure if this is the right place for it, but I would like to see a hand history replayer/reviewer app. Not sure if its possible to get hem hands into it, but if so, I think people would pay a few bucks for it.
I thought about making this, but doing some reasearch it seems http://www.pokermemento.com/ already does that.
mithras is offline   Reply With Quote
Old 11-25-2012, 09:25 AM   #41
Carpal \'Tunnel
 
Boo Radley's Avatar
 
Join Date: Dec 2008
Location: liking turtles
Posts: 9,371
Re: ***OFFICIAL ANDROID DEVELOPMENT THREAD***

Quote:
Originally Posted by iosys View Post
I'll write what I did when setting up eclipse and all the stuff.

Downloaded eclipse mobile.
Installed eclipse mobile.

Download the android sdk installer for pre installed ide.
Install it.

Open up eclipse and go to Help, Install New Software...
paste "https://dl-ssl.google.com/android/eclipse/"
Install the Developer Tools.

Now in eclipse go to Window, Android Virtual Device Manager
Click Device Definitions tab and Create AVD...
Type the name and hit, "OK" now test it by selecting it and hitting Start


Everything should work for you, I hope lol
Quote:
Originally Posted by maxtower View Post
I already have it installed. Let me know if the above post instructions don't work for you and I'll try to do it again.
i ended up getting it to work.
did another uninstall.
extracted the files to my desktop this time. that seems to be the only difference from what i had done previously.
used the sdk/eclipse/adt bundle from the android page this time (had used it before with no success)

i have since moved the folders off my desktop and repointed the eclipse preferences for sdk tools and everything still works, so thats good.

emulator runs pretty slow though
i bumped up the ram to 800 mib and if i bump it higher, i get an error when starting the emulator, so i keep it at 800

any ideas on how to speed it up?
ram is 800
heap is 1000 (i assume larger heap is better?)
internal is 500mib
sd card 1gib

thanks again
Boo Radley is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 04:20 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive