0
votes
0answers
26 views

Is there any way to set the sample size for getBitmap?

Recently it came to my attention that when decoding a drawable using BitmapFactory.decodeResource it is possible to use BitmapFactory.Options to set inSampleSize, effectively lowering the resolution ...
3
votes
1answer
74 views

Urban Airship - Push Sample => APID is everytime null

I'm new to android and want to use the push service of urban airship. I downladed the sample projects and tested the Push Sample Project, I just changed the developmentAppKey and the ...
0
votes
2answers
223 views

Eclipse ADT - Andriod 4.2.2 sample project contain hundreds of errors

I'm a beginner in Android programming and trying to look at the sample projects, from the Eclipse ADT (v21.1.0) i'm choosing New Android Sample -> 4.2.2 -> and have 3 sample choices ...
0
votes
1answer
113 views

Strange FragmentTransaction in the FragmentLayout class from the ApiDemos sample

I am sorry, this question is for those of you working on Eclipse with access to the ApiDemo sample codes. Specifically, I am trying to base a fragment activity on the sample called FragmentLayout The ...
0
votes
2answers
522 views

Need to make Bluetooth chat sample application work on my Galaxy S3 or HTC EVO 4G

When I create a new BlueToothChat project on Eclipse, it compiles perfectly fine and I can then download it into my Galaxy S3 (running Android 4.1.1). If the BT is disabled, it asks for it to be ...
0
votes
3answers
1k views

How to start an Android source code example on eclipse?

I have downloaded the samples from the SDK manager. Now, I want to know how to start it in eclipse. When starting a new project, I select Android Project from Existing Code. Where can I get the path ...
0
votes
3answers
106 views

Android. Support4Demos crashes

I have runtime errors while executing Support4Demos sample. I'm trying to launch Support4Demos sample (both on emulator and device). There are no errors in Eclipse and it's launched well. As you know ...
29
votes
4answers
18k views

Google Maps Android API v2 - Sample Code crashes

I'm trying to get the sample code of Android 'Google Maps Android API v2' working. I get the project built without errors. However, when I try to run the app on my Galaxy Nexus (connected with usb to ...
0
votes
1answer
72 views

Customizing Android sample app

I'm doing some customizations to this Android sample app: HoneycombGallery. I need to execute some extra code when a user switches betweens the tabs (Balloons - Pastries) but running into some ...
1
vote
1answer
226 views

Android, launcher and favorite applications

I'm trying to create my own launcher in Android and i use the android sample Home : https://play.google.com/store/apps/details?id=org.frankkie.home&hl=fr The sample is not really easy and there ...
3
votes
0answers
375 views

Developing android soft keyboard: sample doesn't implement change of form fields correctly

I tried the soft keyboard from scratch and I found an issue when I press the Next button. It works as expected on other keyboards, so I think maybe it’s something that they didn’t think about when ...
0
votes
1answer
337 views

Setting up softKeyboard example from the Android SDK getting errors

I have tried every way I could find online to use the softKeyboard example from the SDK. I have tried several different APIs. I have tried File -> New -> Other... -> Android Sample Project ...
0
votes
1answer
657 views

OpenCV samples get “Failed to create BuildConfig class”

