Questions tagged as 'android'

1
answer

How to use a list in the ListView Footer?

I added a Footer in a ListView, but this Footer will contain a list ( List<> ). Footer is appearing, but it is showing only the first item in the list. How to correctly display the list in Footer? Sample code in pastebin...
asked by 09.06.2014 / 16:21
2
answers

No input image

Android developers, I need to put an image at the beginning of the input: How can I do this?     
asked by 09.06.2014 / 16:21
1
answer

Phonegap installation issue

I'm away from home and need to keep my projects up to date, I bought a very simple notebook for my trip, and in the installation of PhoneGap this is giving an unusual error in my opinion because I had never seen it, / p> I have already ins...
asked by 19.06.2014 / 06:26
1
answer

Problem with widget setImageViewUri

I tried to create a widget with configuration that displays an image in the external storage, everything works as it should, but when it reboots the device the widgets do not load, show only the app icon. Here is the Provider code package a...
asked by 25.06.2014 / 08:16
2
answers

Does anyone have any information about Google not making ADT available for download any more? Did they set Android Studio as a tool?

If there is a question, I apologize, but I made an app and published these days. I was creating a new project, from another idea, and eclipse did not create the activity nor the layout, I thought it was outdated. Soon I updated everything in the...
asked by 14.12.2014 / 06:45
2
answers

Change "com.example" from an android application

I'm trying to get an app into Playstore, but the following error appears: "You must use a different package name, because" com.example "is restricted." What happens is that I have already changed the name of the package and the same error con...
asked by 09.12.2014 / 17:49
1
answer

Only the first checkbox is set from a listview by clicking anywhere in the item

Good morning. I'm new to the forum and a newbie to android. I created a ListView through a Base Adapter, with checkbox selectable, so far so good. But when I click anywhere on an item, only the checkbox of the first item is set. As in the image,...
asked by 24.07.2014 / 15:17
1
answer

Multiple alarms with AlarmManager

How do I set more than one alarm with AlarmManager ? I recently created a topic about services , and to not couple much I decided to create another: Look at the code I'm using: Calendar calendar = Calendar.getInstance(); calendar.set...
asked by 27.07.2014 / 07:27
1
answer

Ringer Mode Vibrate on Android

I would like to know if it is possible to programmatically call setRingerMode (RINGER_MODE_VIBRATE) without the device vibrating at the time the method is called? Android has a default behavior when setting up sound mode: vibrate when we sele...
asked by 26.08.2014 / 17:31
2
answers

pinch zoom android

Personally my problem is the second one. I need to expand a ImageView with that well known tweezers movement, but I'm already on the third day researching the internet how to do and hitting my head, but the most I got was a tutorial code...
asked by 21.03.2015 / 20:17