
Blogger introduce mobile version recently. Please check my mobile version: http://lesapplication.blogspot.com/?m=1

Related Posts :
Settings.ACTION_LOCATION_SOURCE_SETTINGS vs. Settings.ACTION_SECURITY_SETTINGSAs described in my old post, we can "Start Location setting if GPS disabled" by start activity with intent of "Settings.ACTION_SECURITY_SETT… Read More...
Start Google Maps using intent with specified locationModify from the last post get latitude and longitude from android.location.Address, start a intent of ACTION_VIEW, with location; to start G… Read More...
Enable JavaScript and built-in zoom control of WebViewTo enable JavaScript and built-in zoom control of WebView, we can call setJavaScriptEnabled(true) and setBuiltInZoomControls(true) functions… Read More...
Using ItemizedOverlay to add marker on MapViewReference last exercise MapView and MapActivity, we are going to add overlay of ItemizedOverlay, to add marker on our MapView.The main.xml a… Read More...
ListView with your own layoutAs stated in last post, A simple ListView using android.R.layout.simple_list_item_1 layout, we can copy and modify the built-in layout to im… Read More...
0 Response to "Android Coding@mobile"
Posting Komentar