Android is Google's software stack for mobile devices. Please use the Android-specific tags such as [android-intent], not [intent]. For non-developer questions, see http://android.stackexchange.com.

learn more… | top users | synonyms (6) | android jobs

2
votes
2answers
341 views
+50

Intercept Incoming SMS Message and Modify it

Is there a way to intercept an incoming SMS message, and then modify it before presenting it to the user? Can it be done natively on iPhone / Andriod? Can it be done using PhoneGap? Can it be done ...
7
votes
3answers
354 views
+400

Display Good-looking Math Formula in Android

It is sad to see that science and math is never given enough attention in Android platform. Maybe this is an easy problem, but I'm a total dude in javascript so I'm struggling to understand how to ...
1
vote
3answers
118 views
+50

Highlight selected Spinner Item

I have implemented Custom Spinner using Button following wildnove's answer. Everything works fine, but I am not able to display the highlighted radio button for the selected button. Below is the ...
1
vote
1answer
228 views
+50

Google Analytics -Android Issue

I am using Google Analytics to track my android application. My analytics.xml file is pasted below: <!-- Replace placeholder ID with your tracking ID --> <string ...
1
vote
0answers
46 views
+50

GLSurfaceView in a PopupWindow

I need to add a GLSurfaceView to a FrameLayout in a PopupWindow. The problem is that, internally, the SurfaceView requests the token from the current window. PopupWindows don't have their own tokens, ...
3
votes
1answer
256 views
+50

How to get correct ID of AutoCompleteTextView adapter

I am new to Android development and I ran into a problem which I find difficult to solve. I am trying to figure out how to use an AutoCompleteTextView widget properly. I want to create a ...
4
votes
3answers
185 views
+100

Android Paint: how to get “airbrush” effect?

Hi and thank you for your help. Please I am following the "FingerPaint" demo in the API Demos. Please I would need to get an "airbrush" effect, in the sense that when I draw over the same spot it ...
0
votes
4answers
78 views
+50

Android ImageButton without border but still with click indication

How to create an ImageButton without border (just the image should be visible)? One could achieve this by setting imageButton.setBackgroundDrawable(null), but this also removes the focus and selection ...
0
votes
1answer
49 views
+150

How can I upload translated descriptions of an android app to the developer console?

I have made an Android App and translated the description (which appears on the Play Store) of the app in many languages. How can I upload the descriptions directly to the developer console ? EDIT ...
0
votes
0answers
45 views
+50

java.lang.RuntimeException from Adobe AIR app

I have an app on Amazon that sometimes (less than 1% of installations) crashes, which is reflected in Crash Reports. Obviously, I don't have access to the actual devices where the app crashed. Below ...
1
vote
0answers
97 views
+50

Using Facebook and Google Plus login in SoundCloud Android app

I have a SoundCloud android app developed with SoundCloud java wrapper. How can i login with Facebook and Google Plus? I couldn't find any clear example. Can someone help me out?
0
votes
3answers
69 views
+100

WebView won't scroll in Android 2.x

I have a problem with the WebView. I am opening a Webpage in this WebView and it won't scroll in Android 2.x, but it will scroll in Android 3.x+. Any Idea what can i do to fix that? This is the ...
0
votes
0answers
46 views
+50

Android - Mount a Samba share in code

I'm looking for a way to mount Samaba shares programatically. I am aware of this question which, if it works, would allow browsing a Samba share within my app, but I want the shares to be available ...
4
votes
1answer
115 views
+100

how to show string depending upon width of the layout

I have created two layout vertically of equal width. And I have string data to be displayed on text view dynamically. When string is greater than the width of the layout then string is wrapped to the ...
2
votes
1answer
55 views
+50

get a random picture from phone gallery and display in view

Is there a possibility to access the phone gallery, select a random image and display it on the view? i.e. have the entire process done without user intervention, having to pick an image or sending a ...
0
votes
0answers
62 views
+50

Contacts Doesn't Insert into android device

I am importing contacts from csv file. i have tried importing using applybatch but it is taking too much time.So i have used bulkinsert method to insert contacts.But Contacts are not created.Below is ...
0
votes
1answer
68 views
+50

different answers between Google's site and Google's API

