Questions tagged as 'android'

2
answers

App Automation Residential

I'm creating a home automation app, in it I have the main screen that by selecting the desired category it opens a second screen with the commands (example lights category, it opens the commands Light1, Light2, etc.), when clicking the ImageButt...
asked by 06.05.2015 / 14:45
1
answer

How do I set up an Activity to take up all screen space?

I want to hide to the notifications bar !!     
asked by 19.04.2015 / 18:06
1
answer

Help to Compare ID with String

Well, I'm developing a simple application that when started starts displaying random images and text on the screen just for learning and what I have so far is this: package br.com.appteste; import java.util.Random; import java.util.Timer; imp...
asked by 24.04.2015 / 00:55
1
answer

SharedPreferences within each ListView item

Let's go to the example below: I have two items in my ListView : Item 1 Item 2 Within each item has a calculator that stores the result. Being that: Item 1 = 0 Item 2 = 0 In the calculator that is in item 1, I add 20 or any...
asked by 05.12.2014 / 22:17
1
answer

Open a certain folder created by me on android [closed]

My application creates a folder in android and on a screen I want to have a button that when clicked opens that folder, and only the one I have specified, but so far I have not found anything about it.     
asked by 08.12.2014 / 02:57
1
answer

Handle json object

I have the following json : { "home":[ { "id":"1", "menu":"1", "title":"Titulo 1", "image":"image01.jpg", "url":"http:\/\/www.exemplo.pt\/images\/image01.jpg" }, {...
asked by 25.11.2014 / 17:06
1
answer

Error trying to fill a listview

I'm trying to populate my listview so historicos=banco.getAllH(); ArrayAdapter<HistoricoObjeto> itens = new ArrayAdapter<HistoricoObjeto>(this, android.R.layout.simple_list_item_1, historicos); this.lista.setAdapter...
asked by 24.11.2014 / 22:18
1
answer

How to customize a listView (scrolling)?

Given an Activity that has an adapter to populate a list of contacts: IfpossibleIwantedtogetthefollowingresultasintheimagebelow:    When scrolling up and down, display the initial letter of the element   listed in the adapter. Note: my a...
asked by 24.10.2014 / 18:14
2
answers

I need to squeeze my layout when you open the keyboard

I'm using a TableLayout that contains EditText , and when the focus is on EditText the keyboard opens and stays in front of important information, I'd like to be able to squeeze the layout when I open the keyboard. For my ent...
asked by 22.10.2014 / 19:04
1
answer

Add Facebook sdk 3.20.0 on Android Studio 0.9.2

I'm having trouble adding facebook sdk to Android Studio 0.9.2. Always return the following messages to me Failed to find: com.parse.bolts:bolts-android:1.1.2 Any solution? Imported the module into my project. My configuration of t...
asked by 12.11.2014 / 22:28