Android Open Source - Example course GiftFriend






Project Summary

Telerik Academy Teamwork - Android Course.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of GiftFriend.

ItemValue
Java File Count25
Supported screen sizes[hdpi]
Target SDK Version21
Minimum SDK Version14
Activity Count4
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.MEDIA_CONTENT_CONTROL
android.permission.READ_CONTACTS




Resource Files

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.

null

Java Source Files

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