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.
0
votes
0answers
7 views
Lockscreen widget needs 2 clicks on any view to have the desired action
I am using Android 4.2 for adding widget on Lock screen. I am facing two issues:
1. Lockscreen widget needs 2 clicks on any view to have the desired action. I mean the user has to click two times on ...
0
votes
0answers
17 views
ProgressDialog And Thread
i use ProgressDialog with Thread or AsyncTask .
both of AsyncTask And Thread Work But In finish the work ProgressDialog Dismiss And get force close .
in onCreate() i call this
new ...
0
votes
1answer
14 views
How to put a base64 image in the SQLSERVER Image type?
I'm trying to put a base64 String in the SqlServer on Image type or VarBinary(MAX) on Sqlserver's Image type.
for this I tryied to use
byte[] b = Convert.FromBase64String(mybase64); and put it as a ...
-1
votes
1answer
30 views
I import code and have a button sending you to another activity. What is going wrong?
What is wrong with this piece of code? It is supposed to import text, and make a button send you to another activity. The piece where I import text works just fine.
Thanks for the help!
public class ...
0
votes
0answers
13 views
PagerAdapter/ViewPager related OutOfMemoryError
I have extended the PagerAdapter class to create a custom adapter. In a strange way it behaves differently on different devices. For example on an Android 4.0.3 tablet, the viewpager tries to ...
0
votes
0answers
6 views
SlidingPaneLayout - Animate similar to Android Hangouts app
I have implemented a SlidingPaneLayout with fragments that looks like this (summarizing)
<SlidingPaneLayout
android:xmlns="...."
android:layout_width="match_parent"
...
0
votes
2answers
30 views
Android - How to parse JSONObject and JSONArrays from api.rottentomatoes
so, there's this JSON code. Im trying to get the "abridged_cast".
but its complicated.
its JSONObject
inside JSONArray onside jSONObject Inside JsonArray....
{
"total": 591,
"movies": [{
...
-1
votes
0answers
13 views
Multipal apps in one facebook app
I have about 10 apps that I want to use with only one facebook app. Is it possible?
If so, what should I put in the "package name"?
0
votes
0answers
18 views
how to get the files stored in sd card to database
how to save images or voice files generated automatically by an android activity in SD card,to postgresql DB with the machine id(in our scenario its a tablet where our app is running)and the time of ...
0
votes
0answers
16 views
Set visibility of Views in a Gallery - Android
I have extended the android.widget.Gallery to add some functionality. One of the functionality is that i need in some situations to show only certain items. For this, here is what i have done.
...
0
votes
0answers
10 views
Kill one application from another application in android middle layer
I have a middle layer test application which use to test my driver path. For testing I am using a tinyalsa utility from a system command. The issue is that when I start recording it will start ...
1
vote
1answer
16 views
Android emulator with Camera API
I am using camera API to build a custom camera. I used emulator to test my application,but it shows me only a white screen on camera.open(). Is there a chance that it is my code's fault or the ...
1
vote
0answers
12 views
Highcharts on Android
I am having trouble getting Highcharts to render in an Android Webview. Here is my html page:
<html>
<head>
<script type="text/javascript" src="www/js/highcharts.js"></script>
...
2
votes
0answers
13 views
Android: Linespacing between 1st and 2nd line on multiline text wrong
I have a TextView that displays 13 labels by using '\n'. I chose to use only one View, since android-layouting tends to get very slow if you have more than a couple of TextViews.
I set ...
2
votes
0answers
9 views
How to set bar width in bargraph using AchartEngine in android
I want to set bar width in bargraph so that every bar graph shown is of given size. I have generated bar graph using achart engine so please help me