开发者

Help needed with android app code

开发者 https://www.devze.com 2023-03-12 19:56 出处:网络
I\'m looking to make a new type app that when the user open it for the first time it will open up a pop-up menu that contains multiple check boxes that the user can select from and will then save thei

I'm looking to make a new type app that when the user open it for the first time it will open up a pop-up menu that contains multiple check boxes that the user can select from and will then save their selections for later use. After the user selects their choices I would like to have a monthly based calender on this same screen that the user can select a date from and based on their 开发者_StackOverflowselection this will then take them to a separate screen showing the news for that day.

I am fairly new to android app development and this will be my first go at it. I have read several books and websites but cannot seem to find the help I need to produce the code for the above desired functions. Any and all help with this will be much appreciated.


Read these tutorials and you'll be able to create just what you need

Tutorials


Your question is very vague in fact, so I will only suggest a few points to start reading from, that I believe are important.

I think that you will answer any other questions you may have by reading through the developer documents for Android and studying the supplied examples. But don't hesitate to ask another, more specific question if you run into trouble.

tl;dr

  • Activities (must read!)
  • Dialogs (you will need these)
  • Data Storage (also important for the app you describe)

If you're still lost, just get some sample code from the repository and toy with it.

Good luck!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号