Tagged Questions
Android is Google's OS for digital devices [Phone, Tablet, Auto, TV, Watch, Glass]. Please use Android-specific tags such as android-intent, not intent. For non-developer/programming questions, use http://android.stackexchange.com
-2
votes
0answers
2 views
How to extract date, weekday and date bounds from sentence android(java)?
I'm trying to extract data from sentences like this:
"every day before 27 march"
"mon, wed, sun except 29,30 march, 1,2 april"
"weekdays after 20 march"
"weekends before 3 april"
...
0
votes
0answers
3 views
Android Notification on exact time
Is there any alternative to setExact() method of AlarmManager? I want to show Notifications on exact time, but I do not want to lift my minSdkVersion to 19. Now I am using set() method of AlarmManager ...
0
votes
0answers
2 views
Android - No such table SQLite
I'm trying to read data from a SQLite, when I try to create the cursor to see if exists, the LogCat says :
Process: palindrome.com.practicabasedadesxmlthreads, PID: 5229
...
0
votes
0answers
4 views
Manage modules in Android Stuido (Intellij?)
I am using android studio but this may be a general Intellij question (I'm used to eclipse). This seems like it should be super simple, but I can't figure it out.
I want to run a module in a project ...
0
votes
0answers
6 views
URL Shortener API Limit exceeded (Code: 403)
I developed an android app, which is in the play store for few weeks.
The app shortens a URL with the Google URL Shortener API.
After almost exactly 1 month after the generation of the API key , I ...
0
votes
0answers
6 views
“No view found for id for fragment” when using nested fragments in android
I have an Activity called summaryActivity includes a fragment called completionFragment which has a popup called payment popup which has an EditText component when focus to it I need to display the ...
0
votes
0answers
8 views
View created dynamically not responding to OnClickListener
I have a view called EventListSmallView and FollowerFollowingView that extends RelativeLayout and are created dynamically in my activities.
The problem is:
If i set onClickListener for the ...
0
votes
0answers
6 views
edit text not loading url into webview and app crashes on button press
fellow noob here having problems with my first app. What i am trying to achieve is to have Edit Text in the Action Bar which would accept and user typed URL and load it in the webview preferably ...
0
votes
1answer
11 views
Android - When does runOnUIThread take place?
I've got a separate thread that handles some information and needs to let the user know of an error if something comes up during its execution, so right now I'm calling runOnUIThread() in order to ...
0
votes
0answers
5 views
New Android phone with app in development distribution can't get location
I'm developing an application with location. The app will be distributed ad-hoc. the problem is that new android phones can't detect the location. I need to open Google Maps app, accept the terms and ...
0
votes
0answers
8 views
Gradle issues with Auto-generated code like Dagger2 in Continuous Integration
I am using AutoParcel and Dagger2 for autogenerated code, which requires use of the gradle android-apt plugin. Which means that the first compile fails, but when you run the task for a second time, it ...
0
votes
0answers
6 views
android location google api
im using google location api.
I register project in google development console.
when i run, my app is crashing.
"There is an error in application"
please help
public class MainActivity extends ...
0
votes
0answers
4 views
How do I scale a large number of UiAutomator tests?
I have generated about 60 Android UI tests using UiAutomator, but I'm wondering if there may be a better way to implement them. Most of the answers I find (below) are simple one-test examples that ...
-2
votes
0answers
19 views
java.text.ParseException When Converting String to Date
I am trying to convert a date string to a date but get a java.text.ParseException.
The string is 03-26-2015 08:34. This string is passed to my activity as an extra from another activity. The string ...
0
votes
0answers
2 views
Could not read script '…\signing.gradle' as it does not exist
I'm trying to build Aptoide's Open Source Client. I've tרied to open or import Aptoide 5.1.1 client code to Android Studio and received this Error message:
Error:(4, 0) Could not read script ...