Go Back   Android Forums > Android Community > Introductions
Introductions Meet the team, and tell us a little about yourself... This introductions section is NOT for support questions!
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old December 13th, 2012, 10:33 AM   #1 (permalink)
New Member
Thread Author (OP)
 
Join Date: Dec 2012
Posts: 6
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default Ohhh hey guys

I've read the forums for a while, but finally registered. Just released my first Android game not too long ago and all that I'm currently a senior at Fresno State University in computer science, and Android is probably the most fun of the platforms I've developed for, so yeah. Hi!

As for devices, I have an HTC Incredible 2, and a Nexus 7

PaulTR is offline  
Last edited by PaulTR; December 13th, 2012 at 10:48 AM.
Reply With Quote
Sponsors
Old December 13th, 2012, 10:34 AM   #2 (permalink)
New Member
Thread Author (OP)
 
Join Date: Dec 2012
Posts: 6
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Oh yeah, here's the link to my game!

http://bit.ly/V0ezOh
PaulTR is offline  
Reply With Quote
Old December 13th, 2012, 10:54 AM   #3 (permalink)
Senior Member
 
Digital Controller's Avatar
 
Join Date: Sep 2012
Location: Cincinnati, Ohio
Gender: Male
Posts: 8,368
 
Device(s): Nexus 7, Galaxy Nexus (toro) with JBS, (RIP) Droid Incredible CM7
Carrier: Verizon

Thanks: 356
Thanked 1,946 Times in 1,364 Posts
Default

Welcome to the forums Paul, glad to have you on the site

Feel free to post your game here: App Announcements

Thanks for joining
__________________
Want Faster help? Read this before posting!

I love this community and so should you! So before posting please read:
Site Rules & Guidelines and Android FAQ's
Digital Controller is offline  
Reply With Quote
Old December 13th, 2012, 10:54 AM   #4 (permalink)
Senior Member
 
Liamo_210's Avatar
 
Join Date: Apr 2011
Location: Ireland
Gender: Male
Posts: 4,045
 
Device(s): motorola xoom 2 ME, Samsung galaxy S3 (blue), Nexus 4
Carrier: 3

Thanks: 293
Thanked 751 Times in 548 Posts
Default

Welcome to the forums. Im glad you decided to sign up.

Since your a dev i thought you might like to check this out.
http://androidforums.com/application-development/
ANd here are the sub forums for your device incase you have any questions
http://androidforums.com/nexus-7/
__________________
If someone has helped you, hit the THANKS button.
If you just like a post for some reason, click LIKE.
If you see someone causing trouble, hit REPORT!
Liamo_210 is offline  
Reply With Quote
Old December 13th, 2012, 10:56 AM   #5 (permalink)
Senior Member
 
Liamo_210's Avatar
 
Join Date: Apr 2011
Location: Ireland
Gender: Male
Posts: 4,045
 
Device(s): motorola xoom 2 ME, Samsung galaxy S3 (blue), Nexus 4
Carrier: 3

Thanks: 293
Thanked 751 Times in 548 Posts
Default

and if its the droid incredible 2 you have then here http://androidforums.com/htc-droid-incredible-2/
Liamo_210 is offline  
Reply With Quote
Old December 13th, 2012, 11:14 AM   #6 (permalink)
New Member
Thread Author (OP)
 
Join Date: Dec 2012
Posts: 6
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks guys! Just posted in App Announcements.

I also have one more app I'm working on, but it won't be released under my account. I'm currently a senior at Fresno State University, and for my senior project I decided to make an Android app for the zoo here. It's actually going a lot better than I expected since it's my first large solo project, my first Android app written using Java and all of the Android packages, and my first program for a professional business. I have screen shots if anyone's interested Here's the features I've added so far and have been learning from:

WebViews - Best. Things. Ever. I had a map image for the zoo, but I was having a lot of trouble getting the gesture based zoom/move aspects to work, then I found out that I could just toss an image into an HTML document and save it as an asset, and it's all built in.

Customized ListViews - Also great! Took some work to make the layouts work correctly with multiple lines of text and an image, but now that it does, it looks gorgeous.

Themes - I actually went back and edited what I have now to use themes. At the start I just hard coded a lot of my styles into the XML layout files, but once I figured out how to work with themes it was great

Locale/Language Settings - So easy to work with, it's ridiculous. Fresno has a large population that only speaks Spanish, so being able to just put all of my strings into an ES file or grab the device context and specifically set my text has been amazing

ActionBarSherlock - Not an official part of the Android platform, but this third party library has been absolutely great for navigation on old and new devices.

Other than that, just the fact that I can use a lot of Java packages in there has been great. I'm still figuring out a lot with it and fine tuning the app, but so far it's been really fun.
PaulTR is offline  
Reply With Quote
Old December 13th, 2012, 11:16 AM   #7 (permalink)
Senior Member
 
Liamo_210's Avatar
 
Join Date: Apr 2011
Location: Ireland
Gender: Male
Posts: 4,045
 
Device(s): motorola xoom 2 ME, Samsung galaxy S3 (blue), Nexus 4
Carrier: 3

Thanks: 293
Thanked 751 Times in 548 Posts
Default

Good to hear if you have any questions dont hesitate to ask.
Liamo_210 is offline  
Reply With Quote
Old December 13th, 2012, 11:24 AM   #8 (permalink)
Senior Member
 
Digital Controller's Avatar
 
Join Date: Sep 2012
Location: Cincinnati, Ohio
Gender: Male
Posts: 8,368
 
Device(s): Nexus 7, Galaxy Nexus (toro) with JBS, (RIP) Droid Incredible CM7
Carrier: Verizon

Thanks: 356
Thanked 1,946 Times in 1,364 Posts
Default

Quote:
Originally Posted by PaulTR View Post
Thanks guys! Just posted in App Announcements.

I also have one more app I'm working on, but it won't be released under my account. I'm currently a senior at Fresno State University, and for my senior project I decided to make an Android app for the zoo here. It's actually going a lot better than I expected since it's my first large solo project, my first Android app written using Java and all of the Android packages, and my first program for a professional business. I have screen shots if anyone's interested Here's the features I've added so far and have been learning from:

WebViews - Best. Things. Ever. I had a map image for the zoo, but I was having a lot of trouble getting the gesture based zoom/move aspects to work, then I found out that I could just toss an image into an HTML document and save it as an asset, and it's all built in.

Customized ListViews - Also great! Took some work to make the layouts work correctly with multiple lines of text and an image, but now that it does, it looks gorgeous.

Themes - I actually went back and edited what I have now to use themes. At the start I just hard coded a lot of my styles into the XML layout files, but once I figured out how to work with themes it was great

Locale/Language Settings - So easy to work with, it's ridiculous. Fresno has a large population that only speaks Spanish, so being able to just put all of my strings into an ES file or grab the device context and specifically set my text has been amazing

ActionBarSherlock - Not an official part of the Android platform, but this third party library has been absolutely great for navigation on old and new devices.

Other than that, just the fact that I can use a lot of Java packages in there has been great. I'm still figuring out a lot with it and fine tuning the app, but so far it's been really fun.
Good to hear, i know a lot of my friends in college choose to do Apps for their college projects as well.

Nice suggestions there, i will certainly pass it on to my friends.

Like Liamo said, if you have any questions feel free to ask
Digital Controller is offline  
Reply With Quote
Reply


Go Back   Android Forums > Android Community > Introductions
Thread Tools

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 On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:22 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.