Android Development: Open existing application in fragment -
I have to make a scheduler application for the Android tablet. What is a way to use the existing Android calendar app in a frame / piece? Example: On the left side of the screen will be a list of unplanned placements removed from a content provider. On the right side of the screen should display a calendar (preferably out-of-the-box calendar on Android device) with week and day views. Is it possible to do something like this with Android development? If not, do you have any suggestions for proceeding with this design?
What is a way to use an existing Android calendar app in a frame / piece?
You are welcome to use the calendar view
widget, or various open source replacements, to render the calendar, but you can automatically create a third- Party UIs can not be embedded.
Comments
Post a Comment