Questions tagged as 'android'

1
answer

How to Load TableView Dynamically

Hello, I'm having trouble creating a menu dynamically by loading directly from a list. In my project this is as follows <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xm...
asked by 17.10.2016 / 18:00
1
answer

Error IONIC dependencies not found

Hello, I'm having an error in IONIC when using commands to compile for android. Appears this error every time I try one of these commands on ionic run android --target meuDispositivo ionic build android The following messa...
asked by 13.10.2016 / 16:38
1
answer

Android Complex Type ksop2

I've been working for days developing an application that consumes a Soap web service.  Sending a complex type I'm getting, how should I do to send more than one complex type? The integration key I can send, but the ID, I can not get through,...
asked by 18.10.2016 / 14:25
1
answer

Android Delphi XE8 Home screen

Good morning, I would like to know if you can remove the initial screen (flame icon followed by the black screen) that appears in the applications developed in Delphi XE8. Thank you.     
asked by 02.05.2016 / 15:45
1
answer

Progress Bar with AsyncTask and with several download links

I have an AsyncTask that downloads several images that I pass through an ArrayList with the download links and I use a progress bar and it is not working perfectly. The progress bar restarts every link that downloads the image, I think I have...
asked by 14.05.2016 / 06:17
2
answers

Loading screen / Loading screen

How to make a screen similar to that on android? Making the bar fill     
asked by 03.10.2016 / 04:57
2
answers

How could I make an image inside a ScroolView stay fixed and all content "scroll" down "from the image?

Hello, I would like to know how I could do to keep a still image and the information roll underneath it, with all of that inside a ScrollView, follows layout and XML print Code: <ScrollView xmlns:android="http://schemas.android.com/...
asked by 12.04.2016 / 21:36
1
answer

Remove child from an ExpandedListView

Hello, I would like to know how to remove a subitem from an ExpandedListView, in other words remove the item from the adapter, the adapter receives a Map<Categoria, List<SubCategoria>> and then give a notifyDataSetChanged()...
asked by 04.04.2016 / 22:02
2
answers

Automatic Date and Time

I'm developing an application on Android and would like to know if anyone knows of an open source application or knows about the code that verifies that the Automatic Date and Time (provided by the network) option is enabled on the device. Th...
asked by 08.04.2016 / 14:41
1
answer

Set text if checked checkbox android

I have the following checkbox: <CheckBox android:id="@+id/papel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Papel" /> If it is selected it is to write paper, in the bookmark windows info, on...
asked by 24.03.2016 / 03:36