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
8 views
Android: Adding a Button in a listview
I'm trying to add a button in a list View, I searched a lot on google but nothing was good enough for me.
Here's my code: I have 2 classes :
Menu.java
import ...
0
votes
0answers
8 views
Custom scrollbar and custom thumbimage in android listview
i m using a custom scrollbar and custom thumbimage for android listview.but the problem is the scrollbarThumbVertical image gets elongated when i scroll the listivew..could u guys help me out.
...
0
votes
0answers
6 views
How to create an activity like the one Dropbox does when sharing from Gallery
How is the following achieved:
Instead of opening the Application and a full screen activity, a new smaller activity is open on top of Gallery. I'm trying to do the same but instead of the gallery ...
0
votes
0answers
5 views
How to get SVN revision in Gradle for Android?
I have field (svn revision) in resource. How can I get svn revision in my field using by Gradle, that not to do that by my hands?
0
votes
2answers
13 views
class not found exception android for fragment activity
Thanks in advance
since i am working on fragment activity to work on gingerbread OS.
when i am trying to run the application on gingerbread emulator the application is getting forced close due to ...
0
votes
0answers
11 views
android update layout step by step
In android project,I implemented an activity which implements the OnTouchListener interface and I implemented the following scenario: when the screen is touched, I calculate the distance between the ...
0
votes
1answer
9 views
how to request focus on the second editText?
i want focus in the second editText ,also can make edit in the first
I have two edit text , i tried to put in the second edittext
android:focusable="true"
...
0
votes
0answers
15 views
splash screen with a loading animation (Android Apps)
I am developing my first android app with eclipse adt.
I succeeded with making a splash screen but i want to show a loading animation. I have the following code :
package com.sunil.splash;
import ...
0
votes
0answers
8 views
ActionBar gap between customTabView and Tabs android
I want to have one color-line in my Actionbar.
I've managed to get the bar in the tabs and my customView (an image) on the right, but there is a little gap between the tabs and the image I can not ...
0
votes
0answers
2 views
hidclient fails on android ics
I am trying to share my Linux machine's keyboard and mouse with my nexus 7 runnung android ics over bluetooth.
I am using the hidclient program: ...
0
votes
0answers
5 views
Sending/Receiving data streams via bluetooth from a computer(electronic machine) to an android phone
I am developing an android application which receives/sends data input/output streams (byte []) where the connection is between a computer and an android phone.
I have read and (partly) understood the ...
0
votes
0answers
11 views
How to start a Service in a Background Thread?
I want to start a service from an activity. The activity keeps on doing its own work even after calling the service. So, I have used AsyncTask to start the service. But my service does not start until ...
0
votes
0answers
23 views
OnItemClickListener not firing
I was learning from about customizedlistview from this website. But in this tutorial the onItemClickListener is not firing. Please suggest some solution for it. I'm newbie to android.
0
votes
0answers
5 views
GCM pushnotification using urban airship library
After changing the sender id ,push notification feature is not working in my application. I have configured urban airship account with new API key and modified code with new sender id. Is there ...
0
votes
0answers
7 views
Regarding Android Notification Sound
This is the file in which i stored the sound from custom sound activity.I want to use this audioFileUri in another class so that by changing the sound in this activity,i can make the change in ...