Skip to content

Reuse Statement

nienna73 edited this page Apr 9, 2018 · 25 revisions

JestDroid License

JestDroid is used under the Apache 2 Licence:

Copyright 2013 www.searchly.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Citation Links for Code references

Elastic Search Get and Post request template code from Elastic search 301 lab.

Back Button
https://stackoverflow.com/questions/5312334/how-to-handle-back-button-in-activity

Tabbed Activity
http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/

Email Validation
https://stackoverflow.com/questions/12947620/email-address-validation-in-android-on-edittext

Elastic Search Size field
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-from-size.html

Elastic Search Phrase Matching Search
https://www.elastic.co/guide/en/elasticsearch/guide/current/phrase-matching.html

Elastic Search Specified Keywords Matching Search
https://marcobonzanini.com/2015/02/09/phrase-match-and-proximity-search-in-elasticsearch/

Elastic Search Query String
http://okfnlabs.org/blog/2013/07/01/elasticsearch-query-tutorial.html#basic-queries-using-only-the-query-string

Elastic Search Term Search
https://www.elastic.co/guide/en/elasticsearch/reference/2.3/query-dsl-term-query.html

Robotium Click On Menu Item
https://stackoverflow.com/questions/20611103/robotium-testing-on-options-menu-item-click

Robotium Solo
https://github.com/RobotiumTech/robotium/blob/master/robotium-solo/src/main/java/com/robotium/solo/Solo.java

Notifications Icon
https://www.iconfinder.com/icons/2795285/alarm_alert_bell_notification_icon#size=128

Notifications Pop-up
https://stackoverflow.com/questions/21329132/android-custom-dropdown-popup-menu

Adding items to a pop-up window
https://stackoverflow.com/questions/13784088/setting-popupmenu-menu-items-programmatically

Dialog Fragments
https://developer.android.com/guide/topics/ui/dialogs.html

Robotium OnClick methods
https://shantonusarker.blogspot.ca/2013/05/how-to-click-item-in-robotium.html

Threading
https://developer.android.com/guide/components/processes-and-threads.html

PagerAdapter
https://www.thecrazyprogrammer.com/2016/12/android-image-slider-using-viewpager-example.html

String to Bitmap
https://stackoverflow.com/questions/4837110/how-to-convert-a-base64-string-into-a-bitmap-image-to-show-it-in-a-imageview

Bitmap to String
https://stackoverflow.com/questions/13562429/how-many-ways-to-convert-bitmap-to-string-and-vice-versa

Bitmap Memory
https://stackoverflow.com/questions/477572/strange-out-of-memory-issue-while-loading-an-image-to-a-bitmap-object/823966#823966

Bitmap Byte Size
https://stackoverflow.com/questions/2407565/bitmap-byte-size-after-decoding

Camera Intent
https://developer.android.com/training/camera/photobasics.html

Image Files
https://stackoverflow.com/questions/6448856/android-camera-intent-how-to-get-full-sized-photo

Check connectivity
https://stackoverflow.com/questions/10350449/how-to-check-the-internet-connection-periodically-in-whole-application

Check connectivity2
https://stackoverflow.com/questions/30343011/how-to-check-if-an-android-device-is-online

Maps setup
https://developers.google.com/maps/documentation/android-api/map-with-marker

Maps troubleshooting
https://stackoverflow.com/questions/16564550/in-version-2-map-view-does-not-show-map

Rotate bitmaps
https://stackoverflow.com/a/16219591

Emulator check
https://stackoverflow.com/a/21505193

Sending Location data between activities
https://stackoverflow.com/a/30274577

Accessing Location for Maps
https://stackoverflow.com/questions/42367681/using-fragment-i-want-get-current-location-in-android
https://www.ssaurel.com/blog/how-to-get-user-current-location-with-gps-or-network/
https://stackoverflow.com/questions/20210565/android-location-manager-get-gps-location-if-no-gps-then-get-to-network-provid
https://developer.android.com/reference/android/location/LocationManager.html
https://stackoverflow.com/questions/40955070/access-fine-location-not-working
https://stackoverflow.com/questions/48157351/illegalargumentexception-invalid-provider-null-only-on-first-launch
https://stackoverflow.com/questions/40760625/how-to-check-permission-in-fragment

To calculate the distance between two map points
https://stackoverflow.com/questions/3694380/calculating-distance-between-two-points-using-latitude-longitude-what-am-i-doi

For animating the map to current location
https://stackoverflow.com/questions/29400463/googlemap-cameraupdate-moves-to-wrong-coordinates

Clone this wiki locally