Questions tagged as 'android'

2
answers

How do I make a fragment finish before the bottom bar? - Android

I have a fragment with a listView and it does not show me the last element because it is below the bottom bar of Android, how can I put the bottom margin so it does not get under? fragment_list.xml <ScrollView xmlns:android="http:/...
asked by 24.11.2016 / 17:37
1
answer

PATCH request with Volley does not work

I tried to update the data of my server with Volley by means of the PATCH method sending the data in a body, the form is the following: String url = getString(R.string.ws_base) + getString(R.string.ws_ip) + getString(R.string.ws_servicios);...
asked by 28.10.2016 / 22:07
0
answers

Implement a BottomBar without Fragments?

Let me explain, I have a BottomBar implemented with 5 Fragments, but it gives me a lot of problems, I can not do practically nothing, because each fragment is extended as Fragment , not as FragmentActivity . public class Mai...
asked by 27.10.2016 / 22:09
0
answers

How to Create a Widget From Java Code?

I asked myself and I was working on another test with the widgets and I was wondering if I could create a widget from code. An idea of what I'm saying: create an app that when you place text in an EditTex and select an image, create a new widget...
asked by 26.10.2016 / 23:58
1
answer

Android studio (Api google maps) Api

Hello, I'm doing a job in which I must occupy an api of google maps , I already got my api and added it to my code but whenever I want to run it on my cell phone or machine it appears error:    Error: Execution failed for task ': app: transf...
asked by 27.10.2016 / 19:31
1
answer

Doubt to pass an icon from ViewHolder to an activity

I have a reciclerView with a list and each element is a card_view with time information, including an icon, all that loads me well, in the onCreate of the adapter I put a listener so that when pressed an element of the view, go to...
asked by 26.11.2016 / 17:50
0
answers

The fragment does not open full on the screen

My problem lies in the following, I have 3 listview in a fragment, which runs me pretty well, the question is that when I fill the ListView respectively, you notice that it loads everything but it does not look on my screen, a miniScroll...
asked by 28.11.2016 / 01:55
1
answer

In a PackageManager list how to get the path of a particular app with a selection

As you are hoping that well. My problem is as follows I created an app list in a listView using the methods of PackageManager and PackegeInfo, but I have wondered how to find the route of that app through a selection and select the path of that...
asked by 16.10.2016 / 00:39
1
answer

Save two images, bitmap and uri

Good evening, I have an application that takes pictures and brings them from the gallery, I can take the photo and I save it in a URI as well as the image I bring from the gallery, now my question is, how do I create a bitmap with the same image...
asked by 14.10.2016 / 00:06
0
answers

Help Find the path of the App installed by the user

What I want to achieve is to get the path of an app that is displayed in listView by a click, but I can not find a way to make it happen if someone knows please help. My code is this my current code: The main activity code: ListView apps; Pac...
asked by 12.10.2016 / 19:53