Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write on android studio a Implement a simple DialogFragment with text that displays as a Dialog on small devices, but on large devices, embed the

Write on android studio a Implement a simple DialogFragment with text that displays as a Dialog on small devices, but on large devices, embed the Fragment into the right pane of the two-pane layout

Android's screen size definition

320dp: a typical phone screen (240x320 ldpi, 320x480 mdpi, 480x800 hdpi, etc).

480dp: a tweener tablet like the Streak (480x800 mdpi).

600dp: a 7 tablet (600x1024 mdpi).

720dp: a 10 tablet (720x1280 mdpi, 800x1280 mdpi, etc)

https://developer.android.com/guide/practices/screens_support.html

In the left pane, you can have list of values, when clicked, on the right pane it shows a message. However on small device, it will display a list of value, when clicked display a dialog with a message.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 11 The Database For Big Data And Analytics

Authors: Cristian Molaro, Surekha Parekh, Terry Purcell, Julian Stuhler

1st Edition

1583473858, 978-1583473856

More Books

Students also viewed these Databases questions

Question

10. Are you a. a leader? b. a follower? _______

Answered: 1 week ago