I'm trying to write JAVA code to get answers from google. The code that I write work just fine with English only, but when I try to add some Hebrew characters, the answers that I get are different ...
0
votes
1answer
27 views
+50

FTP via PhoneGap

I would like to develop an FTP file system using PhoneGap. Essentially i would like the user to be able to have a list of sites they can connect to and get the whole root directory for viewing and ...
4
votes
1answer
109 views
+50

How to capture both front and back cameras in Galaxy S4 simultaneously?

As you may know Samsung Galaxy s4 has the capability to capture both front and back cameras at the same time. Now I need to capture both of them in my application. Should I download something? I tried ...
3
votes
1answer
206 views
+100

No command output when running: 'am start -n

Lately, when I'm trying to run my Android apps on my device, I have to run it several times from Eclipse before it actually starts. I have tried to reinstall JRE, JDK and the IDE and I have tried to ...
0
votes
2answers
54 views
+50

Errors in imported library

I want to use this library to crop images, since the crop intent can cause problems on certain devices: https://github.com/lvillani/android-cropimage If I import it in Eclipse however, I get some ...
0
votes
2answers
57 views
+50

How do I load local HTML files using a ListView in Android?

I've been working on a ListView within Android with a number of items. I'd like each list item to have a corresponding HTML file which loads in a WebView when the list item is clicked. Every list item ...
1
vote
0answers
101 views
+50

android custom Switch widget for SwitchPreferenc

I search around stackoverflow and find next related topics: How can i style an Android Switch? Custom switch widget in Android 4 Set switchStyle - get error resource not found - why? I also find ...
1
vote
1answer
184 views
+100

Overriding referenced style attributes

After reading through References To Theme Attributes I am trying to reference the value of an attribute in the my custom theme that I have set. I am applying a user-defined style to a CheckedTextView ...
10
votes
3answers
3k views
+50

Android WebView File Upload

I am developing an Android app. Basically it is a WebView and a progressBar. Facebook's mobile site (m.facebook.com) is loaded into the WebView. When I click on the Choose File button to upload an ...
0
votes
3answers
121 views
+50

java.io.IOException : No authentication challenges found

I am newbie to android and this is my first project on android. I am struggling with "authentication" problem for more than a day. I tried several options but none of them worked. Basically, I want ...
0
votes
1answer
58 views
+50

MJSIP: Register android client with server: onUaRegistrationFailure; Wireshark 400/Bad Request

'Hello I try to develop a softphone with MJSIP for android. I have a simple test setup: 1 PC (Win7) with a sip phone (number 1000) 1 VM (Win7) with a sip phone (number 1001) and Freeswitch ...
0
votes
1answer
114 views
+50

'No resource identifier found for attribute' error even after using namespace http://schemas.android.com/apk/res-auto

Im porting an existing app to gradle build system and got the following error while doing a build from command line error: No resource identifier found for attribute 'ignore_vertical_scroll' in ...
1
vote
1answer
85 views
+100

Invalid header cookie when integrate twitter in android

I've integrated twitter for android using this tutorial [http://blog.doityourselfandroid.com/2011/02/13/guide-to-integrating-twitter-android-application/][1] Before it can run normally , but ...
0
votes
0answers
23 views
+50

Google Market API does not return results at all for all devices except mine

I'm developing an Android APP for searching some apps on Google Play, using Google Market API, latest version available (https://code.google.com/p/android-market-api/). I've faced with such problem: ...
2
votes
1answer
68 views
+50

Unable to send text data between two bluetooth devices in android?

I have downloaded the android sample of Bluetooth chat app to send text between two android devices using Bluetooth. I have install and run this app in two android devices. I faced many problem in ...
0
votes
0answers
37 views
+100

Stacked Bar Chart: Changing the order of the stacked columns for just one of the bars

Consider the "Stacked Sales Bar Chart" sample of achartengine (http://www.achartengine.org/content/demo.html). Now, imagine that in one of the months - say, November, 2007 sold more units than 2008. ...
0
votes
0answers
26 views
+200

How can i use MapBox on Android

How can i display MapBox tiles on Android ? I tried using it with OSMDroid, and Nutiteq with no success. Is there a android library for MapBox ? For example i used this code to implement MapBox on ...
2
votes
1answer
35 views
+50

Zxing Barcode scanner plugin for phonegap android not working on nexus 7 which is having only front camera

Which Barcode scanner plugin for phonegap android is working for front camera also?
2
votes
1answer
64 views
+50

Button listener not working in Preference fragment

I've created a subclass of PreferenceFragment that implements CompoundButton.OnCheckedChangeListener. I have one preference that contains a Switch (a subclass of CompoundButton). Here's the callback ...
0
votes
3answers
66 views
+50

Android, SlidingPaneLayout and listView

I'm using a ListView as a secondary view in my SlidingPaneLayout.The main view is a map fragment. The ListView acts as a menu. The problem is that onItemClickedListener never gets called on the ...
2
votes
2answers
33 views
+50

Authentication android messaging app

This is a messaging app. It has no login (username or password). This means it has to send messsages to a server, and the server must trust it is coming from the phone number it says it is coming ...
0
votes
0answers
45 views
+50

How can I get the correct url to the video file from an embedded video?

I want to get the actual Video File Url from an embedded video on any website. It essentially is not YouTube. It can be any website. I am coding for android on Java. For Example : The thing I want to ...
0
votes
1answer
47 views
+50

HttpUrlConnection not working and shows different status code for GET and POST call

I am getting FileNotFoundException when making GET call to REST API. Here HTTP status code I get is 403. For POST call I get IOException : No authentication challenges found, whereas I pass ...
1
vote
0answers
70 views
+50

Crop camera preview for TextureView

I have a TextureView with a fixed width and height and I want to show a camera preview inside of it. I need to crop the camera preview so that it doesn't look stretched inside my TextureView. How to ...
6
votes
0answers
57 views
+100

Session.isOpened() == true but Session.getAccessToken() == “”

In my app, I'm trying to authenticate (login) by passing Facebook session information (token and expiration date) to my server. My login sequence to the app server is as follows: Get active ...
9
votes
1answer
93 views
+50

How to add custom view in android's JellyBean Launcher

I am working on making custom launcher in android. I have referred the code of android's Jellybean launcher. now I want to make some modification in this launcher. What I want : As we know there are ...
0
votes
0answers
117 views
+50

No valid kits found - QT Creator

After downloading the release candidate of QT android (windows 5.1) I decided to start QT Creator and try to make an android project (something small to see if it works). After following the tutorial ...
1
vote
3answers
638 views
+50

Get latitude & longitude from given address name.NOT Geocoder

I have some address name,and want to get the accurate place with latitude & longitude. and I knew we can get it use Geocoder's getFromLocationName(address,maxresult), but the problem is ,the ...
2
votes
0answers
117 views
+100

Move the actionbar sherlock with drawer navigation menu

I have implemented the new drawer with actionbar sherlock, and appretantly the actionbar stays at the same state. I have implemented the ActionBarDrawerToggle interface to handle the open/close ...
1
vote
0answers
19 views
+50

Numbers and hebrew text cause unwanted new lines

For some unknown reason, if I put the following string: 15 קמ in a text view, it results in a new line between the "15" and the "קמ": 15 קמ If I replace the "קמ" with "km" then it works fine... ...
1
vote
0answers
73 views
+50

synchronizing layers in parallax scrolling

I need to implement a scrolling layout which is loaded with images from an Adapter, and another scrolling layout on top of it (second layer of a FrameLayout) that contains text labels of individual ...
0
votes
1answer
60 views
+100

Android app shows for lower version than manifest

I have released an app on the android market. I am trying to target only android 4.0 and higher. I've set the minsdkversion in the manifest to 14. However, when its published to the market, the ...
1
vote
0answers
42 views
+50

File View from Google Drive Android Intent

If anyone can help I would be really awesome. I am building an app where by I am trying to access my files and display them in an imageview. I have a button and to that I attach an onClickListener ...
1
vote
1answer
19 views
+50

Scrolling in TextViewSwitcher or aternative

TextViewSwitcher isn't allowing me to scroll up/down. If I add scrolling to individual text views of the textviewswitcher the switching between the views doesn't work. Is there a way by which I can ...