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 http://android.stackexchange.com
-1
votes
0answers
6 views
How do I inflate a ListView with images “only”?
I mean, each row should contain only one image and span the width. No text is expected in the row. A sample code would help a lot !
0
votes
0answers
5 views
Android local Db to XML to mySql via PHP.
I have an application with a local Sqlite database which stores records on the local phone. Now I want to increase functionality and I have come to the conclusion that I need a remote database and ...
0
votes
1answer
11 views
ClassCastException when trying to get Google Play Services Map v2 to display
I've been beating me head against a wall with this for a few days now. I've read just about every post I can on the topic and nothing seems to get me across the finish line.
Trying to build an app ...
3
votes
0answers
16 views
Android/Java how to know the radio type of connected wifi
I have been looking into for a while now,I wanted to know the radio type(i.e 802.11n or 802.11g etc...) of the connected wifi Ap. i have looked into every possible Android or java api but not able to ...
0
votes
0answers
13 views
LoaderManager and Spinner and SQL Lite Working together
I have a DialogFragment that I'm working on to display Two spinners, side by side, one displays a list of drivers, the other a list of vehicles.
The data to populate these spinners is retrieved from ...
-2
votes
1answer
25 views
How to use Fragment in Android 2.2 with image sliding capability
I am trying to develop a NewsReader app in Android 2.2. I am looking for Sliding feature similar to this:
http://i.stack.imgur.com/nb3h4.jpg
In the center of the App I need to add one TabHost kind ...
0
votes
3answers
20 views
Spinner not working in android,
I have made a simple demo for spinners in android,In that 2 activities are there in first activity a simple spinner and in second a textView.So when any item fromthe spinner is selected it will be ...
0
votes
0answers
13 views
How to implement double tap zooming in Mupdf?
I'm researching Mupdf library on Android.
I compiled and ran the Sample successfully.
It's really a great library.
But now I have a problem with zooming the page when firing "Double tap" event.
...
0
votes
0answers
16 views
Unintended horizontal movement of screen
If you open my page at http://goo.gl/68s0t (Please don't replace the link here as I don't want google to link this page to my site.) on an android phone and move your finger from left to right, you ...
0
votes
0answers
9 views
Popup a dialog for assertion failure
Assertions on android leave something to be desired for me :-(
I'd like to pop up a dialog like
ASSERTION FAILED
<what failed>
[Die] [IgnoreOnce] [IgnoreAlways]
This will let testers see ...
1
vote
0answers
17 views
Color Picker for Android Clock Widget
I have spent almost 10 days searching for a tutorial or any help describing how to add a color picker to my Clock Widget.
My widget is a simple clock with 7 colors, but I want to make it completely ...
0
votes
0answers
6 views
Android App/ to paly audio/videos files from Raw or Assets folder instead of /SDCard/
Please anyone could help me getting this Android App play audio /video files from Raw or Assets Folders instead playing from /SDCard/.
What should I change in this code below ?
Here is the Tutorial ...
0
votes
0answers
6 views
unable to insert data into azure mobile services using android
I try to insert data into windows azure mobile service using android apps. when i run the apps it force close. do help me out. all code, log cat error inside the zip file.
i follow the tutorial from ...
0
votes
0answers
6 views
android mirroring (wireless display mirroring)
I want to display my content on the both devices (ex mobile , others) through wireless display mirroring (mircast). My Question is here how can be implement this concept using miracast . which has ...
1
vote
0answers
16 views
SlidingMenu and ViewPager with API13 (Honeycomb)
I´m experiencing a weird problem with SlidingMenu Library and ViewPager when they are running on devices with Android 3.2 (Honeycomb).
The problem appears when we "toggle" the SlidingMenu to show the ...