This week's book giveaway is in the Design forum.
We're giving away four copies of Experimentation for Engineers: From A/B testing to Bayesian optimization and have David Sweet on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

popup

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i have one requirement in android and i am new to android..in the main view(activity)there is one selection button when i click that a popup will come from the bottom of the app by showing some suggestible options(like 2 radio button)and select on of them...can any one suggest me some urls or any source of information please....
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What you need is an AlertDialog.
Recommended reading http://developer.android.com/guide/topics/ui/dialogs.html
 
Ravi kapa
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thakns for the reply..Better explanation is suppose when we click phone EditText then the alphabetic keyboard comes or appears from the bottom of the screen like that instead of alphabetic keyboard if i click EditText then datepicker should come from the bottom of the screen.......
 
Ravi kapa
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(sorry phone gives numeric keyboard)
 
Ravi kapa
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry and i think you understood my requirement please let me know any sugesstion
 
Bartender
Posts: 4179
22
IntelliJ IDE Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This will be some sorry of animation. I haven't added a lot of animation to my stuff yet so I don't really know the details but the Android developers Google plus account had been posting a lot on it recently and there are several videos On YouTube about animation. Perhaps one of those will be helpful.

http://m.youtube.com/user/androiddevelopers/videos?view=0&shelf_index=1&sort=dd&tag_id=
 
Ravi kapa
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Steve Luke wrote:This will be some sorry of animation. I haven't added a lot of animation to my stuff yet so I don't really know the details but the Android developers Google plus account had been posting a lot on it recently and there are several videos On YouTube about animation. Perhaps one of those will be helpful.

http://m.youtube.com/user/androiddevelopers/videos?view=0&shelf_index=1&sort=dd&tag_id=

Thanks for the reply......i saw some applications,when we click on any EditText the user input values with radio buttons are coming as a soft screen instead of normal softscreen(like text or numeric) is this also comes under animation or is there any input type(like <android:inputType:"Phone">) in xml layout file...refer me any related urls or resources if you know......
 
Ravi kapa
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i am not getting more resources in the internet regarding custom soft screen(like when we click on any EditText the according user input softscreen should appear instead of numeric and text) can anyone help me on this....
 
I yam what I yam and that's all that I yam - the great philosopher Popeye. Tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic