Tagged Questions
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 [Android Enthusiasts](http://android.stackexchange.com)
0
votes
0answers
4 views
access of files on windows pc from android device, bluetooth?
I have two folders on a desktop PC running windows 7, I want to connect an android tablet to that PC by bluetooth and move a file from the android tablet to one of the folders on the windows PC. and ...
-2
votes
0answers
15 views
want to develop a desktop application that takes a mobile number and find out the exact location
I am interested in developing a desktop application which takes a mobile number as an input and able to find out the current exact location where the device is.
I am java developer and having little ...
0
votes
0answers
5 views
List of user-defined objects from Android to an ASP.NET webservice through JSON
I have a web service written in ASP.NET that accepts a List of type Contact(List).
[WebMethod]
[ScriptMethod(ResponseFormat = ResponseFormat.Json)]
#region List of contacts that need to ...
0
votes
0answers
5 views
How are media files like DCIM, Alarms etc. deleted in multiuser android 4.2?
I wanted to know how external primary storage is created and removed in multiuser android framework.
When a new user is created the framework creates a folder with userid in /mnt/shell/emulated
eg: ...
0
votes
0answers
6 views
Sony Smartwatch samples - second step
I still trying to compile the two samples code from sony: EightPuzzleExtension and MusicPreferenceActivity. These are the steps I did:
1. I installed the sony add-on from the Android SDK Manager as ...
0
votes
2answers
15 views
Set a RGBA color to a layout
I've a Layout which has a bg color customized by user. User fills 4 values.
R-G-B-Alpha
But, I've seen that the method to set the color in a layout, doesnt accept 4 values.
setBackgroundColor() just ...
0
votes
0answers
23 views
ListView Selected Position always resets
I am working with a ListView trying to add/delete items. The addition bit was fairly easy, the removing though is proving to be trickier.
I was thinking to use a multiple choice list, but to start ...
0
votes
1answer
15 views
Change the Layout Background using image color code in Android
I am using the viewPager for Gallery and used "Depth Page Transformation" for animation i need to set the background according to the image. The background color should match with the image color. ...
0
votes
1answer
11 views
Change height Navigation Tab ActionbarSherlock
I use NavigationTab of ActionbarSherlock, i search on google to change height tab, but i can't do it.
<style name="customActionBarTabStyle" ...
2
votes
1answer
24 views
how to display an image from JSON Object
Am beginner to android.. I want to display the text and an image from JSON... Here i can able to display the text but not the image... Can anybody help me ??
This is my JSON :
{
" ...
0
votes
0answers
14 views
The ultimate solution to cross-browser vertical centering?
Short and painless, I've tried many ways to get an element, e.g. info text, absolutely centered (H/V) without using divs, Javascript, jQuery or whatsoever.
The problem is not getting this to work and ...
0
votes
1answer
8 views
get the HTTP status server
Hi I am developing an android application, I like to create a class to get the HTTP status before send the data to the server with HTTP Post.
Have any form to get the HTTP status of this server?
I ...
0
votes
0answers
4 views
linphone android login error java.lang.UnsatisfiedLinkError: setUsername
linphone for android compiled success,and I import the "linphone-android" project to Eclipse,run it in my android phone.But when I add a account or login,throw a exception:
No implementation found ...
0
votes
0answers
5 views
Android- Glowing effect is missing in my Custom Dialog
I'm now developing an android application in which I need to show a custom dialog for which i designed a layout file.
final Dialog my_dialog= new Dialog(MainActivity.this,R.style.MyDialog);
...
0
votes
0answers
8 views
Change text of a TextView Layout inside spinner adapter
I have layout that contains a TextView which I am using in a spinner. How to change android:text at the runtime depending on my spinner.
<?xml version="1.0" encoding="utf-8"?>
<TextView ...