Đang chuẩn bị liên kết để tải về tài liệu:
professional android application development phần 7

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Cài đặt Bạn có thể truy cập vào các sở thích của thiết bị bằng cách sử dụng các nhà cung cấp Settings. Sử dụng nó, bạn có thể xem và sửa đổi cài đặt Bluetooth, nhạc chuông, và sở thích của thiết bị khác.Bạn nên sử dụng những nhà cung cấp nội dung bản địa bất cứ | Chapter 7 Maps Geocoding and Location-Based Services Point point new Point projection.toPixels geoPoint point RectF oval new RectF point.x - mRadius point.y - mRadius point.x mRadius point.y mRadius Setup the paint Paint paint new Paint paint.setARGB 250 255 0 0 paint.setAntiAlias true paint.setFakeBoldText true Paint backPaint new Paint backPaint.setARGB 175 50 50 50 backPaint.setAntiAlias true RectF backRect new RectF point.x 2 mRadius point.y - 3 mRadius point.x 65 point.y mRadius Draw the marker canvas.drawOval oval paint canvas.drawRoundRect backRect 5 5 backPaint canvas.drawText Here I Am point.x 2 mRadius point.y paint super.draw canvas mapView shadow 4. Now open the WhereAmI Activity class and add the MyPositionOverlay to the MapView. Start by adding a new instance variable to store the MyPositionOverlay then override onCreate to create a new instance of the class and add it to the MapView s Overlay list. MyPositionOverlay positionoverlay Override public void onCreate Bundle icicle super.onCreate icicle setContentView R.layout.main MapView myMapView MapView findViewByld R.id.myMapView mapcontroller myMapView.getController myMapView.setSatellite true myMapView.setStreetView true myMapView.displayZoomControls false mapController.setZoom 17 Add the MyPositionOverlay positionOverlay new MyPositionOverlay List Overlay overlays myMapView.getOverlays 236 Chapter 7 Maps Geocoding and Location-Based Services overlays.add positionOverlay LocationManager locationManager String context Context.LOCATION_SERVICE locationManager LocationManager getSystemService context Criteria criteria new Criteria criteria.setAccuracy Criteria.ACCURACY_FINE criteria.setAltitudeRequired false criteria.setBearingRequired false criteria.setCostAllowed true criteria.setPowerRequirement Criteria.POWER_LOW String provider locationManager.getBestProvider criteria true Location location locationManager.getLastKnownLocation provider updateWithNewLocation location .

TÀI LIỆU LIÊN QUAN
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.