Card Game Android

Hey guys I wan to make a card game for Android and I want to use fragments to represent the cards. I was wondering if any of you would know how I could do this?

1 Like

Well it depends on how you want to implement it you can def use fragments but it would have lots lol unless you decide to use one base fragment and send values when you initialize new card please pm we can discuss.

1 Like

This project was completed a long time ago and on to greater and better things lol.

2 Likes

y u no share?

1 Like

The Github page is a little broken(this was before I fully learned git) and I might have accidentally broke some UI on the app when I was making one last fix lol but here is my Android Dev account that I dont have access to anymore for the two apps I made.

https://play.google.com/store/apps/developer?id=Shane%20Drafahl&hl=en

Maby some day I will come back to it to fix it or maby I will move on.

2 Likes

nice thanks

going to try and make a game this summer for the phone

nice, after I did this project I impressed an employer to give me an internship. I dont know if it was because he liked the app or that I was just motivated to code. Either way projects can open doors because it shows you know how to do stuff outside of academia .

2 Likes

ya, I want to start

A. learning about how to really do the things I'm interested in other than just the basic concepts

B. start a portfolio of work for job opportunities (and bragging rights cough cough)

Github is your friend then, if you dont know how to use Git you better start learning now.

I have documentation on it, is on the list of things to do

just looking at it, seems pretty easy? Maybe just cuz I haven't really used it

newbies can break stuff pretty easily, especially when you first have to merge code.

2 Likes

Github is a great learning experience. Make sure you have a sharp eye for spotting errors. Having someone experienced to look over your work can be a great help too. I made maps for Planetary Annihilation and had an experienced map maker show me the ropes and point out my first few errors. After a couple of hours he left me on my own and I soon got the hang of it.

VCS is pretty simple in android studio it makes life cake if you are downloading or starting a new project for github, bitbucket or where ever.