Questions tagged [android-controls]

24 questions
1
vote
0 answers

How to create a custom Layout View in android with a Textview and Image view init

how to create a custom layout View in Android So that I can put an ImageView and a TextView under it . thanks in advance.
BlackRoot
  • 504
  • 1
  • 9
  • 29
1
vote
1 answer

Which control is being used in the Date Selection of Android Calendar App

I'm trying to mimic the Date Selection control of the New Event screen of the Android Calendar App. The one circled in the picture below. I already have the Dialog popping up, but what is the control that holds the date with the icon on the bottom…
Jonas Stawski
  • 6,682
  • 6
  • 61
  • 106
1
vote
0 answers

Android: use DatePicker control for regular numbers

I really like the look of the DatePicker control provided by Android: http://developer.android.com/guide/topics/ui/controls/pickers.html But I haven't been able to find a way to use this kind of control for other entities (regular numbers, strings,…
Nathan Friend
  • 12,155
  • 10
  • 75
  • 125
1
vote
1 answer

Why when I create new xml layout the control in palette change to old version of control in Android?

First I create my project that minSdkVersion="13" and targetSdkVersion="15". But when I create new xml for layout, the control of the Palette at the left side show the old version of control. And When it's launch in emulator(version 4.0.3) it's…
kongkea
  • 9,788
  • 12
  • 39
  • 49
1
vote
2 answers

List event handlers for an Android control

I am new to Android development and Eclipse. I have been coding on ASP.Net and MS Visual Web Developer for years. In VWD, when you add a control to the design view, double clicking on it will automatically bring you to code view for the OnClick…
Jason
  • 13
  • 4
0
votes
1 answer

How to create custom Numeric Up Down control like ajax in android?

I cannot find any control in android as like Numeric Up Down in ajax. Please suggest me any usable link or provide some code for creating Numeric Up Down control in android.
Sushant Bhatnagar
  • 3,684
  • 10
  • 31
  • 42
0
votes
0 answers

use a pysical gamepad to operate android application

I need to use a gamepad (physical joystick and button) to opeate my android application. I check the related offical documentation:enter link description here. and my code: but no toast when I connect and operate the gamepad. Do I need other related…
Jieke Wei
  • 303
  • 1
  • 4
  • 12
0
votes
0 answers

Have Android contains number selection control?

I want to use some dialog control like this (image with calendar or time dialog): number selection dialog.User can select one of set of numbers (0-9) and the latest choise will be commit. Have Android some controls like i want? Or i should implement…
Admiral Land
  • 2,304
  • 7
  • 43
  • 81
0
votes
3 answers

A control which displays multiple lines of text in android

I like to add a control in my app. The specialty of the control is it contain multiple lines of text (eg 5 lines) and does not contain a scrollbar. I will explain through the below example. |-----------------| | text1 | | text2 …
Riskhan
  • 4,434
  • 12
  • 50
  • 76
1
2