Flash Card Application Written for Android..
FlashCards is hosted in the following web site
https://github.com/chrisbubernak/FlashCards
If you think the Android project FlashCards 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 FlashCards.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [ldpi] |
Target SDK Version | 17 |
Minimum SDK Version | 12 |
Activity Count | 3 |
Fragment Count | 3 |
jar files used | android-support-v4.jar gson-2.2.2.jar mobileservices-1.0.1.jar notification-hubs-0.1.jar notifications-1.0.1.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\flashcarddecks\algorithmruntimes.json assets\flashcarddecks\linuxcommands.json |
There are 1 image files in FlashCards. The names of the image files are listed as follows.
smallcard.png
The following screenshort is generated from the image listed above.
FlashCards has the following Java source files.
com.example.flashcards.DataSource.java com.example.flashcards.Deck.java com.example.flashcards.DownloadedListFragment.java com.example.flashcards.Flashcard.java com.example.flashcards.FlashcardFragment.java com.example.flashcards.FlashcardFragmentActivity.java com.example.flashcards.MainActivity.java com.example.flashcards.MySQLiteOpenHelper.java com.example.flashcards.OnlineListFragment.java