Questions tagged as 'android-studio'

0
answers

Problem with generating Gradle

Good afternoon ... I have a serious problem, I already researched in forums and whatsapp groups and I could not solve it, I realized that it is only in windows 10 ... Come on: My problem is this, every time I install Android Studio and I'm...
asked by 01.06.2017 / 19:10
0
answers

I have a problem in CardView to pull in a layout in TabsAdapter

Hello, I can not pull my CardView. I use Tabs for page scrolling to get easier. Rather than just pulling a list of things using ReciclyerView, I pull the Layouts I've created. That said, my cardview on the list is populated, but when I go to...
asked by 01.06.2017 / 21:35
1
answer

Indentation with problems in Studio

I'm getting a lot of code indentation in Android Studio . My code is very ugly as the image shows and I can not indent it. I have already changed the keymap to eclipse, netbeans and it seems that nothing solves. Can anyone help me with ho...
asked by 02.06.2017 / 13:02
0
answers

Strange characters bug in Android Studio UI

Has anyone seen a similar problem?     
asked by 20.05.2017 / 21:00
1
answer

Error translating previously marked strings as not translateable

Hello, did anyone ever go through this? I checked some strings as Untranslatable in the Android Studio String Editor just to speed up the launch. In this update, I reopened the Android Studio Editor I took the checks and translated as usual....
asked by 21.04.2017 / 18:17
1
answer

How to set the click in the ListView

Well, I created a search screen with Pain text and added a ListView to show the suggestions, but how do I click the item that appears in the list? Java code public class Tempo_Real extends AppCompatActivity { EditText edtlinha,edtparada...
asked by 20.04.2017 / 19:31
0
answers

Mark LocationService

I'm trying to create a system where I select an address and the application identifies my position and traces a route to the selected address, but I'm encountering some problems that I have not yet found answers to. the first one and mark my p...
asked by 05.04.2017 / 16:03
0
answers

Error publishing project in Github by Android Studio

I'm trying to share a project I have in Android Studio with git but it always returns me the following error: Successfully created project 'nome' on GitHub, but initial push failed: Could not read from remote repository. Looking on the inte...
asked by 06.04.2017 / 08:54
1
answer

Importing projects and modules from Android Studio via Git

Hello! Good afternoon. I'm a bachelor student in information systems and I'm practicing Android development. My teacher made available a Git link containing a pack of each subject covered in his classes, separated by modules / folders. As if the...
asked by 27.03.2017 / 20:42
0
answers

How to list multiple items horizontally with title and description?

I'm developing a virtual store for Android and would like to list the products horizontally with its title, price and description, I tried to do using LinearLayout but it ended up giving error due to the quantity I used, I would appreciate it ve...
asked by 07.04.2017 / 00:25