id
int64
28.5M
73.8M
title
stringlengths
15
150
question_body
stringlengths
69
39.4k
body_text
stringlengths
6
29.2k
tags
stringlengths
7
120
score
int64
-19
384
creation_date
stringlengths
20
24
year
int64
-1
2.02k
month
int64
-1
12
hour
int64
-1
23
dayofweek
int64
-1
6
view_count
int64
3
367k
answer_count
int64
0
34
body_len
int64
6
29.2k
title_len
int64
15
150
tag_count
int64
1
6
code_block_cnt
int64
0
17
has_code
bool
2 classes
is_unanswered
bool
2 classes
is_popular
bool
2 classes
is_viral
bool
2 classes
is_highly_voted
bool
2 classes
is_negative
bool
2 classes
score_bucket
stringclasses
5 values
36,835,032
Android - smoothScrollToPosition inside a child Fragment in a ViewPager
<p>I'm having difficulty in setting smooth scroll for <code>Fragments</code> inside <code>ViewPager</code>, nested in another <code>Fragment</code> which acts as their parent.</p> <p>I set up this method :</p> <pre><code>public void scrollToTop() { this.recyclerView.smoothScrollToPosition(0); } </code...
I'm having difficulty in setting smooth scroll for Fragments inside ViewPager , nested in another Fragment which acts as their parent. I set up this method : [CODE] For Fragments not in a ViewPager , but I don't know how to get the reference of Fragments inside a ViewPager . I did [CODE] to get the parent Fragment . Co...
android|android-fragments
0
2016-04-25T08:05:27.273Z
2,016
4
8
0
511
1
491
71
2
3
true
false
false
false
false
false
zero
36,835,287
Update text column based on content with a single lookup in SQLite
<p>In my iOS and Android projects, I have a SQLite table that looks something like this:</p> <pre><code>id words ----------- 1 apple, banana, orange, peach, strawberry 2 car, plane, orange 3 sheep, car, plane, horse, cow . ... . . </code></pre> <p>The <code>words</code> column is a <code>TEXT</code...
In my iOS and Android projects, I have a SQLite table that looks something like this: [CODE] The words column is a TEXT column that holds a comma deliminated list of words. I want to update the word list of a particular row by adding a word to the front of the list. The list should have no more than 5 items so I also w...
android|ios|sql|sqlite|sql-update
2
2016-04-25T08:20:12.903Z
2,016
4
8
0
560
1
934
66
5
3
true
false
false
false
false
false
low
36,835,404
URL session is not maintaining in android
<p>I am working on Android project and we are using session to check whether user is logged in or not. For that we have url as below.</p> <pre><code> http://www.mywebservice.com/app/app.asmx/isUserLogged </code></pre> <p>When we login, session on the server have userId. Using above what we are trying to check is the ...
I am working on Android project and we are using session to check whether user is logged in or not. For that we have url as below. [CODE] When we login, session on the server have userId. Using above what we are trying to check is the current session have userId or not, however always it says User is not logged in. Bel...
android|session|url
0
2016-04-25T08:27:11.193Z
2,016
4
8
0
128
1
580
41
3
2
true
false
false
false
false
false
zero
36,835,469
Post Data in Android with Retrofit 2 Not WORKING
<p>Hello I need Help I have tried to post data using retrofit2 but when i post the data is not sent to the database using the API which i have created. 1.i created a class where by inside that class i did create an interface for posting the data the class is called config.java with the following codes.</p> <pre><code>...
Hello I need Help I have tried to post data using retrofit2 but when i post the data is not sent to the database using the API which i have created. 1.i created a class where by inside that class i did create an interface for posting the data the class is called config.java with the following codes. [CODE] 2.I created ...
java|android|retrofit2
0
2016-04-25T08:30:36.820Z
2,016
4
8
0
966
1
486
48
3
2
true
false
false
false
false
false
zero
36,835,494
AdMob is working but getting blank page
<p>I have used adMob library for android. Sometimes getting blank page as like below screen shot. Can anyone explain what is the issue , and why its happen.</p> <pre><code>&lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:ads="htt...
I have used adMob library for android. Sometimes getting blank page as like below screen shot. Can anyone explain what is the issue , and why its happen. [CODE] Here is my code. [CODE] Could any one tell me the solution for this issue. Thanks.
android|android-layout|layout|admob
0
2016-04-25T08:31:38.937Z
2,016
4
8
0
297
1
243
39
4
2
true
false
false
false
false
false
zero
36,835,519
Android LocalBroadcastManger not always receive data
<p>I have a fragment with <code>TextView</code>. From the different places of my app I want to update that <code>TextView</code>, so I'm using <code>LocalBroadcastManager</code> but it is not always working - In fact when I disable device administrator (this is MDM app) it 'forget' to receive data...</p> <pre><code> ...
I have a fragment with TextView . From the different places of my app I want to update that TextView , so I'm using LocalBroadcastManager but it is not always working - In fact when I disable device administrator (this is MDM app) it 'forget' to receive data... [CODE] App.getAppContext() is a static context declared in...
android|android-fragments|broadcastreceiver|localbroadcastmanager
0
2016-04-25T08:32:57.700Z
2,016
4
8
0
108
0
784
52
4
4
true
true
false
false
false
false
zero
36,835,550
Android OkHttp how to handle ETag
<p>I'm try to do Android offline caching method using OkHttp. The flow is like this: </p> <ol> <li>I send an HTTP request with an ETag empty string at header field <code>if-none-catched</code> to the server, and the server returns a proper ETag. </li> <li>Then I store the ETag and cache the response.</li> <li>Next tim...
I'm try to do Android offline caching method using OkHttp. The flow is like this: I send an HTTP request with an ETag empty string at header field if-none-catched to the server, and the server returns a proper ETag. Then I store the ETag and cache the response. Next time when I fire the same service call I get the same...
android|okhttp|etag|if-none-match
11
2016-04-25T08:34:56.783Z
2,016
4
8
0
8,017
1
1,262
33
4
0
false
false
true
false
true
false
medium
36,835,871
Cordova with external login provider - not able to redirect to URL on physical device
<p>I have an issue with redirect after login using external provider on mobile phone application. I am using Cordova + InBrowserApp plugin + TypeScript in Visual Studio 2015 Update 2. </p> <p>In the emulator (Ripple) and the browser everything is working correctly becuase it's running on localhost. On the phone (Andr...
I have an issue with redirect after login using external provider on mobile phone application. I am using Cordova + InBrowserApp plugin + TypeScript in Visual Studio 2015 Update 2. In the emulator (Ripple) and the browser everything is working correctly becuase it's running on localhost. On the phone (Android) it does ...
android|cordova|oauth|typescript|url-redirection
2
2016-04-25T08:53:07.890Z
2,016
4
8
0
173
0
1,272
85
5
2
true
true
false
false
false
false
low
36,836,006
onClickListener using Butterknife
<p><strong>onClickListener using Butterknife is bit confusing</strong></p> <p>Say, I have a Whatsapp button which onClick opens Whatsapp to share something. By conventional means, the code for onClickListener would be something like</p> <pre><code>ImageButton buttonWhatsapp = (ImageButton) findViewById(R.id.whatsapp)...
onClickListener using Butterknife is bit confusing Say, I have a Whatsapp button which onClick opens Whatsapp to share something. By conventional means, the code for onClickListener would be something like [CODE] where, optionsShareThis is an object of OptionsShareThis class and whatsApp(Context context, String Url) is...
java|android|butterknife
2
2016-04-25T08:59:08.127Z
2,016
4
8
0
10,775
4
754
33
3
2
true
false
true
false
false
false
low
36,836,024
Same Android version and same device model, but only one cannot download app
<p>How is it possible that Galaxy s7 both with Android 6.0.1 behave differently in Play Store?</p> <p>One I can download. Another will say "Your device isn't compatible with this version." This is also true for Galaxy s6 with Android 5.1.1.</p> <p>This is not a once in a miracle occurrence. I have managed to reproduc...
How is it possible that Galaxy s7 both with Android 6.0.1 behave differently in Play Store? One I can download. Another will say "Your device isn't compatible with this version." This is also true for Galaxy s6 with Android 5.1.1. This is not a once in a miracle occurrence. I have managed to reproduce both the download...
android|google-play|google-play-services|android-security|google-play-developer-api
0
2016-04-25T09:00:27.163Z
2,016
4
9
0
692
2
1,518
76
5
0
false
false
false
false
false
false
zero
36,836,056
Notification when a specific color from a pixel is selected
<p>I want to create a program that does this: </p> <ul> <li>take picture;</li> <li>select area to get color;</li> <li>the app will inform the user this is the current shade of white and select the shade based on the options we receive for the app</li> </ul> <p>What I'm trying to do is to get a message to see if the s...
I want to create a program that does this: take picture; select area to get color; the app will inform the user this is the current shade of white and select the shade based on the options we receive for the app What I'm trying to do is to get a message to see if the selected color (from the touched position) is closer...
android|colors|touch|color-picker
0
2016-04-25T09:01:34.807Z
2,016
4
9
0
123
1
495
59
4
1
true
false
false
false
false
false
zero
36,836,081
android-Popup menu onitemclick error
<p>I'm trying direct each popup menu item to the another activity by using intent,but i get an error shown below:</p> <p><a href="https://i.stack.imgur.com/kV2vu.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/kV2vu.png" alt="error"></a></p> <p>This is my java code of popup menu: </p> <pre><code>p...
I'm trying direct each popup menu item to the another activity by using intent,but i get an error shown below: This is my java code of popup menu: [CODE] And this is popup menu xml: [CODE] So why am i getting this error? Any help will be appreciated.
android|popupmenu
0
2016-04-25T09:02:54.183Z
2,016
4
9
0
214
2
250
36
2
2
true
false
false
false
false
false
zero
36,836,118
.get() and .put() methods migrated from Eclipse to Android Studio
<p>I am quite a .NET guy, developing in Xamarin. However, I got my hands on a piece of Java code for Android I would like to implement in C#. The problem is that the project was developed in Eclipse, and then ported to Android Studio and now cannot be compiled. </p> <p>I got through all the issues with Gradle, but now...
I am quite a .NET guy, developing in Xamarin. However, I got my hands on a piece of Java code for Android I would like to implement in C#. The problem is that the project was developed in Eclipse, and then ported to Android Studio and now cannot be compiled. I got through all the issues with Gradle, but now I am stuck ...
java|android|eclipse|xamarin
0
2016-04-25T09:04:52.107Z
2,016
4
9
0
880
1
974
65
4
2
true
false
false
false
false
false
zero
36,836,277
local nodeJS database parsing using JSON library in android application
<p>I have created local DAtabase, with MongoDB and NODEJS, and now i want to parse databse data with my android app, i think i write java code right , but it doesn not work, please help. Thanks</p> <p>Here is my Java code.</p> <pre><code>package com.example.hakobm.buttonparsing; import android.os.AsyncTask; import a...
I have created local DAtabase, with MongoDB and NODEJS, and now i want to parse databse data with my android app, i think i write java code right , but it doesn not work, please help. Thanks Here is my Java code. [CODE]
java|android|json|node.js
0
2016-04-25T09:11:42.727Z
2,016
4
9
0
94
0
219
71
4
1
true
true
false
false
false
false
zero
36,836,393
Package has already posted 50 toasts. Not showing more
<p>Hello I am working on an app and in which at one point I need to take input from user and store it in database and then fetch that data and put it on different <strong>TextView</strong>. Problem is I did stored the data in database and when i trying to fetch it My app shows a pop up i.e : App is not responding and l...
Hello I am working on an app and in which at one point I need to take input from user and store it in database and then fetch that data and put it on different TextView . Problem is I did stored the data in database and when i trying to fetch it My app shows a pop up i.e : App is not responding and logcat shows this: P...
android|android-sqlite
0
2016-04-25T09:16:26.693Z
2,016
4
9
0
2,283
2
725
54
2
3
true
false
false
false
false
false
zero
36,836,545
How to hide the keyboard and update EditTextPreference programmatically?
<p>I am trying to implement the settings activity according to the guidelines. I have an <code>EditTextPreference</code> that I want to keep, but instead of allowing the user to type in any value, the value should come through Bluetooth (i have the Bluetooth part ready).</p> <p>At the moment, when the <code>EditTextPr...
I am trying to implement the settings activity according to the guidelines. I have an EditTextPreference that I want to keep, but instead of allowing the user to type in any value, the value should come through Bluetooth (i have the Bluetooth part ready). At the moment, when the EditTextPreference is clicked, it shows ...
android|android-preferences|android-settings|edittextpreference
0
2016-04-25T09:24:07.143Z
2,016
4
9
0
845
3
1,204
72
4
1
true
false
false
false
false
false
zero
36,836,718
Error inflating class RadioButton
<p>I am creating quiz app using php mysql json parsor, In that ran the program it shows "<code>Caused by: android.view.InflateException: Binary XML file line #44: Error inflating class RadioButton</code>" the error on create xml file. I am using these codes in <code>QuizActivity.java</code> crash log will throw the er...
I am creating quiz app using php mysql json parsor, In that ran the program it shows " Caused by: android.view.InflateException: Binary XML file line #44: Error inflating class RadioButton " the error on create xml file. I am using these codes in QuizActivity.java crash log will throw the error on create content vie an...
java|android|xml|radio-button
2
2016-04-25T09:31:50.200Z
2,016
4
9
0
3,663
3
363
33
4
3
true
false
true
false
false
false
low
36,836,793
How to Send Jpg Image from one activity to another activity in android?
<p>Hope You Are Fine Well am stuck in a little bit of problem...I have a main activity in which i am using custom listview(showing movie_poster,movie_name,movie_rating)...and i want that if i click on a row a new activity should be open and jpeg image (movie_poster)in that row should be show in other activity...i tried...
Hope You Are Fine Well am stuck in a little bit of problem...I have a main activity in which i am using custom listview(showing movie_poster,movie_name,movie_rating)...and i want that if i click on a row a new activity should be open and jpeg image (movie_poster)in that row should be show in other activity...i tried a ...
android|android-layout|listview|android-studio
-5
2016-04-25T09:35:15.093Z
2,016
4
9
0
652
3
372
71
4
1
true
false
false
false
false
true
negative
36,836,922
Where to put "ViewPager.setCurrentItem()" Method
<p>I have Nested <code>Fragments</code> [1 main <code>Fragment</code> called "MainFrag" and many child <code>Fragments</code>] the App can show MainFrag or can show other fragments.</p> <p>what I want to do is to <code>setCurrentItem</code> of MainFrag's <code>ViewPager</code> every time the user selects to show that ...
I have Nested Fragments [1 main Fragment called "MainFrag" and many child Fragments ] the App can show MainFrag or can show other fragments. what I want to do is to setCurrentItem of MainFrag's ViewPager every time the user selects to show that MainFrag so I tried to put it at it's onCreateView but this only works for ...
android|android-fragments|android-viewpager|fragment-lifecycle
-3
2016-04-25T09:41:10.947Z
2,016
4
9
0
424
3
815
48
4
1
true
false
false
false
false
true
negative
36,836,946
Trying to load JSON from a URL and don't know how to handle Exceptions
<p>I'm trying to load JSON from a URL in an Android app (the URL only links to JSON data, there is nothing else). For now I'm only trying to load the content of the URL into a String.</p> <p>The problem I have is that I need to handle the Exceptions, but I'm not too familiar with that.</p> <p>Here is the relevant par...
I'm trying to load JSON from a URL in an Android app (the URL only links to JSON data, there is nothing else). For now I'm only trying to load the content of the URL into a String. The problem I have is that I need to handle the Exceptions, but I'm not too familiar with that. Here is the relevant part of my 'Functions'...
java|android|json|bufferedreader
0
2016-04-25T09:42:08.633Z
2,016
4
9
0
114
2
833
70
4
3
true
false
false
false
false
false
zero
36,836,949
Caused by: java.lang.RuntimeException: Fail to connect to camera service
<pre><code>protected void onResume() { super.onResume(); // TODO Auto-generated method stub if (camera == null) { camera = Camera.open(); camera.startPreview(); camera.setErrorCallback(new ErrorCallback() { public void onError(int error, Camera mcamera) { ...
[CODE] when i launch first time this Actvity then this Exception not coming when i come back previous actvity and we go cameraDemo Actvity then this Exception coming please tell me how to fix this Error i have tried but not able to fix excepiton coming at camera = Camera.open();
android
0
2016-04-25T09:42:09.460Z
2,016
4
9
0
942
1
279
72
1
1
true
false
false
false
false
false
zero
36,836,974
TouchImageView Is not Showing Image After Downloading form Volley
<pre><code>&lt;com.example.util.TouchImageView android:id="@+id/imageViewRc" android:layout_width="match_parent" android:layout_height="450dp" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:padding="2dp" android:layout_marginRight="3dp" android:src="@...
[CODE] Below is the code where I am wiring this up: [CODE] The download is happening , and when I start pinching the zoom it works Appreciate your time.
android
2
2016-04-25T09:43:05.133Z
2,016
4
9
0
398
1
152
65
1
2
true
false
false
false
false
false
low
36,837,041
My android app is not available for tablets on google play
<p>I made an android app for ordering a cab. I uploaded it on goole play and everything was fine until i tried to find the app over a tablet. I cannot find the app on google play. I googled the problem and i put the screen size in the manifest but its still not working.</p> <pre><code>&lt;uses-permission android:name=...
I made an android app for ordering a cab. I uploaded it on goole play and everything was fine until i tried to find the app over a tablet. I cannot find the app on google play. I googled the problem and i put the screen size in the manifest but its still not working. [CODE]
android|google-play
1
2016-04-25T09:45:51.830Z
2,016
4
9
0
106
3
274
58
2
1
true
false
false
false
false
false
low
36,837,045
AppBarLayout scrolling content below Toolbar
<p>I'd like to have a content area below my Toolbar. Its behavior should be to scroll while scrolling up and to enter immediately while scrolling down. Toolbar should stay on its place without any scrolling.</p> <p>My layout is like that:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;android.support...
I'd like to have a content area below my Toolbar. Its behavior should be to scroll while scrolling up and to enter immediately while scrolling down. Toolbar should stay on its place without any scrolling. My layout is like that: [CODE] If I put content area above Toolbar I am able to get the desired effect, but obvious...
android|android-toolbar|android-coordinatorlayout|android-appbarlayout
7
2016-04-25T09:46:11.653Z
2,016
4
9
0
7,229
2
405
44
4
1
true
false
true
false
false
false
medium
36,837,054
android:onclick method doesn't work
<p>xml code:</p> <pre><code> &lt;Button android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Invia" android:clickable="true" android:onClick="onClick1" android:id="@+id/invia" /&gt; </code></pre> <p>java code:</p...
xml code: [CODE] java code: [CODE] Error: Process: com.example.rober.registrazione, PID: 21261 java.lang.IllegalStateException: Could not execute method for android:onClick at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:275) at android.view.View.performClick(V...
java|android|android-layout
0
2016-04-25T09:46:34.970Z
2,016
4
9
0
1,319
5
2,573
35
3
2
true
false
false
false
false
false
zero
36,837,351
Expected a string but was BEGIN_OBJECT at $.Result
<p>i have get two response success and fail My json success response </p> <pre><code>{   "Status": 1,   "Message": "records are available",   "Result": {     "id": 10135,     "email": "payal@demo.in",     "mobile": "8545324342",     "first_name": "xyz1",     "last_name": null,     "vendor_type_id": 1,     "status": "...
i have get two response success and fail My json success response [CODE] my json fail Response [CODE] Log message: FailResponseretrofit.RetrofitError: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 75 path $.Result i am using retrofit library ...
android
2
2016-04-25T09:58:05.397Z
2,016
4
9
0
2,083
2
410
50
1
4
true
false
false
false
false
false
low
36,837,352
Android buttons width dynamic adjustment through code
<p>consider the scenario if i have 3 button, then first two button should be side by side in 50% of the layout and third button should take remaining 50% width left in the layout dynamically. If there are 5 button then layout will be divided in 33.33% per each row where 1st,2nd button and 3rd,4rd button will be side...
consider the scenario if i have 3 button, then first two button should be side by side in 50% of the layout and third button should take remaining 50% width left in the layout dynamically. If there are 5 button then layout will be divided in 33.33% per each row where 1st,2nd button and 3rd,4rd button will be side by si...
android|android-layout|android-studio
0
2016-04-25T09:58:07.007Z
2,016
4
9
0
50
0
404
53
3
1
true
true
false
false
false
false
zero
36,837,364
System overlay label is blocking DialogFragment
<p>I need an app wide label that indicates debugging mode and if activated creates a bug report if tapped. To have it on top of each activity I added it to the window manager. Works perfect for the app. But some configuration is done by a popup dialog fragment. It seems that they are active, but not visible to the user...
I need an app wide label that indicates debugging mode and if activated creates a bug report if tapped. To have it on top of each activity I added it to the window manager. Works perfect for the app. But some configuration is done by a popup dialog fragment. It seems that they are active, but not visible to the user. I...
android|android-dialogfragment|android-windowmanager
1
2016-04-25T09:58:39.727Z
2,016
4
9
0
206
1
434
47
3
1
true
false
false
false
false
false
low
36,837,457
SwipeMenuListView new Row added is showing First time data
<p>I've read many of the previous posts on this topic, but i'm not getting it right.</p> <p>I have an adapter which has a private values of the items in the list. When i update the values(add a new items), i watch the value in debugger and the "getView" func and see that the value is correct.</p> <p><strong>BUT the a...
I've read many of the previous posts on this topic, but i'm not getting it right. I have an adapter which has a private values of the items in the list. When i update the values(add a new items), i watch the value in debugger and the "getView" func and see that the value is correct. BUT the actual rowView i see is just...
android|listview
0
2016-04-25T10:03:05.190Z
2,016
4
10
0
185
2
874
58
2
1
true
false
false
false
false
false
zero
36,837,495
PendingResult.setResultCallback() always returns the statusCode success
<p>if i connect my google watch with a mobile device successfully, and then disable the bluetooth connection (for test reasons) and make a google api client call to my mobile device, the pending result always returns the status code success, even if its not successfull because there is no more connection</p> <p><stron...
if i connect my google watch with a mobile device successfully, and then disable the bluetooth connection (for test reasons) and make a google api client call to my mobile device, the pending result always returns the status code success, even if its not successfull because there is no more connection async task for th...
android|wear-os|google-api-client
2
2016-04-25T10:05:09.963Z
2,016
4
10
0
2,006
1
552
71
3
2
true
false
false
false
false
false
low
36,837,504
Unable to add Window, Token is not valid error when clicked on a Spinner
<p>I have an android application when clicked on an option from a side bar it goes to a fragment, and then into another fragment which has clickable radio buttons. When clicked on these it will create a popup window with some text fields in it.</p> <p>Basically this is how the flow goes,</p> <p>Activity --> Fragment ...
I have an android application when clicked on an option from a side bar it goes to a fragment, and then into another fragment which has clickable radio buttons. When clicked on these it will create a popup window with some text fields in it. Basically this is how the flow goes, Activity --> Fragment 1 --> Fragment 2 --...
android
4
2016-04-25T10:05:26.197Z
2,016
4
10
0
2,137
2
745
72
1
3
true
false
false
false
false
false
low
36,837,514
Navigation from one webview to another
<p>I have created a webview in which if an external link is clicked it goes to another webview with the loaded external link. I wanted it in such a way that it goes back to the page it is navigated from if my back button is clicked. For example If I navigate from 4th page of main webview to some external link webview a...
I have created a webview in which if an external link is clicked it goes to another webview with the loaded external link. I wanted it in such a way that it goes back to the page it is navigated from if my back button is clicked. For example If I navigate from 4th page of main webview to some external link webview and ...
android|webview
0
2016-04-25T10:05:43.220Z
2,016
4
10
0
174
1
429
38
2
1
true
false
false
false
false
false
zero
36,837,534
reminder as part of app in android
<p>I am working on a project on android studio, it about medication reminder and I have some difficulties that how can I import a reminder in it. for example I want the user to set the time as when he want to take his pill and then alert him at that time. So, I search a lot but I did not find a suitable thing. the remi...
I am working on a project on android studio, it about medication reminder and I have some difficulties that how can I import a reminder in it. for example I want the user to set the time as when he want to take his pill and then alert him at that time. So, I search a lot but I did not find a suitable thing. the reminde...
java|android|android-studio
0
2016-04-25T10:07:08.770Z
2,016
4
10
0
1,493
1
447
34
3
1
true
false
false
false
false
false
zero
36,837,586
ParseQueryAdapter for GridView is not loading objects from Parse
<p>I am using ParseQueryAdapter in a fragment to display images and text from the Parse Cloud. But it doesn't load anything.</p> <p>Here is the Fragment Class</p> <pre><code> //Set up a customized query ParseQueryAdapter.QueryFactory&lt;ParseMap&gt; factory = new ParseQueryAdapter.QueryFactor...
I am using ParseQueryAdapter in a fragment to display images and text from the Parse Cloud. But it doesn't load anything. Here is the Fragment Class [CODE] I have also registered Subclass in my Application class. I tried to go through a lot of tutorials online but it didn't help me solve the problem.
android|gridview|parse-platform
0
2016-04-25T10:09:32.157Z
2,016
4
10
0
47
0
301
64
3
1
true
true
false
false
false
false
zero
36,837,643
Android : Update Tab Layout(fragments) textviews from an activity
<p><a href="https://i.stack.imgur.com/Gety4.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Gety4.png" alt="Tabs"></a></p> <p>I'm creating tab view using tablayout and viewpager. I use one fragment for each tab. And in my MainActivity, I'm getting some values from a device through bluetooth. The val...
I'm creating tab view using tablayout and viewpager. I use one fragment for each tab. And in my MainActivity, I'm getting some values from a device through bluetooth. The values are received as a single string, and I split it and sets it to corresponding tabs. But I'm getting a NullPointerException when I try to call t...
android|android-fragments|nullpointerexception|textview|android-tablayout
-1
2016-04-25T10:13:07.397Z
2,016
4
10
0
5,290
1
711
65
5
5
true
false
true
false
false
true
negative
36,837,660
Android Sqlite Insertion error
<p>I created a table in Sqlite database when I want to insert record in to this table i faced to error no column name column_name.</p> <p>This is my Message.java class:</p> <pre><code>public class Messages { private int id = 0; private String message = ""; private String type = "0"; private String geolat = ""; privat...
I created a table in Sqlite database when I want to insert record in to this table i faced to error no column name column_name. This is my Message.java class: [CODE] This is the MessageDatabaseHandler.java: [CODE] And this is how insert row from my activity: [CODE] At the end this the error: Please help me to fix this,...
android|android-sqlite
-1
2016-04-25T10:13:58.947Z
2,016
4
10
0
85
2
339
30
2
3
true
false
false
false
false
true
negative
36,837,772
Mutiple values testing, how to replace many else if statements?
<p>In my android app, I am testing some strings (that I got back from another activity) to see if they are empty. If not, I build my url from these values, example : (EDITED)</p> <pre><code> //country only if (!fetchData_country.isEmpty() &amp;&amp; fetchData_city.isEmpty() &amp;&amp; fetchData_pmin.isEmpty() &...
In my android app, I am testing some strings (that I got back from another activity) to see if they are empty. If not, I build my url from these values, example : (EDITED) [CODE] I wonder how I can improve these testing parts, thanks for helping !
java|android|performance|if-statement|android-studio
0
2016-04-25T10:19:13.213Z
2,016
4
10
0
65
1
247
63
5
1
true
false
false
false
false
false
zero
36,837,957
java.lang.IndexOutOfBoundsException: Invalid index 2, size is 2 while remove footerview at the end of listview in Android?
<p>I'm implementing pagination with listview. I trying to add footer view while loading my some data and remove footer view at the end of listview when reaches on the last page on setOnScrollListener at the end of listview.But getting crash reached on the last page getting issue of IndexOutOfBoundsException: Invalid in...
I'm implementing pagination with listview. I trying to add footer view while loading my some data and remove footer view at the end of listview when reaches on the last page on setOnScrollListener at the end of listview.But getting crash reached on the last page getting issue of IndexOutOfBoundsException: Invalid index...
java|android|listview
1
2016-04-25T10:28:05.180Z
2,016
4
10
0
1,221
1
564
122
3
3
true
false
false
false
false
false
low
36,837,967
Trying to get data for POST method Retrofit
<p>Im trying to get username when I try to login to wev service.I need this username to check did I this right or no.But have NPE when try to get data,but when I just make Toast without data,it works!onResponse work,but I must to get code of this operation to build logic of my app.For example if my code==200,build new ...
Im trying to get username when I try to login to wev service.I need this username to check did I this right or no.But have NPE when try to get data,but when I just make Toast without data,it works!onResponse work,but I must to get code of this operation to build logic of my app.For example if my code==200,build new act...
android|retrofit|retrofit2
2
2016-04-25T10:28:32.650Z
2,016
4
10
0
4,046
1
447
43
3
3
true
false
true
false
false
false
low
36,837,989
Application crashes after 3rd fragment?
<p>On tab, I have attached five fragments.Till 3rd fragment navigation is fine but when going to 4th and 5th fragment directly or by swiping, app is getting crashed. This is my main activity.</p> <pre><code> public class MainActivity extends AppCompatActivity { private SectionsPagerAdapter mSectionsPagerAdapt...
On tab, I have attached five fragments.Till 3rd fragment navigation is fine but when going to 4th and 5th fragment directly or by swiping, app is getting crashed. This is my main activity. [CODE] This is my fragment class which is right now same for all the five fragments except the class name). [CODE]
android|android-fragments
0
2016-04-25T10:29:47.063Z
2,016
4
10
0
43
1
303
39
2
2
true
false
false
false
false
false
zero
36,838,015
ListView checkbox issue after check
<p>My issue is that when I check <code>Checkbox</code> it turns to checked but it duplicates checked state for next <code>ListView</code> item which isn't on the visible list (e.g. when I can see item on positions 0-5/6 on one screen it is for element on position 7-8)...</p> <p>This is my onClick method:</p> <pre><co...
My issue is that when I check Checkbox it turns to checked but it duplicates checked state for next ListView item which isn't on the visible list (e.g. when I can see item on positions 0-5/6 on one screen it is for element on position 7-8)... This is my onClick method: [CODE] setOnClickListener is in getView() in ListV...
android|listview|checkbox
0
2016-04-25T10:31:21.273Z
2,016
4
10
0
53
2
405
35
3
2
true
false
false
false
false
false
zero
36,838,033
Android : Theme.Holo VS Theme.AppCompat
<p>I use "<strong>@android:style/Theme.Holo</strong>" as my game's theme :</p> <p><a href="https://i.stack.imgur.com/8i9LV.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/8i9LV.png" alt="enter image description here"></a></p> <p>But to be able to set up a snackbar widget, I have no choice but using...
I use " @android:style/Theme.Holo " as my game's theme : But to be able to set up a snackbar widget, I have no choice but using " @style/Theme.AppCompat ", otherwise I get this error message : [CODE] The problem is that the " @style/Theme.AppCompat " is visually quite different : What could I do to stay with the same v...
android|themes|android-holo-everywhere|snackbar
3
2016-04-25T10:32:05.433Z
2,016
4
10
0
9,940
2
493
39
4
1
true
false
true
false
false
false
low
36,838,051
How to load 10 post in RecyclerView on Android
<p>I want develop android application for one Website. i use <code>RecyclerView</code> for show website posts. i want show 10 posts in first entry to app and when scroll this posts show other posts (such as Endless). <br> On the website there is only one page and show all posts in one page. <strong>this website json :<...
I want develop android application for one Website. i use RecyclerView for show website posts. i want show 10 posts in first entry to app and when scroll this posts show other posts (such as Endless). On the website there is only one page and show all posts in one page. this website json : [CODE] I write this codes, bu...
php|android
0
2016-04-25T10:32:46.527Z
2,016
4
10
0
226
1
553
46
2
4
true
false
false
false
false
false
zero
36,838,086
Pass data from dialog to activity Android
<p>I have problem. I made method which creates Dialog with my own layout. And I have no idea how to pass values (Strings) from my EdiText and asing to any variable in my Activity. In comments you can see how I was trying to solve this.</p> <p>Java method</p> <pre><code>public void makeDialog(){ // custom dial...
I have problem. I made method which creates Dialog with my own layout. And I have no idea how to pass values (Strings) from my EdiText and asing to any variable in my Activity. In comments you can see how I was trying to solve this. Java method [CODE] XML layout [CODE]
java|android|dialog
0
2016-04-25T10:34:28.893Z
2,016
4
10
0
2,909
3
269
41
3
2
true
false
true
false
false
false
zero
36,838,236
Data transforming style of label in a tablerow
<p>I'm currently databinding to a TableView a and below is the code: </p> <pre><code>&lt;Alloy&gt; &lt;TableViewRow backgroundColor="{background}" id="businessRow"&gt; &lt;Label id="st1" class="ribbonIcon1" color="{highlight1}" text="{st1}"/&gt; &lt;Label id="st2" class="ribbonIcon2" color="{high...
I'm currently databinding to a TableView a and below is the code: [CODE] Each label is an icon font which is being defined by {st1} . I'm using icomoon fonts referencing the ligatures so I can change the icons accordingly. I'm using the checkbox font icon for this test. I'm then doing a datatransform to highlight the i...
android|ios|uitableview|appcelerator|appcelerator-alloy
1
2016-04-25T10:40:37.730Z
2,016
4
10
0
50
1
908
46
5
3
true
false
false
false
false
false
low
36,838,237
Android using Canonical ID GCM
<p>As I refer here <a href="https://stackoverflow.com/questions/36769072/android-gcm-messages-repeated">Android GCM messages repeated</a> the problem was I install and reinstall the app many times so it has many <code>regId</code>. I found many posts advice to use Canonical ID. I read many posts but I can't really kn...
As I refer here Android GCM messages repeated the problem was I install and reinstall the app many times so it has many regId . I found many posts advice to use Canonical ID. I read many posts but I can't really know how to apply it. Here is my code to get regId : [CODE]
android|google-cloud-messaging
2
2016-04-25T10:40:37.853Z
2,016
4
10
0
1,140
1
271
30
2
1
true
false
false
false
false
false
low
36,838,426
Data Insertion error while trying to insert a json array?
<p>I am trying to send a json array to mysql data base using google's volley library. The following is the type of data I am sending:-</p> <pre><code>[{"vatno":"","area":"Testing bay","status":"0","cstno":"","dbname":"webappdb","name":"ANUP BORDE","emp_role":"Manager","password":"1223","key":"","city":"Pune","shop_nam...
I am trying to send a json array to mysql data base using google's volley library. The following is the type of data I am sending:- [CODE] I get a data insertion error something like :- Data insertion errorYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right...
java|php|android|mysql|json
2
2016-04-25T10:48:52.717Z
2,016
4
10
0
473
2
730
57
5
3
true
false
false
false
false
false
low
36,838,446
how to send all the data of array list to another activity?
<pre><code>Daily Screen :- public class DailyScreen extends AppCompatActivity implements AdapterView.OnItemClickListener { ImageView add, edit; MyCustomAdapter adapter1; Button ok; Button next2; final Context context = this; ListView listView; private ArrayAdapter&lt;String&gt; adapter; ...
[CODE] MyCustomAdapter class [CODE] Milk class [CODE] i have tried all thing to send all the data of list view to another activty please suggest me how can i do it ??
android|listview|android-bundle|android-parser
-4
2016-04-25T10:49:41.943Z
2,016
4
10
0
1,002
4
166
59
4
3
true
false
false
false
false
true
negative
36,838,470
android does not trust a certificate
<p>I run <code>openssl s_client -connect mywishboard.com:443 | openssl x509 -noout -subject -issuer</code> and i get following information about certificate (setted by client developer)</p> <pre><code>depth=2 C = IL, O = StartCom Ltd., OU = Secure Digital Certificate Signing, CN = StartCom Certification Authority veri...
I run openssl s_client -connect mywishboard.com:443 | openssl x509 -noout -subject -issuer and i get following information about certificate (setted by client developer) [CODE] Then I check go to Settings/system/trusted certificats and see that StartCom Ltd is among them However, when I am tring to make https requests,...
android|ssl
2
2016-04-25T10:50:45.733Z
2,016
4
10
0
5,296
2
602
36
2
3
true
false
true
false
false
false
low
36,838,497
How can I store my JSON array elements in variables?
<p>Here is my json array having sub array in it. Now i want to store the data of this sub array in an arranged manner in android. Like first record the other,etc..How can i do this?</p> <pre><code>{ "result": [ ["", "", "2016-04-22", "", "", "problems since last 5 days", "replace piping", "0", null], ...
Here is my json array having sub array in it. Now i want to store the data of this sub array in an arranged manner in android. Like first record the other,etc..How can i do this? [CODE]
android
0
2016-04-25T10:52:00.873Z
2,016
4
10
0
100
2
185
52
1
1
true
false
false
false
false
false
zero
36,838,501
How to lock activity orientation without locking fragment orientation?
<p>everyone! My question is inverted version of <a href="https://stackoverflow.com/questions/20370636/how-to-lock-fragment-orientation-without-locking-activity-orientation">How to lock fragment orientation without locking activity orientation?</a> , but nothing from there have worked for me.</p> <p>The point is, that...
everyone! My question is inverted version of How to lock fragment orientation without locking activity orientation? , but nothing from there have worked for me. The point is, that I have a camera app, where camera preview lays in activity, and an overlay with settings and other stuff - in fragment, like this: [CODE] So...
android|android-fragments|android-orientation
1
2016-04-25T10:52:06.280Z
2,016
4
10
0
216
2
480
70
3
1
true
false
false
false
false
false
low
36,838,524
Vibrator does not vibrate after power button is pressed?
<p>I have a service which is calling the vibrator.</p> <pre><code>[Service] public class MyService : Service { System.Threading.Timer timer; public MyService() { } public override StartCommandResult OnStartCommand(Intent intent, StartCommandFlags flags, int startId) { timer = new Sys...
I have a service which is calling the vibrator. [CODE] Everything works fine until I press the power button causing the screen to turn off, and device to enter in sleep mode. The service seems like continue working, but the vibrator stop vibrating. How to keep vibrator vibrating even the device entered in sleep mode ?
xamarin|xamarin.android
3
2016-04-25T10:53:00.607Z
2,016
4
10
0
1,028
3
319
56
2
1
true
false
false
false
false
false
low
36,838,562
How to set icon to getbase FloatingActionsMenu
<p>I'm using the com.getbase.floatingactionbutton.FloatingActionsMenu for expandable FAB. But unable to set icon on fab menu. I have tried with set background drawable, but not working. Thanks </p> <pre><code> &lt;FrameLayout android:id="@+id/frame_layout" android:layout_width="ma...
I'm using the com.getbase.floatingactionbutton.FloatingActionsMenu for expandable FAB. But unable to set icon on fab menu. I have tried with set background drawable, but not working. Thanks [CODE] Here is my Java Class code, [CODE]
android
4
2016-04-25T10:54:46.820Z
2,016
4
10
0
8,388
2
231
46
1
2
true
false
true
false
false
false
low
36,838,571
Android EditText setText cause softkeyboard to freeze
<p>I am having a problem with the <code>EditText</code>.</p> <p>I have implemented a <code>TextWatcher</code> and I check every time in <code>afterTextChanged</code> to highlight some specific keywords in an <code>AsyncTask</code> and set the text in <code>onPostExcute</code>(I only touch the UI here), but the soft ke...
I am having a problem with the EditText . I have implemented a TextWatcher and I check every time in afterTextChanged to highlight some specific keywords in an AsyncTask and set the text in onPostExcute (I only touch the UI here), but the soft keyboard freeze when setText was called in onPostExcute (the app didn't free...
android|android-edittext|android-softkeyboard
1
2016-04-25T10:55:01.657Z
2,016
4
10
0
1,040
2
362
53
3
2
true
false
false
false
false
false
low
36,838,604
MediaCodec returns -1,-2,-3 in first seconds
<p>I use MediaCodec to decode video data, but when I use dequeueOutputBuffer method ,get the result MediaCodec.INFO_OUTPUT_BUFFERS_CHANGED,MediaCodec.INFO_OUTPUT_FORMAT_CHANGED and MediaCodec.INFO_TRY_AGAIN_LATER in the first seconds.I want get the normal result of it as soon as I use this method. </p> <pre><code>Stri...
I use MediaCodec to decode video data, but when I use dequeueOutputBuffer method ,get the result MediaCodec.INFO_OUTPUT_BUFFERS_CHANGED,MediaCodec.INFO_OUTPUT_FORMAT_CHANGED and MediaCodec.INFO_TRY_AGAIN_LATER in the first seconds.I want get the normal result of it as soon as I use this method. [CODE] above is my code,...
android|android-mediacodec
1
2016-04-25T10:56:34.977Z
2,016
4
10
0
291
1
395
44
2
1
true
false
false
false
false
false
low
36,838,668
Android - Facebook SDK registerCallback is never called?
<p>I tried to build a simple app with a Facebook Login Button, I used a tutorial, and the app starts, the Facebook Login Button is there, but when I press it, the app "quits" (still visible in task switcher).</p> <p>I tried to use</p> <pre><code>compile 'com.facebook.android:facebook-android-sdk:4.6.0' </code></pre> ...
I tried to build a simple app with a Facebook Login Button, I used a tutorial, and the app starts, the Facebook Login Button is there, but when I press it, the app "quits" (still visible in task switcher). I tried to use [CODE] and [CODE] as well. The log doesn't say any special: [CODE] The last 2 entries (Touch Event ...
android|facebook|callback
1
2016-04-25T10:59:18.577Z
2,016
4
10
0
490
1
477
56
3
4
true
false
false
false
false
false
low
36,838,805
Webview Loads some internal URLs and hence My "Please Wait" Loader fluctuates
<p>I have one WebView in my android App which i use to log into my App. The URL which I load in WebView is "<a href="https://accounts.google.com/ServiceLogin#identifier" rel="nofollow">https://accounts.google.com/ServiceLogin#identifier</a>" with ru to my website.</p> <p>Before loading I start a progress dialog which ...
I have one WebView in my android App which i use to log into my App. The URL which I load in WebView is " https://accounts.google.com/ServiceLogin#identifier " with ru to my website. Before loading I start a progress dialog which says "Please wait". [CODE] Problem is since WebView loads some internal URLs to verify and...
android|webview|android-webview
0
2016-04-25T11:05:53.083Z
2,016
4
11
0
179
2
475
77
3
1
true
false
false
false
false
false
zero
36,838,898
Presenter injection with Dagger 2
<p>I just started using Dagger 2 and I found online thousands guides each one with a different implementation and I'm a bit confused now. So basically this is what I wrote at the moment:</p> <p>AppModule.java:</p> <pre><code>@Module public class AppModule { Application mApplication; public AppModule(Application a...
I just started using Dagger 2 and I found online thousands guides each one with a different implementation and I'm a bit confused now. So basically this is what I wrote at the moment: AppModule.java: [CODE] DataModule.java: [CODE] PrefsModel.java: [CODE] AppComponent.java (I'm exposing QueryPreferences object since I n...
java|android|dependency-injection|mvp|dagger-2
11
2016-04-25T11:10:35.287Z
2,016
4
11
0
13,419
2
1,298
33
5
10
true
false
true
true
true
false
medium
36,838,922
NullPointerException in ExpandableListView for Child Items
<p>Am getting NullPointerException When I click on parent item. Can you please suggest for this reason by seeing my code.I am not getting anything next step what I have to take for this mistake.Try to suggest me by seeing my code.The screen shot of logcat also I posted here.</p> <p>Thanks in Advance.</p> <p><a href="...
Am getting NullPointerException When I click on parent item. Can you please suggest for this reason by seeing my code.I am not getting anything next step what I have to take for this mistake.Try to suggest me by seeing my code.The screen shot of logcat also I posted here. Thanks in Advance. enter image description here...
android|expandablelistview
0
2016-04-25T11:11:39.620Z
2,016
4
11
0
152
1
346
58
2
2
true
false
false
false
false
false
zero
36,838,941
Can I rely on using the SQLite's built in functions in my Android eviroment?
<p>I came accross a Exception with two devices a Honeywell CT50 and a Zebra TC75. Both running on a 4.x android version where I tried to use the <code>printf</code> SQLite function.</p> <p>The exception:</p> <blockquote> <p>android.database.sqlite.SQLiteException: no such function: printf (code 1): , while compilin...
I came accross a Exception with two devices a Honeywell CT50 and a Zebra TC75. Both running on a 4.x android version where I tried to use the printf SQLite function. The exception: android.database.sqlite.SQLiteException: no such function: printf (code 1): , while compiling: xxx The related query: [CODE] On different D...
android|c|sqlite
2
2016-04-25T11:12:16.587Z
2,016
4
11
0
242
1
763
76
3
1
true
false
false
false
false
false
low
36,838,979
How to display Model window at desired location?
<p>I have a keyboard modal window which is 9*9. And used it fill Sudoku game board. In android studio , to get the location of the button I used the following code</p> <pre><code>_selectedButton=(Button)view; int tag=(int)_selectedButton.getTag(); _currentRow=tag/9; _currentCol=tag%9; int[] l...
I have a keyboard modal window which is 9*9. And used it fill Sudoku game board. In android studio , to get the location of the button I used the following code [CODE] ShowKeyBoard is like this [CODE] After that he selects a key and I dismiss the popup window. [CODE] How can I do that in Xamarin Android.? Is it possibl...
c#|android|xamarin|xamarin.android
0
2016-04-25T11:14:07.043Z
2,016
4
11
0
112
1
370
48
4
4
true
false
false
false
false
false
zero
36,839,022
How to get Json response from server in Intent Service in android?
<p>I am using IntentServices to Post data to server but I don't know how to get response in json format in IntentService and also how can we find that this IntentService is in background or not and perform some operation based on response.</p> <pre><code>public class CDealIntentService extends IntentService { private ...
I am using IntentServices to Post data to server but I don't know how to get response in json format in IntentService and also how can we find that this IntentService is in background or not and perform some operation based on response. [CODE] }
android
3
2016-04-25T11:16:11.970Z
2,016
4
11
0
1,633
1
245
66
1
1
true
false
false
false
false
false
low
36,839,059
Unable to bind views for .. $RecyclerViewHolders at ButterKnife.bind(this, itemView); in RecyclerViewHolders
<p>I am getting below error log:</p> <blockquote> <p>java.lang.RuntimeException: Unable to bind views for .. $RecyclerViewHolders at butterknife.ButterKnife.bind(ButterKnife.java:322) at butterknife.ButterKnife.bind(ButterKnife.java:279)...
I am getting below error log: java.lang.RuntimeException: Unable to bind views for .. $RecyclerViewHolders at butterknife.ButterKnife.bind(ButterKnife.java:322) at butterknife.ButterKnife.bind(ButterKnife.java:279) ... at android.support.v7.widget.RecyclerView$Adapter.createViewHolder(RecyclerView.java:5482) at android...
android|android-studio|android-recyclerview|butterknife
0
2016-04-25T11:18:10.713Z
2,016
4
11
0
929
1
900
108
4
1
true
false
false
false
false
false
zero
36,839,163
issue in bus seat layout in android
<p>i want to create bus ticket booking layout in my app . i created layout but seat arrangement not came proper. below is image . i just want to seat layout proper other element is proper <a href="https://i.stack.imgur.com/2Dh44.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/2Dh44.png" alt="in this ...
i want to create bus ticket booking layout in my app . i created layout but seat arrangement not came proper. below is image . i just want to seat layout proper other element is proper seat_selection_screen.xml [CODE]
android|bus|ticket-system
0
2016-04-25T11:23:39.520Z
2,016
4
11
0
4,097
1
217
35
3
1
true
false
true
false
false
false
zero
36,839,185
onNestedFling or onNestedPreFling not triggered for CoordinatorLayout Behavior
<p>onNestedFling or onNestedPreFling behavior callbacks aren't triggered for NestedScrollView inside CoordinatorLayout when flinging in upward direction. However, when I fling in downward direction, they're triggered. Any known issue?</p> <p>The above callbacks are triggered when I replace NestedScrollView with Recyc...
onNestedFling or onNestedPreFling behavior callbacks aren't triggered for NestedScrollView inside CoordinatorLayout when flinging in upward direction. However, when I fling in downward direction, they're triggered. Any known issue? The above callbacks are triggered when I replace NestedScrollView with RecyclerView. Ju...
android|android-recyclerview|android-coordinatorlayout|android-nestedscrollview
4
2016-04-25T11:24:45.347Z
2,016
4
11
0
1,630
0
588
78
4
1
true
true
false
false
false
false
low
36,839,230
How to set a camera app
<p>I am trying to make a camera app which takes the pic and allow user to set it as the wallpaper the only this is it is giving error as</p> <pre><code>04-23 10:39:11.950 571-571/? E/Vold: Error reading configuration (No such file or directory)... continuing anyways </code></pre> <p>here is my java code</p> <pre><co...
I am trying to make a camera app which takes the pic and allow user to set it as the wallpaper the only this is it is giving error as [CODE] here is my java code [CODE] } my xml code [CODE] [CODE] I am not able to know that what directory is missing here the program is compiling properly and not giving any error but it...
android|android-camera|inputstream|android-bitmap|android-wallpaper
0
2016-04-25T11:26:52.237Z
2,016
4
11
0
54
1
444
23
5
5
true
false
false
false
false
false
zero
36,839,236
How close soft keyboard of previous application?
<p>I have an application with custom keyboard on first screen. It works o'key! But in some cases application opens with custom and native keyboards... for example: i am writing an sms, receive notification from my app and click on it (soft keyboard from sms-app still open). In this case will open my application with bo...
I have an application with custom keyboard on first screen. It works o'key! But in some cases application opens with custom and native keyboards... for example: i am writing an sms, receive notification from my app and click on it (soft keyboard from sms-app still open). In this case will open my application with both ...
android|android-softkeyboard|android-input-method
1
2016-04-25T11:27:04.940Z
2,016
4
11
0
52
0
557
48
3
1
true
true
false
false
false
false
low
36,839,239
Invalid indirect reference 0x416f68a0 in decodeIndirectRef
<p>I've seen plenty of questions about exactly the same error, but none of them seems to be trying to do this simple thing and still fail.</p> <p>I have in my class header, as private members:</p> <pre><code>static JNIEnv* env; static jclass copterServiceClass; static jmethodID mavlinkMsgMethod; </code></pre> <p>The...
I've seen plenty of questions about exactly the same error, but none of them seems to be trying to do this simple thing and still fail. I have in my class header, as private members: [CODE] Then in the source for that class: [CODE] Note: cached_jvm is assigned at JNI_OnLoad . It fails with the aforementioned error when...
android|android-ndk|java-native-interface
1
2016-04-25T11:27:15.557Z
2,016
4
11
0
1,814
1
1,207
58
3
3
true
false
false
false
false
false
low
36,839,287
xpath with multiple components
<p>I'm trying to find an element that contain multiple ones with xpath for example</p> <pre><code>&lt;ListView&gt; &lt;RelativeLayout&gt; &lt;TextView id=text1&gt;&lt;/TextView&gt; &lt;TextView id=text2&gt;&lt;/TextView&gt; &lt;ImageView id=img1&gt;&lt;/ImageView&gt; &lt;/RelativeLayout&gt; &lt;Relat...
I'm trying to find an element that contain multiple ones with xpath for example [CODE] I would like to retrieve only the relative layout that contains a textview with id=text1, a textview with id=text2 and an imageview with id=img1 I tried this [CODE] And this [CODE] But none works. The first one seems to be a select a...
android|xpath
1
2016-04-25T11:29:04.617Z
2,016
4
11
0
380
1
544
30
2
4
true
false
false
false
false
false
low
36,839,487
Firebase populating recyclerview error: com.firebase.client.FirebaseException: Failed to bounce to type
<p>So, im having no problems adding objects to the firebase database but when trying to retrieve the added objects from the database through the recyclerview using the Ui library i get the following error:</p> <pre><code>E/AndroidRuntime: FATAL EXCEPTION: main Process: smarthousebillsplitter, PID: 900 com.firebase.cli...
So, im having no problems adding objects to the firebase database but when trying to retrieve the added objects from the database through the recyclerview using the Ui library i get the following error: [CODE] Here is the recyclerview : [CODE] Here is the java model class: [CODE] and here is the object in the database ...
java|android|firebase|firebase-realtime-database|firebaseui
3
2016-04-25T11:39:08.083Z
2,016
4
11
0
554
1
361
103
5
3
true
false
false
false
false
false
low
36,839,517
Button.setOnClickListener(android.view.View$OnClickListener)' on a null object reference
<p>Im having this error : </p> <pre><code>java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setOnClickListener(android.view.View$OnClickListener)' on a null object reference at mt.edu.m...
Im having this error : [CODE] This is the code in the java BlankFragment2: [CODE] At this point error v [CODE] Any Help?
java|android|object
-3
2016-04-25T11:40:24.720Z
2,016
4
11
0
1,083
3
120
88
3
3
true
false
false
false
false
true
negative
36,839,520
Transform AmazonS3 send to RX android observable
<p>How would I transform this async call to use RX Android and have the ability to chain it to other calls? Currently I use EventBus to inform that sending succeeded or failed, but I would like to use RX, mostly for chaining purposes. </p> <pre><code>public void SendToAmazon(Intent i) { try { // take param...
How would I transform this async call to use RX Android and have the ability to chain it to other calls? Currently I use EventBus to inform that sending succeeded or failed, but I would like to use RX, mostly for chaining purposes. [CODE] `
java|android|amazon-s3|rx-java|rx-android
1
2016-04-25T11:40:28.370Z
2,016
4
11
0
686
1
240
48
5
1
true
false
false
false
false
false
low
36,839,571
How to launch a <provider/> tag (Launching Shazam search activity)
<p>I want to start the search <code>Activity</code> in shazam. According to <a href="http://pastie.org/1656688/wrap" rel="nofollow noreferrer">this</a> there is no search <code>Activity</code> to shazam, only a <code>&lt;provider&gt;</code> tag. </p> <p><code>&lt;provider android:name="com.shazam.android.SearchProvide...
I want to start the search Activity in shazam. According to this there is no search Activity to shazam, only a <provider> tag. <provider android:name="com.shazam.android.SearchProvider" android:authorities="shazamSearchEncore" android:syncable="false" /> I tried to launch it in various ways but because this is not an A...
java|android|android-intent|android-contentprovider|shazam
0
2016-04-25T11:42:53.237Z
2,016
4
11
0
231
1
542
66
5
2
true
false
false
false
false
false
zero
36,839,604
Migrating from java.lang.Observable to RxJava
<p>I'm working on an Android application that features a shopping cart. The <code>Cart</code> object extends <code>java.lang.Observable</code> so if there are any changes, they are saved to the disk immediately and also so that the badge icon can be updated.</p> <pre><code>public class Cart extends Observable{ pr...
I'm working on an Android application that features a shopping cart. The Cart object extends java.lang.Observable so if there are any changes, they are saved to the disk immediately and also so that the badge icon can be updated. [CODE] Example usage [CODE] I'd like to migrate this code to RxJava but i don't have a cle...
java|android|rx-java
0
2016-04-25T11:44:53.957Z
2,016
4
11
0
227
1
526
45
3
2
true
false
false
false
false
false
zero
36,839,778
android studio. build,gradle - Could not find property, after importing project
<p>I'm getting the following error after importing some project. the project was originally taken from GitHub.</p> <p>it happens after upgrading to gradle 2.10</p> <pre><code>https://github.com/sephiroth74/HorizontalVariableListView </code></pre> <p>this is the error I am getting.</p> <pre><code>Error:(3, 0) Could ...
I'm getting the following error after importing some project. the project was originally taken from GitHub. it happens after upgrading to gradle 2.10 [CODE] this is the error I am getting. [CODE] this is my build.gradle file [CODE]
android|gradle
2
2016-04-25T11:52:53.960Z
2,016
4
11
0
4,292
1
231
79
2
3
true
false
true
false
false
false
low
36,839,915
how to apply shuffle animation on recyclerview when its shuffling
<p>I apply shuffle on recycler view on button click event, and its working, but when I click on button, images shuffle it's position, but there is no effect appear when its shuffling, how do I make shuffle animation, help me please, thank you.</p> <p>here is my code:</p> <pre><code>public class GridRecycleActivity e...
I apply shuffle on recycler view on button click event, and its working, but when I click on button, images shuffle it's position, but there is no effect appear when its shuffling, how do I make shuffle animation, help me please, thank you. here is my code: [CODE] i already apply some other animation, but its not look ...
android|android-animation|android-recyclerview
1
2016-04-25T11:58:44.543Z
2,016
4
11
0
730
0
401
65
3
1
true
true
false
false
false
false
low
36,839,965
A webview overlay over another webview
<p>I have a webview in which If I click any link in that page it opens another webview. Now I want to overlay the second webview over first webview. And If I click the button on the second webview it should close. This is my XML page.</p> <pre><code>&lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/...
I have a webview in which If I click any link in that page it opens another webview. Now I want to overlay the second webview over first webview. And If I click the button on the second webview it should close. This is my XML page. [CODE] How should I do it ?
android|webview
2
2016-04-25T12:00:30.710Z
2,016
4
12
0
3,569
3
259
38
2
1
true
false
true
false
false
false
low
36,840,026
Stick header at top when Softkeyboard is opened android
<p>I have a layout, in which I need that the top header should should not hide when I open softKeyBoard. I am using Fragment here.I am using recylerView. when i am opening softkeyboard the top header is scrolling up. I need that header to stay there and Recyclerview to scroll.</p> <p>Below is my xml.</p> <pre><code>&...
I have a layout, in which I need that the top header should should not hide when I open softKeyBoard. I am using Fragment here.I am using recylerView. when i am opening softkeyboard the top header is scrolling up. I need that header to stay there and Recyclerview to scroll. Below is my xml. [CODE]
java|android|android-layout|android-fragments
1
2016-04-25T12:02:48.670Z
2,016
4
12
0
38
1
298
55
4
1
true
false
false
false
false
false
low
36,840,060
RecyclerView.onBindViewHolder called only once
<p>After many hours of researching I am finally consulting official help.</p> <p>I have a RecyclerView.Adapter and RecyclerView.ViewHolders that worked perfectly. But for some reasons I do not understand, RecyclerView.Adapter.onBindViewHolder is not called properly. </p> <pre><code> private class AttendeeAdapter e...
After many hours of researching I am finally consulting official help. I have a RecyclerView.Adapter and RecyclerView.ViewHolders that worked perfectly. But for some reasons I do not understand, RecyclerView.Adapter.onBindViewHolder is not called properly. [CODE] Based on the Log message (the item count as the size of ...
android|dependencies|android-recyclerview|android-studio-2.0
35
2016-04-25T12:04:13.277Z
2,016
4
12
0
15,142
9
1,044
46
4
5
true
false
true
true
true
false
high
36,840,180
Android animations not smooth on BackgroundImage
<p>I created simple app with some animations in android. In my layout I have an ImageView with a sourceImage and a button on it. When I click the button, I want it move and resize in same time. I used ObjectAnimator and ValueAnimator for create animations and play them together with animatorSet. My problem is that my b...
I created simple app with some animations in android. In my layout I have an ImageView with a sourceImage and a button on it. When I click the button, I want it move and resize in same time. I used ObjectAnimator and ValueAnimator for create animations and play them together with animatorSet. My problem is that my butt...
android|animation|objectanimator|animatorset
0
2016-04-25T12:09:33.850Z
2,016
4
12
0
961
1
619
48
4
2
true
false
false
false
false
false
zero
36,840,281
Keep only one instance of each activity in entire app
<p>I want to keep a <strong><em>single instance</em></strong> of every <code>Activity</code> I start in my application. The launchMode <code>singleTask</code> was an option but it is working for only one <code>Activity</code>.</p> <p>I want </p> <ul> <li>to start an <code>Activity</code> if there is no instance and i...
I want to keep a single instance of every Activity I start in my application. The launchMode singleTask was an option but it is working for only one Activity . I want to start an Activity if there is no instance and it is called. and if any other instance of that Activity is present already then that instance will brou...
android|android-activity|launchmode
8
2016-04-25T12:14:47.713Z
2,016
4
12
0
7,093
3
955
53
3
0
false
false
true
false
false
false
medium
36,840,391
View Dosen't resize after call view.setY(float number) and view.setTranslationY(float number) in android
<p>I want to change the size or move during user scroll RecyclerView</p> <p>There is <code>LinearLayout</code> And <code>RecyclerView</code> in Android</p> <p>I need to change LinearLayout height size during RecyclerView Scrolled, So On <code>RecyclerView</code> -> <code>setOnScrollListener</code> -> <code>onScrolled...
I want to change the size or move during user scroll RecyclerView There is LinearLayout And RecyclerView in Android I need to change LinearLayout height size during RecyclerView Scrolled, So On RecyclerView -> setOnScrollListener -> onScrolled i tried this code : [CODE]
android|scroll
1
2016-04-25T12:19:42.157Z
2,016
4
12
0
42
0
270
104
2
1
true
true
false
false
false
false
low
36,840,454
Is there any way to customize message "This app won't run unless you update Google Play services" or Skip the message by user choice
<p>We have implemented, GCM ( Google Cloud Messaging ) for sending notifications to App.</p> <p>If the Google Play Service in a particular device, is not the latest as required, the app display the above message on start of App. We have implemented the same in SplashScreen.java activity in our app. So it is visible fo...
We have implemented, GCM ( Google Cloud Messaging ) for sending notifications to App. If the Google Play Service in a particular device, is not the latest as required, the app display the above message on start of App. We have implemented the same in SplashScreen.java activity in our app. So it is visible for few secon...
android|google-cloud-messaging|android-notifications
2
2016-04-25T12:22:50.867Z
2,016
4
12
0
88
1
1,165
132
3
0
false
false
false
false
false
false
low
36,840,573
Android Espresso - No views in hierarchy found matching
<p>I have an android app that I'm trying to do some basic testing on. </p> <pre><code>public class TimePickerTest { @Rule public ActivityTestRule&lt;MainActivity&gt; mActivityRule = new ActivityTestRule&lt;&gt;(MainActivity.class); @Test public void timePickerReturnsATime() { onView(withId(R.id.timePickerLayout...
I have an android app that I'm trying to do some basic testing on. [CODE] When I run this, I get "No views in hierarchy found matching". And it lists up a huge list of the hierarchy. The beginning looks like this: [CODE] It has tons of views which is hard to identify and the id number doesn't make sense to me. How do I...
android|testing|android-espresso
1
2016-04-25T12:27:44.987Z
2,016
4
12
0
1,498
0
537
55
3
2
true
true
false
false
false
false
low
36,840,725
error : couldn't read row 0 , col -1 from cursorWindow make sure the cursor is initialized correctly before accessing data from it?
<pre><code>private void populateQuestionList() { int QuestionTableSubjectId = questionModelObject.getSubjectId(); ArrayList&lt;QuestionModel&gt; questionArrayList = QuestionManager.getQuestionManager(this).getQuestionBySubjectID(QuestionTableSubjectId); LayoutInflater inflater = (LayoutInflater) getSystemSe...
[CODE] This method for show question in list calling method getQuestionBySubjectID from data base and the code [CODE] Whats wrong with this code? I do not know what is the error (in Cursor).
android
1
2016-04-25T12:34:08.283Z
2,016
4
12
0
167
1
190
131
1
2
true
false
false
false
false
false
low
36,840,825
Clarification about ios and android push and ionic
<p>This may sounds stupid, but after I read a lot about this topic Im still a little bit confusing about push.</p> <p>To me there are 2 kind of push:</p> <pre><code>1 - When your phone is idle and suddenly an "alert" pops up in the phone telling you something has happened with your app 2 - When you are "inside" the a...
This may sounds stupid, but after I read a lot about this topic Im still a little bit confusing about push. To me there are 2 kind of push: [CODE] After been testing and reading the documentation for ionic push [CODE] Im still not sure if ionic push provide #1 or #2. They say a lot about APNs (which I understand has to...
android|ios|ionic-framework|push
0
2016-04-25T12:38:34.310Z
2,016
4
12
0
45
1
496
50
4
4
true
false
false
false
false
false
zero
36,840,870
MPAndroid chart combined chart not displaying data
<p>I am trying to use MPAndroid chart to display 2 sets of data. There is no syntax error or crash but no data is being displayed. Here's my code. </p> <pre><code>ublic class WorkoutSummary extends Activity { private CombinedChart mChart; List&lt;Float&gt; hr_list = new ArrayList&lt;Float&gt;(); List&lt;Float&gt; calo...
I am trying to use MPAndroid chart to display 2 sets of data. There is no syntax error or crash but no data is being displayed. Here's my code. [CODE] The page crashes every time I run. The log says, "One or more of the DataSet Entry arrays are longer than the x-values array of this ChartData object." I logged my x-axi...
java|android|mpandroidchart
0
2016-04-25T12:40:00.157Z
2,016
4
12
0
638
1
379
50
3
1
true
false
false
false
false
false
zero
36,840,925
Adding ScrollView
<p>I need a lot of text in my app, and so far, the text just stops at the bottom of my screen. It's not scrollable, so I need a scrollview on my page. Now I understood that it's just something like putting <code>Scrollview</code> in your <code>activity_main.xml</code>, but that hasn't worked out for me yet. </p> <p>Th...
I need a lot of text in my app, and so far, the text just stops at the bottom of my screen. It's not scrollable, so I need a scrollview on my page. Now I understood that it's just something like putting Scrollview in your activity_main.xml , but that hasn't worked out for me yet. The text itself is put in my strings.xm...
java|android|eclipse|layout
0
2016-04-25T12:42:17.123Z
2,016
4
12
0
52
4
545
17
4
2
true
false
false
false
false
false
zero
36,841,128
onBackPressed in Fragment Google Maps
<p>I have a main activity, with the fragment that switches, something simple</p> <p>Activity main.xml</p> <pre><code>&lt;FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" ...
I have a main activity, with the fragment that switches, something simple Activity main.xml [CODE] This is xml map Fragment [CODE] The map is loaded, everything happens right, the problem is that I have the Fragment A -> Fragment B -> Fragment Map when pressed onbackpressed to return to the Fragment B, it returns to fr...
android|google-maps|android-fragments|fragment|onbackpressed
0
2016-04-25T12:50:57.820Z
2,016
4
12
0
603
0
750
37
5
4
true
true
false
false
false
false
zero
36,841,167
On Scrolling Of listview radio button is automatically changing its state and some are previously checked in android
<p><a href="http://i.stack.imgur.com/KxGId.png" rel="nofollow">it is list of student selected by me</a> <a href="http://i.stack.imgur.com/hTsAp.png" rel="nofollow">it is list of student already selected when i scroll list</a> in my custom list view when i am running application then radio buttons at bottom are alr...
it is list of student selected by me it is list of student already selected when i scroll list in my custom list view when i am running application then radio buttons at bottom are already checked when i am checking upper radio button .how can i set radio button so that its state never change on scrolling list . Here i...
android|listview|radio-button|radio-group
0
2016-04-25T12:52:32.433Z
2,016
4
12
0
2,137
3
415
116
4
3
true
false
false
false
false
false
zero
36,841,213
Transmitting problems in Altbeacons from android to Ios device
<pre><code>Beacon beacon = new Beacon.Builder() .setId1("XYZ MY UUID") // UUID for beacon .setId2("1") // Major for beacon .setId3("5") // Minor for beacon .setManufacturer(0x004C) // Radius Networks.0x0118 Change this for other beacon layouts//0x004C for iPhone .setTxPower(-56)...
[CODE] hello guys, i am using this code in android for transmit beacons and using ios device for detect or receive advertisement. but in my ios device, i am not getting any notification. is there any mistake in my code ? please help... i am using AltBeacon library for that.
android
1
2016-04-25T12:54:31.040Z
2,016
4
12
0
34
0
274
62
1
1
true
true
false
false
false
false
low
36,841,339
Write and Read sqlite .db file in Phonegap by using FileSystem API
<p>Hi I have a task to read the existing device sqlite .db file and write it in binary format and store the data into my server.. And whenever I need it for restore from server and I can replace data with device .db file. For POC(proof of concept) I have done it locally(stored .db file in sdcard and replaced the same...
Hi I have a task to read the existing device sqlite .db file and write it in binary format and store the data into my server.. And whenever I need it for restore from server and I can replace data with device .db file. For POC(proof of concept) I have done it locally(stored .db file in sdcard and replaced the same with...
android|sqlite|cordova|mime-types|html5-filesystem
0
2016-04-25T12:59:52.070Z
2,016
4
12
0
388
0
1,164
66
5
2
true
true
false
false
false
false
zero
36,841,373
why arraylist clear to temporery as well as original?
<p>I am working with arrayList data.so I have 4 array list.I have 3 arraylist are fill with data one of as for temporery store arraylist as per selection. my code is below.</p> <pre><code> if(App.SubPosition==0){ if(custList.size()&gt;0) custList1=custList; } ...
I am working with arrayList data.so I have 4 array list.I have 3 arraylist are fill with data one of as for temporery store arraylist as per selection. my code is below. [CODE] run above code it will display log as per below. If I clear only custlist then it is also clear to custlist1 arraylist. why is it happen? Your ...
java|android|arraylist
0
2016-04-25T13:01:05.447Z
2,016
4
13
0
68
3
347
53
3
1
true
false
false
false
false
false
zero
36,841,440
Proguard error log giving wrong library/class name
<p>I been trying to generate an APK with <code>Proguard</code> and every time I get this error. It warns me about some inner class that I can't find and the name seems to be obfuscated like the following:</p> <blockquote> <p>class Error:(b.a.a.a.a.b.o)</p> </blockquote> <p>here is my proguard file:</p> <pre><code>...
I been trying to generate an APK with Proguard and every time I get this error. It warns me about some inner class that I can't find and the name seems to be obfuscated like the following: class Error:(b.a.a.a.a.b.o) here is my proguard file: [CODE] And here is the complete error log I'm getting: Error:warning: Ignorin...
java|android|ide|proguard|android-proguard
0
2016-04-25T13:03:29.713Z
2,016
4
13
0
667
1
4,701
50
5
1
true
false
false
false
false
false
zero
36,841,491
Algorithm for LED light detection using android phone's camera
<p>I'm trying to detect the status of an LED light using an android phone's camera. The camera app is using the onpreviewframe method to take each frame and using the luma part of the YUV file (each frame taken is saved in a buffer as a YUV file, the first width*height bytes of YUV are the luma part and include the gra...
I'm trying to detect the status of an LED light using an android phone's camera. The camera app is using the onpreviewframe method to take each frame and using the luma part of the YUV file (each frame taken is saved in a buffer as a YUV file, the first width*height bytes of YUV are the luma part and include the graysc...
java|android|algorithm|image-processing
0
2016-04-25T13:05:56.587Z
2,016
4
13
0
1,503
0
1,210
62
4
0
false
true
false
false
false
false
zero
36,841,521
java.lang.UnsatisfiedLinkError in NDK android studio
<p>I am trying to make a simple program using NDK but i am getting the same error again and again i have applied all the solutions from stack overflow but still i am getting same error. Eventhough, my code compiles correctly and my libraries load correctly but when i run my app it throws "java.lang.UnsatisfiedLinkErro...
I am trying to make a simple program using NDK but i am getting the same error again and again i have applied all the solutions from stack overflow but still i am getting same error. Eventhough, my code compiles correctly and my libraries load correctly but when i run my app it throws "java.lang.UnsatisfiedLinkError" E...
java|android|android-ndk
0
2016-04-25T13:07:22.473Z
2,016
4
13
0
757
1
533
52
3
5
true
false
false
false
false
false
zero
36,841,566
POST fails after second callback
<p>From my Android App, the first time I call to my RestAdapater API with retrofit it executes correctly but if I try to do this again I get a the following error:</p> <blockquote> <p>error retrofit.RetrofitError: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was S...
From my Android App, the first time I call to my RestAdapater API with retrofit it executes correctly but if I try to do this again I get a the following error: error retrofit.RetrofitError: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 pat...
android|post|retrofit
0
2016-04-25T13:09:42.143Z
2,016
4
13
0
43
0
577
32
3
2
true
true
false
false
false
false
zero
36,841,739
Can not connect my android project with parse-dashboard locally
<p>Am trying to connect my android program to the parse server dashboard. i have created the dashboard successful, i have tried searching everywhere, but its like there telling me d same thing i have done, here is my code thank u..`</p> <pre><code>****StarterApplication.java**** package com.parse.starter; i...
Am trying to connect my android program to the parse server dashboard. i have created the dashboard successful, i have tried searching everywhere, but its like there telling me d same thing i have done, here is my code thank u..` [CODE]
android
1
2016-04-25T13:18:03.420Z
2,016
4
13
0
91
2
236
63
1
1
true
false
false
false
false
false
low
36,841,965
ParseQueryAdapter.setAutoLoad(true) does not refresh data
<p>I want to auto load the data updated to the parse cloud. I am using ParseQueryAdapter to request updated data from Parse. I have also set commentsQueryAdapter.setAutoLoad(true) but it still doesn't refresh the data.</p> <pre><code>//Set up a customized query final ParseQueryAdapter.QueryFactory&lt;ParseComments...
I want to auto load the data updated to the parse cloud. I am using ParseQueryAdapter to request updated data from Parse. I have also set commentsQueryAdapter.setAutoLoad(true) but it still doesn't refresh the data. [CODE]
android|parse-platform
0
2016-04-25T13:26:43.850Z
2,016
4
13
0
40
1
222
57
2
1
true
false
false
false
false
false
zero
36,842,011
Android creating BitmapDescriptor exception
<p>I'm writing an application that works alot with google map and markers on it. My task is to create and display some amount of markers on google map. Markers have custom image and text in it. Data is loading from server and i need to display new amount of data every time user moves google map camera. So i'm using and...
I'm writing an application that works alot with google map and markers on it. My task is to create and display some amount of markers on google map. Markers have custom image and text in it. Data is loading from server and i need to display new amount of data every time user moves google map camera. So i'm using androi...
java|android|google-maps|google-maps-markers|google-maps-android-api-2
8
2016-04-25T13:28:25.797Z
2,016
4
13
0
10,141
4
835
43
5
3
true
false
true
false
false
false
medium