I am currently trying to run the OpenCV samples for Android found here (I have tried with more recent versions, but I followed the suggestion from this question's answer) and am running into the error ...
1
vote
2answers
631 views

no debug.keystore in .android folder

I am desperately trying to write a simple app but I'm encountering problems with every step so I thought I'd try playing with one of the sample apps provided with the SDK - what could go wrong - ...
1
vote
1answer
422 views

android bluetooth chat sample code crashes on the phone

when i try to run android's bluetoothchat sample code on my phone(android 2.3.7), it turns on the bluetooth if off but then crashes immediately. Is there some problem in the sample code? Thanks.
2
votes
1answer
475 views

Example NetworkUsage Android Code Crashes On Startup?

I am trying to run the example application in the networkusage.zip file on the Android Developers website (location: http://developer.android.com/training/basics/network-ops/index.html). I have not ...
0
votes
2answers
451 views

How can I download a Sample from Android SDK Manager?

I want to download the FingerPaint sample, but I don't know how to. I already looked at this link: http://developer.android.com/tools/samples/index.html But, there are no samples in my SDK Manager. ...
1
vote
1answer
3k views

Android Bluetooth Chat sample app - multiple connections

Is it possible to set up the Android Bluetooth Chat sample app to connect more than one person at a time, and have a mini chat room? What would that entail?
0
votes
0answers
133 views

Android APIDemo CameraPreview Drawing 3D cube?

I followed the instructions on Android Dev site and successfully brought AVD up. However, when I ran their CameraPreview app inside APIDemo, it showed me a rotating 3D cube. I checked the code and ...
0
votes
2answers
345 views

Android Developer Sample Code Not Importing Correctly

I have been working with the Android SDK in the Eclipse IDE and have run into a problem with the sample codes provided with the Android SDK. I am trying to get the Notepad sample code (specifically ...
1
vote
1answer
454 views

Difficulties on running android demo project on Eclipse and latest Android SDK

I have issues on running android demo from sdk, It doesnt work at all. It's always shows errors. So after couple of online search i find this link How to run the Android Support4Demo in Eclipse Based ...
0
votes
1answer
362 views

has the Compass in Android API-Demos a bug?

I recently tried out the Compass inside Androids 4.0 API-Demos. It works as long as you hold your phone in portrait-mode, but as soon as you put it into landscape, the "North" is pointing in another ...
0
votes
6answers
1k views

learn android by examples

I wish to learn Android, but I can't find good resources. I'm looking for some simple applictions with simple descriptions. I've found this for iphone, but I need for some simple samples writen for ...
0
votes
1answer
148 views

Movie player sample and probblem with execute

I am new in Android. I want to lunch example from this page: http://androidsamples.blogspot.com/2009/06/displaying-list-of-video-files-stored.html I copy code from there to my classes, create avd ...
0
votes
1answer
205 views

SampleSyncAdapter Breakpoints Not Working

I'm using Eclipse to learn how the SampleSyncAdapter example works. I can't get my breakpoints to work. I set a breakpoint in multiple locations but none get hit. For example, ...
1
vote
1answer
2k views

GridView click listener type problems

I'm trying to develop Apps for Android with ECLIPSE, but I have too many errors. I mean, while trying a code written on GOOGLE's developing site - For Example I recieve many errors. for example: ...
0
votes
1answer
594 views

Android SDK Samples Error

I'm trying to build any of the Android SDK samples on my windows machine in Eclipse. I've created a new project, selected Android Sample Project and then tried to run them. They compile fine ...
0
votes
2answers
218 views

How to playback piano chords with an android?

I am looking for a way to play chords (4 notes together), threw audiotrack. What is the best way to do this? I consider about starting from a single sampled note, applying pitch filters to it. Is ...
4
votes
2answers
3k views

Native OpenCV Samples for Android throws UnsatisfiedLinkError

I try to run the opencv android samples on the emulator. The samples with native code e.g. sample "Tutorial 2 Advanced - 1. Add Native OpenCV" fails. I have a Win7 x86 System. I can build the native ...
0
votes
1answer
1k views

making android gotosleep work!

Just like the "Invisible Lock Widget" and "Screen Off and Lock" I want to make my android app gotosleep. Does anyone have any sample code or guide for doing this? Thank you.
0
votes
2answers
128 views

Android Deleted Sample Projects

I created one of the sample projects that come with the android sdk. When I was done using it I deleted the project and checked "Delete contents from disk". Now when I try to create a new android ...
0
votes
0answers
523 views

Unable to open the sample Android API demos in eclipse

I'm new here, so any help would be greatly appreciated. I'm having a problem with eclipse's android API's and granting myself with full control did not help. I still get the same annoying message: ...
0
votes
1answer
999 views

Opening Android samples in Eclipse

My machine Windows 7 Problem I'm having trouble opening samples for the Android SDK. I have successfully ran a "Hello Android". Steps I'm doing: Make new project -> Create from sample -> (some ...
14
votes
2answers
1k views

MediaScannerConnection produces android.app.ServiceConnectionLeaked

I'm using the MediaScannerConnection example code from the API Demos The snippet I'm using is: MediaScannerConnection.scanFile(context, new String[] { permFile.getAbsolutePath() }, ...
0
votes
2answers
213 views

Android: question from hobby programmer concerning sample “Snake”

Thanks if anybody will answer this (maybe?) ridiculous question: Why is a "public SnakeView" in SnakeView.java defined TWICE (once directly after the first time!), adding the second time an arg "int ...
1
vote
4answers
4k views

Android work multitouch button

Hi i want to create 2 Button and i want to multitouch ?? i tryed to do but no example in internet.. So if you got one can you share or can you give me opinion ?? my code is this but not support ...
1
vote
6answers
15k views

Android Nfc Sample Demo - reads only fake information from the Tag

I just installed the Nfc Demo from google, but it doesn´t read the information from the Tag.-> It just provides some fakeTag information. Has anybody an idea, where I can change the sample to read ...
2
votes
2answers
920 views

Does “Create project from existing source” modify existing sample?

Does "Create project from existing sample" modify anything in the original sample project files? If so, what is the best way to "Create project from existing sample" without modifying anything in the ...
1
vote
3answers
6k views

Android-NDK build system (building hello-gl2)

I downloaded and installed Android-NDK on my Archlinux, using this package. Got no issues building (and running) the sample hello-jni following the guide on this page, but if I try to do the same ...
2
votes
1answer
2k views

Android Searchable Dictionary word loading question

I'm stepping through the android Searchable Dictionary example, and I can't find the place where it actually loads the words into the sqlite db. I would think it happens in the onCreate method of ...
22
votes
5answers
27k views

How do i open a sample Android SDK app in Eclipse

I have created a basic program in Eclipse for Android 2.1. then I wanted to look at some of the samples, and import sample projects which are in the SDK directory. I have tried opening a new project ...
3
votes
1answer
3k views

Android: Mixing multiple AudioTrack instances?

I need to run two instances of AudioTrack at the same time. They must run separately because I'm playing them at different, variable sample rates. I found that if I run them in the same thread, they ...
5
votes
1answer
686 views

How can I remove the Android Sample Soft Keyboard?

I have run the sample soft keyboard provided in the Android SDK on a real device. I now would like to remove it from the list of available keyboards in settings. I have searched the web without any ...
0
votes
1answer
180 views

Why does eclipse give me errors when i try to run sample application?

I dont know why the sample application from the android website gives me 300+ errors when i try to run it in ecplise galileo. The application i am trying is Bluetoothchat it is straight from the sdk ...
1
vote
1answer
154 views

How do I change the number of thumbnails seen in the Android sample Home application?

I am working with the sample Home application project on http://developer.android.com/resources/samples/Home/index.html I've added another value to the THUMBS_IDS and IMAGE_IDS Integer arrays in the ...