Questions tagged as 'android'

1
answer

Verify that Notification is active

I need to identify if a Notification specifies (ID Notification) is still active in the Android notifications list. Status: I have a method that cancels Notification so far everything is working correctly, however, I need to cancel a noti...
asked by 11.02.2016 / 20:03
1
answer

HttpPost is not resolved in my class in my application

I can not import org.apache.http.conn class into my application in Eclipse. This is my class: package br.com.cadastro.cadastrocompleto.suporte; import java.io.IOException; public class WebClient { private String url; publ...
asked by 11.02.2016 / 16:00
1
answer

How to decrease the apk size generated in unity?

In Unity I noticed that the apk generated without any texture image script configuration, ie nothing comes out with a size of 20 MB , because they come out with this size and you can decrease that size ?     
asked by 30.01.2016 / 00:47
1
answer

How do I put a scrollView inside a TextView if I already have a scrollView in the layout?

I put a scrollview in the layout and still needed to put a scrollview in TextView, however only one of them works, if it already has in the layout, the textView does not work. Does anyone know a way to leave them both? Thank you in advance.    ...
asked by 29.01.2016 / 17:35
1
answer

How to apply transparency gradually in a LinearLayout

Good morning! I'm having trouble finding some LinearLayout property to control transparency. My situation is as follows I have a LinearLayout with a background image, and I also have HomeScrollViewObserver for all the XML in the onScrollCh...
asked by 28.01.2016 / 14:10
1
answer

"Error: identifier expected" when trying to compile a project with videos in res / raw

I'm making an app just to manage videos that are already inside the application inside the res / raw folder, but when I'm going to compile without calling the videos, it gives the errors:    Error: identifier expected and    Error: ill...
asked by 08.03.2016 / 17:54
1
answer

JSON does not arrive complete when sending by Bundle

I'm trying to get the return of a push in android through the Bundle, however I'm having some problem performing bundle.getString("Message"); because it does not get all my answer that is in JSON format, it follows the format of the messa...
asked by 07.03.2016 / 15:22
2
answers

Update all table records with SQLiteDatabase.update ()

I have the following code to update a field in my table. I would like to know if I would like to change the "note" and "missing" fields in all the records in the table. Example: put all records with note = 8 and missing = 5 public void Upda...
asked by 31.03.2016 / 19:33
1
answer

Error compiling project.BuildGradle

I uninstalled android studio and installed again and now I can not compile my project. The following message appears: Error:Plugin with id 'com.android.application' not found. build.gradle : buildscript { repositories { j...
asked by 22.01.2016 / 10:49
2
answers

Build Gradle Eterno

I did not find anything like it. When I try to run projects from a book it looks like this:    "Gradle: Resolve dependencies: 'app: _debugCompile'" And it does not compile for anything. I changed my Gradle file to the versions I have. a...
asked by 21.01.2016 / 13:08