Mobile Computing Applications
CS 284 (MCA), Interim 2018
| sid | q1 | categ | annot |
|---|---|---|---|
| 28379 | Could you remind me what a multithreaded application is? | ||
| 28380 | What exactly is a "native peer" (not sure what "platform-specific counterpart of a Java component" means), and how does this relate to a heavyweight component? | ||
| 28382 | Importance of static and when it should be used | ||
| 28384 | Is it possible to write different Java code for AWT GUIs on different platforms within the same program? [to avoid losing features] | ||
| 28388 | what's the between packages for Java GUI and OpenGL for c++? Does the packages designed only for GUI or also for any other graphic designs? | ||
| 28389 | Why can't some components contain other components if they all behave as classes? | ||
| 28390 | What are some real world (open source?) examples of programs using Java graphics? |
(7 rows)
| sid | otherqs | categ | annot |
|---|---|---|---|
| 28389 | Is there any solution for the problem of mixing lightweight and heavy weight components in the same GUI? For example, assigning each component with a number according to its "weight" or creating a map of relation between components (like layout manager). |
(1 row)