Questions tagged as 'android'

1
answer

Google Maps API: Change default marker image

Hello, I'm testing the Google Maps API in my android app, and I learned that you can change the default bookmark icon, but when I added my PNG image to the project, the icon got an absurdly large size. How can I do this not to tell you that my im...
asked by 06.05.2017 / 04:39
2
answers

Authentication screen with SQLite

I have to perform the authentication of the user, but when I inform the user and the correct password it enters the menu screen, so far so good. The problem is that when I type a bad password or user, I want it to display a user not found messag...
asked by 17.05.2017 / 01:07
1
answer

Error when syncing grandle with mask library for fields

I'm trying to install a dependency for masquerading fields but when I add it, I have problems, in the log the following message appears:    Error: Execution failed for task ': app: processDebugManifest'.   Manifest merger failed: Attribute ap...
asked by 16.05.2017 / 15:15
1
answer

When should I use ConstraintLayout?

In addition to RelativeLayout , FrameLayout , LinearLayout , TableLayout , among others already existing, that greatly meet the needs related to layout , Google announced Google I / O 2016 or ConstraintLayout "....
asked by 26.03.2017 / 03:00
1
answer

How to create Local Date variable getter?

I have a class called Hospede , where I have the getData_entrada() method, which returns a LocalDate variable (new java8 API). However, when I try to capture this method, it always returns me ' null '. Detail: When I...
asked by 17.03.2017 / 15:16
2
answers

Is it possible to create mobile games with C # only? [closed]

Is it possible to create mobile apps as much as Android and IOS using only C # in visual studio? the app in question is a game     
asked by 12.05.2017 / 03:33
1
answer

Text to Speech Translation App - Android

Hello, I'm a beginner in android and would like to do a simple translator, where the user type anything and click on the button with the desired language to translate aloud, what would the translation algorithm look like in other languages? Follo...
asked by 11.05.2017 / 19:18
1
answer

Dotted / Dashed Line

I'm trying to create a split line in my App as shown below. Drawable / dotted.xml : <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="line"> <stroke...
asked by 11.05.2017 / 13:22
1
answer

Cordova, how to change the color of the control bar: back, home and windows

I'm not sure the name of the component but the image below clarifies what I need, I apologize right now ... I need to change the color of this component on the cord     
asked by 07.03.2017 / 14:41
1
answer

Why does Retrofit throw an exception when the status code is 204?

After a GET query only to check if a content exists on the server, the return is 200 (exists) or 204 (does not exist). Why does Retrofit throw the exception below when the server returns the Status Code: 204 In Content ?    java.net.P...
asked by 08.03.2017 / 21:39