A simple android app to manage Magic The Gathering Decks.
CardSearch is hosted in the following web site
https://github.com/buddythecat/CardSearch
If you think the Android project CardSearch listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of CardSearch.
Item | Value |
---|---|
Java File Count | 27 |
Supported screen sizes | [mdpi] |
Minimum SDK Version | 8 |
Activity Count | 8 |
jar files used | achartengine-0.7.0.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 18 image files in CardSearch. The names of the image files are listed as follows.
mana0.gif mana1.gif mana_0.png mana_1.png mana_2.png mana_3.png mana_4.png mana_5.png mana_6.png mana_7.png mana_8.png mana_black.png mana_blue.png mana_green.png mana_red.png mana_white.png mana_x.png test_mana.png
The following screenshort is generated from the image listed above.
CardSearch has the following Java source files.
com.danceswithcaterpillars.cardsearch.CardSearch.java com.danceswithcaterpillars.cardsearch.activities.CardListActivity.java com.danceswithcaterpillars.cardsearch.activities.CreateDeckActivity.java com.danceswithcaterpillars.cardsearch.activities.DeckListActivity.java com.danceswithcaterpillars.cardsearch.activities.DeckOverviewActivity.java com.danceswithcaterpillars.cardsearch.activities.EditCardInDeckActivity.java com.danceswithcaterpillars.cardsearch.activities.SearchForCard.java com.danceswithcaterpillars.cardsearch.activities.ViewCardActivity.java com.danceswithcaterpillars.cardsearch.content.CardSearchReceiver.java com.danceswithcaterpillars.cardsearch.content.cards.CardArrayAdapter.java com.danceswithcaterpillars.cardsearch.content.cards.CardContentProvider.java com.danceswithcaterpillars.cardsearch.content.cards.GetCardsTask.java com.danceswithcaterpillars.cardsearch.content.image.Cache.java com.danceswithcaterpillars.cardsearch.content.image.GetSetImgTask.java com.danceswithcaterpillars.cardsearch.content.image.ImgCacheStore.java com.danceswithcaterpillars.cardsearch.content.local.CardCursorAdapter.java com.danceswithcaterpillars.cardsearch.content.local.CardDatabaseProvider.java com.danceswithcaterpillars.cardsearch.content.local.DeckCursorAdapter.java com.danceswithcaterpillars.cardsearch.content.local.db.CardDataHelper.java com.danceswithcaterpillars.cardsearch.content.local.db.CardDatabaseConstants.java com.danceswithcaterpillars.cardsearch.content.local.db.DeckDataHelper.java com.danceswithcaterpillars.cardsearch.content.local.db.DeckDatabaseConstants.java com.danceswithcaterpillars.cardsearch.model.Card.java com.danceswithcaterpillars.cardsearch.model.Deck.java com.danceswithcaterpillars.cardsearch.model.deck.AbstractDeckChart.java com.danceswithcaterpillars.cardsearch.model.deck.DeckBreakdownChart.java