Questions tagged as 'android'

3
answers

Problem obtaining data from EXTRA_TEXT [closed]

In the design company for which I work we try to create a private messaging application which allows us to share different URLs from different applications such as social networks, so that when we share it, it is added in the body of the message...
asked by 18.11.2016 / 12:54
2
answers

CardView with Fragment is it possible?

I'm trying to show a CardviewLayout inside a Fragment, but I can not do it, it shows the following error: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setText(java.lang.CharSequence)' on a null...
asked by 19.11.2016 / 22:20
1
answer

Create hyperlink to video from itext for android

Good morning. Developing an app and using the itext library for android, I need to show the path of some videos in the generated pdf document, and when clicking on them, open the video player and play them. They are videos stored locally....
asked by 15.11.2016 / 11:56
1
answer

Android How to refresh a drawer menu?

Good morning. I have a drawer menu which I assigned some data to, but to be able to see the result I have to close the application and reopen it again, so I've been looking for a way to update the drawer menu (side menu) to see the changes wi...
asked by 18.11.2016 / 14:32
1
answer

Application dies when a Thread enters suspend

I have an error when the miHilo.suspend(); , my application closes and shows me this error in the console.    11-14 10: 50: 38.088 2390-2536 / com.example.root.juegopuchale   E / AndroidRuntime: FATAL EXCEPTION: Thread-1788             ...
asked by 14.11.2016 / 17:15
0
answers

Customize default dialog of GoogleApiAvailability

Hi, I have this method that checks if GooglePlayServices exist on the device: public static boolean isGooglePlayServicesAvailable(Activity activity) { GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.getInstance(); i...
asked by 15.11.2016 / 09:42
1
answer

Error in android Caused by: libcore.io.ErrnoException: connect failed: ETIMEDOUT (Connection timed out)

I am making an application that sends an image to a server but at the time of sending it I get an error. I have to send it via 3G / 4G and I can not do it ... it's a public ip Here my code URL url = new URL(webAddressToPost);...
asked by 12.11.2016 / 03:19
0
answers

InAppPurchases from google, merchant account?

I'm a little lost with this "merchant account" I'm implementing In App Purchases in an app I did a while ago, everything is fine but apparently I already had a "merchant" account and google did not ask me when adding virtual products in goo...
asked by 14.11.2016 / 03:37
1
answer

How to modify the source of a list in android?

What I want to do is that my list in my android app have a different letter with more style, I already have fonts of type .ttf in the assets folder and I already did it with a textview but I could not implement it in a list Here is my Java cl...
asked by 14.11.2016 / 00:20
1
answer

How can I send a complete sqlite table to mysql in android studio?

I need to send all the information from my table: String create_aguacate_table = "CREATE TABLE " + TABLE_AGUACATE + " (" + COLUMN_IDAGUACATE + " INTEGER PRIMARY KEY, " + COLUMN_CALIBREAGUACATE + " TEXT, "+ COLUMN_PRECIOAGUACATE + " TEXT, " + C...
asked by 11.12.2016 / 04:36