Telerik Academy Teamwork - Android Course.
GiftFriend is hosted in the following web site
https://github.com/etcet1/GiftFriend
If you think the Android project GiftFriend 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 GiftFriend.
Item | Value |
---|---|
Java File Count | 25 |
Supported screen sizes | [hdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 4 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.MEDIA_CONTENT_CONTROL android.permission.READ_CONTACTS |
There are 3 image files in GiftFriend. The names of the image files are listed as follows.
ic_menu_find.png ic_menu_friendslist.png ic_menu_home.png
The following screenshort is generated from the image listed above.
GiftFriend has the following Java source files.
com.exam.giftfriend.AddFriendDialogFragment.java com.exam.giftfriend.AddGiftDialogFragment.java com.exam.giftfriend.ErrorDialogFragment.java com.exam.giftfriend.EventsData.java com.exam.giftfriend.FriendsActivity.java com.exam.giftfriend.GiftsActivity.java com.exam.giftfriend.GiftsAdapter.java com.exam.giftfriend.GiftsListActivity.java com.exam.giftfriend.GiftsListFragment.java com.exam.giftfriend.MainActivity.java com.exam.giftfriend.fragments.EventFragment.java com.exam.giftfriend.fragments.EventsListFragment.java com.exam.giftfriend.fragments.FriendsListFragment.java com.exam.giftfriend.fragments.MainPageFragment.java com.exam.giftfriend.sqlite.CategoryTable.java com.exam.giftfriend.sqlite.FriendGiftTable.java com.exam.giftfriend.sqlite.FriendsTable.java com.exam.giftfriend.sqlite.GiftsTable.java com.exam.giftfriend.sqlite.SQLiteContext.java com.exam.giftfriend.sqlite.SQLiteRepo.java com.exam.giftfriend.sqlite.models.Category.java com.exam.giftfriend.sqlite.models.Friend.java com.exam.giftfriend.sqlite.models.FtriendGift.java com.exam.giftfriend.sqlite.models.Gift.java