Android Open Source - App project FKF-App






Project Summary

private project for fauzia's kitchen fun - android application.

Web Site / Source Repository

FKF-App is hosted in the following web site
https://github.com/kavi707/FKF-App

If you think the Android project FKF-App 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 FKF-App.

ItemValue
Java File Count25
Supported screen sizes[small, normal, large]
Minimum SDK Version10
Activity Count5
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\local_fkf_db.sqlite




Resource Files

There are 18 image files in FKF-App. The names of the image files are listed as follows.

app_icon.png
category_name_textview_background.png
default_user_icon.png
fav_add.png
fav_remove.png
heart_icon.png
latest_title.png
logo.png
logout_icon.png
logout_icon_1.png
menu_btn.png
options.png
password_icon.png
popular_title.png
register_btn_background.png
search.png
thumb_image_bg.png
username_icon.png

The following screenshort is generated from the image listed above.

null




Java Source Files

FKF-App has the following Java source files.

com.fkf.resturent.WelcomeActivity.java
com.fkf.resturent.adapter.RecipeCategoryListAdapter.java
com.fkf.resturent.adapter.RecipeListAdapter.java
com.fkf.resturent.database.LocalDatabaseSQLiteOpenHelper.java
com.fkf.resturent.database.PopularOrLatestRecipe.java
com.fkf.resturent.database.Recipe.java
com.fkf.resturent.database.RecipeCategory.java
com.fkf.resturent.database.dbprovider.ContentProviderAccessor.java
com.fkf.resturent.database.dbprovider.DbContentProvider.java
com.fkf.resturent.services.ActivityUserPermissionServices.java
com.fkf.resturent.services.connections.ApiConnector.java
com.fkf.resturent.services.connections.FavoriteRecipeSyncTask.java
com.fkf.resturent.services.connections.RecipeCategoryDataSyncTask.java
com.fkf.resturent.services.connections.RecipeDataSyncTask.java
com.fkf.resturent.services.image.downloader.DownloadFileTask.java
com.fkf.resturent.services.image.loader.FileCache.java
com.fkf.resturent.services.image.loader.ImageLoader.java
com.fkf.resturent.services.image.loader.MemoryCache.java
com.fkf.resturent.services.image.loader.Utils.java
com.fkf.resturent.templates.LoginActivity.java
com.fkf.resturent.templates.RecipesActivity.java
com.fkf.resturent.templates.RegisterActivity.java
com.fkf.resturent.templates.SingleRecipeActivity.java
com.fkf.resturent.views.RecipeCategoryListItem.java
com.fkf.resturent.views.RecipeListItem.java