android Programming Glossary: samples
Android AsyncTask for Long Running Operations http://stackoverflow.com/questions/12797550/android-asynctask-for-long-running-operations app it really explains this in depth and provides samples and demonstrations of the different ways to do some background..
J2ME/Android/BlackBerry - driving directions, route between two locations http://stackoverflow.com/questions/2023669/j2me-android-blackberry-driving-directions-route-between-two-locations for this functionality in j2me so I would like to share my samples on Android and BlackBerry. UPDATE As it was stated in comments..
Using VideoView for streaming or progressive-download video http://stackoverflow.com/questions/2058945/using-videoview-for-streaming-or-progressive-download-video setVideoPath or setVideoURI as in VideoViewDemo in the API samples The VideoViewDemo code suggests using setVideoURI for streaming.. setVideoPath or setVideoURI as in VideoViewDemo in the API samples It should. It certainly works with MediaPlayer and VideoView..
Android Color Picker [closed] http://stackoverflow.com/questions/2442407/android-color-picker API Demos. http developer.android.com intl zh TW resources samples ApiDemos src com example android apis graphics ColorPickerDialog.html..
How to have Android Service communicate with Activity http://stackoverflow.com/questions/2463175/how-to-have-android-service-communicate-with-activity sample code from Google for handling this via AIDL in the samples directory apis app RemoteService.java android share improve..
Developing cross platform mobile application [closed] http://stackoverflow.com/questions/3369413/developing-cross-platform-mobile-application Mono Touch C# for iphone rhomobile http rhomobile.com samples are here http github.com rhomobile rhodes system api samples.. are here http github.com rhomobile rhodes system api samples Sencha Touch Sencha Touch is a HTML5 mobile app framework that..
What is a Full Android Database Helper class for an existing SQLite database? [closed] http://stackoverflow.com/questions/3548533/what-is-a-full-android-database-helper-class-for-an-existing-sqlite-database I've read through and attempted to implement several samples online however I've found that they are always missing some..
How to use SharedPreferences in Android to store, fetch and edit values http://stackoverflow.com/questions/3624280/how-to-use-sharedpreferences-in-android-to-store-fetch-and-edit-values shared preferences. Its located in the android sdk home samples android platformversion ApiDemos directory share improve this..
Camera.Parameters.FLASH_MODE_TORCH replacement for Android 2.1 http://stackoverflow.com/questions/3878294/camera-parameters-flash-mode-torch-replacement-for-android-2-1 and her Epic 4G only has 2.1 right now. I found some code samples that use some undocumented API calls and therefore work on the..
Implement page curl on android? http://stackoverflow.com/questions/3912849/implement-page-curl-on-android the Android API demos http developer.android.com resources samples ApiDemos src com example android apis graphics BitmapMesh.html..
Android phone orientation overview including compass http://stackoverflow.com/questions/4819626/android-phone-orientation-overview-including-compass register a different type of listener in the development samples Compass src com example android compass CompassActivity.java..
How to make a launcher http://stackoverflow.com/questions/4841686/how-to-make-a-launcher this question http developer.android.com resources samples Home index.html Home screen replacement sample. share improve..
AlertDialog from within BroadcastReceiver?? Can it be done? http://stackoverflow.com/questions/4844031/alertdialog-from-within-broadcastreceiver-can-it-be-done not working Android SDK demo example android sdk windows samples android 8 ApiDemos src com example android apis os SmsMessagingDemo.java..
Filtering ListView with custom (object) adapter http://stackoverflow.com/questions/5780289/filtering-listview-with-custom-object-adapter uses a custom object adapter but I can't find any useful samples. The included code is very simplified so no keep in mind I can't..
Android MapActivity : Couldn't get connection factory client http://stackoverflow.com/questions/6006835/android-mapactivity-couldnt-get-connection-factory-client permissions and library set in the Manifest file as per samples . But I cannot set a location on the map either via DDMS or..
Unable to link native library in OpenCV Android sample http://stackoverflow.com/questions/10857301/unable-to-link-native-library-in-opencv-android-sample same problem but none of them didn't help me Native OpenCV Samples for Android throws UnsatisfiedLinkError java.lang.UnsatisfiedLinkError..
Fitting a camera preview to a SurfaceView larger than the display http://stackoverflow.com/questions/11321251/fitting-a-camera-preview-to-a-surfaceview-larger-than-the-display implement this download the android sdk samples and go to Samples android 10 one I used could try whichever you want to target..
OpenCV Native Samples are not building http://stackoverflow.com/questions/12466074/opencv-native-samples-are-not-building Native Samples are not building I have spent a long while trying to get this..
Implementations of Emoji (Emoticon) View/Keyboard Layouts http://stackoverflow.com/questions/16768930/implementations-of-emoji-emoticon-view-keyboard-layouts I looked into the SoftKeyboard Demo app in the Android API Samples but the display of these emoji views does not look like a SoftKeyboard..
Trouble getting Android emulator to run in eclipse http://stackoverflow.com/questions/2473553/trouble-getting-android-emulator-to-run-in-eclipse I'm new to Android and Eclipse. I'm Trying to run the SDK Samples on the Emulator in Eclipse 3.5 Most of the time the AVD Manager..
Display Animated GIF http://stackoverflow.com/questions/3660209/display-animated-gif but is in SDK Reference . Moreover it is used in Samples in ApiDemos in BitmapDecode example with some animated flag...
How can I get Android Wifi Scan Results into a list? http://stackoverflow.com/questions/5452940/how-can-i-get-android-wifi-scan-results-into-a-list bind SSID and BSSID from a of scans to text1 and text2. Samples of what I have been doing wifi.startScan get list of the results..
Add new item count to icon on button - Android http://stackoverflow.com/questions/6011786/add-new-item-count-to-icon-on-button-android inside. Does anybody have suggestion on what too look for Samples Directions Second question about separating activities. Should..
3.2 sdk platform install problem. “Done. Nothing was installed” http://stackoverflow.com/questions/6783981/3-2-sdk-platform-install-problem-done-nothing-was-installed temp docs 3.2_r01 linux.zip Access is denied Downloading Samples for SDK API 13 revision 1 File not found C Program Files x86..
Android: Overlay on Android Camera Preview http://stackoverflow.com/questions/7466336/android-overlay-on-android-camera-preview preview and taking picture yourself. Take a look at the Samples at samples ApiDemos src com example android apis graphics CameraPreview..
Android AsyncTask for Long Running Operations http://stackoverflow.com/questions/12797550/android-asynctask-for-long-running-operations
J2ME/Android/BlackBerry - driving directions, route between two locations http://stackoverflow.com/questions/2023669/j2me-android-blackberry-driving-directions-route-between-two-locations helper classes for Android. I wrote a little helper for this functionality in j2me so I would like to share my samples on Android and BlackBerry. UPDATE As it was stated in comments it's not officially allowed Google Maps APIs Terms of Service..
Using VideoView for streaming or progressive-download video http://stackoverflow.com/questions/2058945/using-videoview-for-streaming-or-progressive-download-video as progressive download or by streaming simply by using setVideoPath or setVideoURI as in VideoViewDemo in the API samples The VideoViewDemo code suggests using setVideoURI for streaming but I'm not clear what kind of URL I should be using. Does.. as progressive download or by streaming simply by using setVideoPath or setVideoURI as in VideoViewDemo in the API samples It should. It certainly works with MediaPlayer and VideoView is just a ~200 line wrapper around MediaPlayer and a SurfaceView..
Android Color Picker [closed] http://stackoverflow.com/questions/2442407/android-color-picker
How to have Android Service communicate with Activity http://stackoverflow.com/questions/2463175/how-to-have-android-service-communicate-with-activity EDIT For anyone who's interested in this later on there is sample code from Google for handling this via AIDL in the samples directory apis app RemoteService.java android share improve this question There are three obvious ways to communicate..
Developing cross platform mobile application [closed] http://stackoverflow.com/questions/3369413/developing-cross-platform-mobile-application to build native mobile and desktop apps with web technologies Mono Touch C# for iphone rhomobile http rhomobile.com samples are here http github.com rhomobile rhodes system api samples Sencha Touch Sencha Touch is a HTML5 mobile app framework that.. Mono Touch C# for iphone rhomobile http rhomobile.com samples are here http github.com rhomobile rhodes system api samples Sencha Touch Sencha Touch is a HTML5 mobile app framework that allows you to develop web apps that look and feel native..
What is a Full Android Database Helper class for an existing SQLite database? [closed] http://stackoverflow.com/questions/3548533/what-is-a-full-android-database-helper-class-for-an-existing-sqlite-database trying to deploy an application with an existing SQLite database. I've read through and attempted to implement several samples online however I've found that they are always missing some code and either do not compile or work as advertised. Does anyone..
How to use SharedPreferences in Android to store, fetch and edit values http://stackoverflow.com/questions/3624280/how-to-use-sharedpreferences-in-android-to-store-fetch-and-edit-values
Camera.Parameters.FLASH_MODE_TORCH replacement for Android 2.1 http://stackoverflow.com/questions/3878294/camera-parameters-flash-mode-torch-replacement-for-android-2-1 yet. Wouldn't be an issue but I am writing it for my fiance and her Epic 4G only has 2.1 right now. I found some code samples that use some undocumented API calls and therefore work on the Motorola Droid and such but they do not work on the Epic...
Implement page curl on android? http://stackoverflow.com/questions/3912849/implement-page-curl-on-android Thanks. EDIT I found a Bitmap Mesh example in the Android API demos http developer.android.com resources samples ApiDemos src com example android apis graphics BitmapMesh.html Maybe someone could help me out on an equation to simply..
Android phone orientation overview including compass http://stackoverflow.com/questions/4819626/android-phone-orientation-overview-including-compass of the comments to a similar question but you still need to register a different type of listener in the development samples Compass src com example android compass CompassActivity.java example. I'd now like to talk about the rotation matrix. This..
How to make a launcher http://stackoverflow.com/questions/4841686/how-to-make-a-launcher
AlertDialog from within BroadcastReceiver?? Can it be done? http://stackoverflow.com/questions/4844031/alertdialog-from-within-broadcastreceiver-can-it-be-done to an Activity in android Android SMS receiver not working Android SDK demo example android sdk windows samples android 8 ApiDemos src com example android apis os SmsMessagingDemo.java And of course standard Android API documentation..
Filtering ListView with custom (object) adapter http://stackoverflow.com/questions/5780289/filtering-listview-with-custom-object-adapter I'm trying to implement filtering of a ListView which is uses a custom object adapter but I can't find any useful samples. The included code is very simplified so no keep in mind I can't use an regular ArrayAdapter. I have a EditText above the..
Android MapActivity : Couldn't get connection factory client http://stackoverflow.com/questions/6006835/android-mapactivity-couldnt-get-connection-factory-client etc so I am getting the map tiles fine. Yes I have the correct permissions and library set in the Manifest file as per samples . But I cannot set a location on the map either via DDMS or Telnet. I see the following error in LogCat MapActivity Couldn't..
Unable to link native library in OpenCV Android sample http://stackoverflow.com/questions/10857301/unable-to-link-native-library-in-opencv-android-sample E AndroidRuntime 9708 ... 14 more I find solutions for the same problem but none of them didn't help me Native OpenCV Samples for Android throws UnsatisfiedLinkError java.lang.UnsatisfiedLinkError Couldn't load opencv_java findLibrary returned null..
Fitting a camera preview to a SurfaceView larger than the display http://stackoverflow.com/questions/11321251/fitting-a-camera-preview-to-a-surfaceview-larger-than-the-display from the Android SDK sample. To see the rest of the code to implement this download the android sdk samples and go to Samples android 10 one I used could try whichever you want to target ApiDemos src com example android apis graphics CameraPreview.java..
OpenCV Native Samples are not building http://stackoverflow.com/questions/12466074/opencv-native-samples-are-not-building Native Samples are not building I have spent a long while trying to get this thing to work and I think my error is very trivial but I..
Implementations of Emoji (Emoticon) View/Keyboard Layouts http://stackoverflow.com/questions/16768930/implementations-of-emoji-emoticon-view-keyboard-layouts on the Facebook app and the Google Hangouts app. I looked into the SoftKeyboard Demo app in the Android API Samples but the display of these emoji views does not look like a SoftKeyboard . It looks and behaves more like a custom Dialog..
Trouble getting Android emulator to run in eclipse http://stackoverflow.com/questions/2473553/trouble-getting-android-emulator-to-run-in-eclipse getting Android emulator to run in eclipse I'm new to Android and Eclipse. I'm Trying to run the SDK Samples on the Emulator in Eclipse 3.5 Most of the time the AVD Manager hangs when I try to create a new AVD. When I manage to create..
Display Animated GIF http://stackoverflow.com/questions/3660209/display-animated-gif
How can I get Android Wifi Scan Results into a list? http://stackoverflow.com/questions/5452940/how-can-i-get-android-wifi-scan-results-into-a-list way to make a list adapter out of them. I would like to just bind SSID and BSSID from a of scans to text1 and text2. Samples of what I have been doing wifi.startScan get list of the results in object format like an array List ScanResult results..
Add new item count to icon on button - Android http://stackoverflow.com/questions/6011786/add-new-item-count-to-icon-on-button-android those round circles float on top of title AND show number inside. Does anybody have suggestion on what too look for Samples Directions Second question about separating activities. Should I make control to combine buttons like this and just inflate..
3.2 sdk platform install problem. “Done. Nothing was installed” http://stackoverflow.com/questions/6783981/3-2-sdk-platform-install-problem-done-nothing-was-installed 1 File not found C Program Files x86 Android android sdk temp docs 3.2_r01 linux.zip Access is denied Downloading Samples for SDK API 13 revision 1 File not found C Program Files x86 Android android sdk temp samples 3.2_r01 linux.zip Access is..
Android: Overlay on Android Camera Preview http://stackoverflow.com/questions/7466336/android-overlay-on-android-camera-preview this question You will have to handle the whole camera preview and taking picture yourself. Take a look at the Samples at samples ApiDemos src com example android apis graphics CameraPreview . You can have your own layout over the preview..
|