I am a newbie android developer. Looking for ui ideas for a loan app am developing. I saw this from an app. Any ideas how i can implement something like this....
.
I mean the popup keyboard with the decimal point.
Thanks
Asked
Active
Viewed 937 times
0

jeydee
- 49
- 3
-
1http://stackoverflow.com/questions/9577304/how-to-make-a-android-custom-keyboard look here – fecub Aug 29 '13 at 09:51
-
1Refer this to start with http://www.fampennings.nl/maarten/android/09keyboard/index.htm – Ritesh Gune Aug 29 '13 at 09:55
1 Answers
2
It's regular dialog (DialogFragment
) with custom layout to make look as you want.

Marcin Orlowski
- 72,056
- 11
- 123
- 141
-
-
@Marcin , with all due respect to you, do you really think that is an answer? :) – Ritesh Gune Aug 29 '13 at 10:00
-
1Yes. It's fishing pole, not a fish. If you can't now search for "android dialog customview tutorial" there's no hope for you anyway :) – Marcin Orlowski Aug 29 '13 at 10:33