-
Notifications
You must be signed in to change notification settings - Fork 3
Reuse Statement
Bryce edited this page Mar 15, 2014
·
9 revisions
Documented instances of software reuse
-
android.location.Location; - The represented geographic location using both latitude and longitude.
-
android.location.LocationManager; - "This class provides access to the system location services."
Credit: Android Developers Reference
- GSON - https://code.google.com/p/google-gson/
- com.google.gson.* - Used for json and gson reading/writing/converting.
- BitmapJsonConverter - (https://github.com/zjullion/PicPosterComplete)
- BitmapJsonConverter - (http://stackoverflow.com/questions/4238921/android-detect-whether-there-is-an-internet-connection-available)
- BrowseView - (http://developer.android.com/training/improving-layouts/smooth-scrolling.html)
- BrowseView - (http://www.javacodegeeks.com/2013/09/android-viewholder-pattern-example.html)
- BrowseView - (http://stackoverflow.com/questions/5177056/overriding-android-arrayadapter)
- BrowseView - (http://blog.ghatasheh.com/2012/11/android-array-adapter-viewholder.html)
- BrowseView - (http://stackoverflow.com/questions/4638832/how-to-programmatically-set-the-layout-align-parent-right-attribute-of-a-button)
- Base64 serialization/deserialization - (http://stackoverflow.com/questions/9224056/android-bitmap-to-base64-string)
- ElasticSearchResponse - (https://github.com/slmyers/ESDemo/blob/master/ESDemo/src/ca/ualberta/cs/CMPUT301/chenlei/ElasticSearchResponse.java)
- GeoTopicsApplication - (https://github.com/abramhindle/FillerCreepForAndroid/blob/master/src/es/softwareprocess/fillercreep/FillerCreepApplication.java)
- GetTopLevel (Search DSL) - (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-body.html)
- GraphAdapterBuilder - (http://code.google.com/p/google-gson/source/browse/trunk/extras/src/main/java/com/google/gson/graph/GraphAdapterBuilder.java?r=1170)
- Hits (Comment Hits) - (https://github.com/slmyers/ESDemo/blob/master/ESDemo/src/ca/ualberta/cs/CMPUT301/chenlei/Hits.java)
- PutIndexService (Serialization) - by: Zachary Jullion here: (https://eclass.srv.ualberta.ca/mod/forum/discuss.php?d=319340)
- User (App Installations) - (http://android-developers.blogspot.ca/2011/03/identifying-app-installations.html)