Android Open Source - App basic refapp






Project Summary

A simple reference Android app that demonstrates basic Android concepts..

Web Site / Source Repository

refapp is hosted in the following web site
https://github.com/kevinmcmahon/refapp

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

ItemValue
Java File Count43
Target SDK Version16
Minimum SDK Version8
Activity Count3
jar files usedandroid-support-v4.jar
typetools-0.2.0.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

refapp has the following Java source files.

com.example.refapp.RefAppModule.java
com.example.refapp.activities.BingSearchResultsActivity.java
com.example.refapp.activities.MainActivity.java
com.example.refapp.activities.WebResultDetailActivity.java
com.example.refapp.activities.events.OnRetainLastNonConfigurationInstanceEvent.java
com.example.refapp.managers.SearchManager.java
com.example.refapp.managers.SearchResultReceiver.java
com.example.refapp.models.BingData.java
com.example.refapp.models.BingQuery.java
com.example.refapp.models.BingResult.java
com.example.refapp.models.BingWebResults.java
com.example.refapp.models.DeepLink.java
com.example.refapp.models.RequestParam.java
com.example.refapp.models.SearchCriteria.java
com.example.refapp.models.SearchResponse.java
com.example.refapp.providers.PreferencesNameProvider.java
com.example.refapp.services.BaseRemoteClient.java
com.example.refapp.services.DataRequestResultReceiver.java
com.example.refapp.services.DataService.java
com.example.refapp.services.RemoteClient.java
com.example.refapp.services.RemoteRestClient.java
com.example.refapp.ui.AutoPagingAdapter.java
com.example.refapp.ui.DialogHelper.java
com.example.refapp.ui.ViewFactory.java
com.example.refapp.utils.CollectionUtils.java
com.example.refapp.utils.IContextDependent.java
com.example.refapp.utils.IDisposable.java
com.example.refapp.utils.IRefreshable.java
com.example.refapp.utils.ParcelUtils.java
com.example.refapp.utils.constants.Config.java
com.example.refapp.utils.constants.Constants.java
com.example.refapp.utils.errors.RefAppException.java
com.example.refapp.utils.http.ExtendedHttpClient.java
com.example.refapp.utils.http.GzipHttpClient.java
com.example.refapp.utils.http.HttpClientProvider.java
com.example.refapp.utils.http.UserAgent.java
com.example.refapp.utils.http.UserAgentProvider.java
com.example.refapp.utils.json.JsonSerializer.java