Android Open Source - SpareDeck Deck






From Project

Back to project page SpareDeck.

License

The source code is released under:

MIT License

If you think the Android project SpareDeck listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.hacsoft.sparedeck;
/*w w w .j  a  va 2 s  .c  om*/
//class Deck
//{
////    private final List<Card> m_cards;
////    private final String     m_name;
////    private       int        m_thumbid;
////
////    public Deck( String name, int thumb_drawable_id )
////    {
////        this.m_name = name;
////        this.m_cards = new ArrayList<Card>();
////        this.setThumbId( thumb_drawable_id );
////    }
////
////    public void addCard( String name, int resource_id )
////    {
////        this.m_cards.add( new Card( name, resource_id ) );
////    }
////
////    public Card getCard( int index )
////    {
////        return this.m_cards.get( index );
////    }
////
////    public String getName()
////    {
////        return m_name;
////    }
////
////    public int count()
////    {
////        return this.m_cards.size();
////    }
////
////    public int getThumbId()
////    {
////        return m_thumbid;
////    }
////
////    public void setThumbId( int m_thumbid )
////    {
////        this.m_thumbid = m_thumbid;
////    }
//}





Java Source Code List

com.hacsoft.sparedeck.About.java
com.hacsoft.sparedeck.Card.java
com.hacsoft.sparedeck.DeckSelectAdapter.java
com.hacsoft.sparedeck.DeckViewer.java
com.hacsoft.sparedeck.Deck.java
com.hacsoft.sparedeck.ShowConfig.java
com.hacsoft.sparedeck.SpareDeck.java
com.hacsoft.sparedeck.decks.Card.java
com.hacsoft.sparedeck.decks.Deck.java
com.hacsoft.sparedeck.decks.IcarusDeck.java
com.hacsoft.sparedeck.decks.N3dsDeck.java
com.hacsoft.sparedeck.decks.VitaDeck.java
com.hacsoft.sparedeck.pokedex.CodeGridView.java
com.hacsoft.sparedeck.pokedex.PokedexActivity.java
com.robobunny.SeekBarPreference.java