software:android
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:android [2026/09/10 12:35] – created ron | software:android [2026/09/10 13:40] (current) – ron | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| - https:// | - https:// | ||
| - be sure to check the sha256 just in case; they' | - be sure to check the sha256 just in case; they' | ||
| + | - create '' | ||
| + | - < | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Name=Android Studio | ||
| + | Comment=Android IDE | ||
| + | Exec=/ | ||
| + | Icon=/ | ||
| + | Terminal=false | ||
| + | Categories=Development; | ||
| + | StartupNotify=true | ||
| + | </ | ||
| + | - '' | ||
| + | - it will now appear in the Apps list (if you're using Ubuntu + GNOME) | ||
| - start android-studio | - start android-studio | ||
| - new Project | - new Project | ||
| - select an Activity | - select an Activity | ||
| - | - | + | - https:// |
| + | - Activity Lifecycle dictates which methods of the Activity are invoked when and why | ||
| + | - https:// | ||
| + | |||
| + | | Template | UI System | What It Generates | Best For | | ||
| + | | No Activity | None | Completely empty project; no Activity, no layout, no Compose setup | Custom architectures, | ||
| + | | Empty Activity | XML | ``MainActivity.kt`` + ``activity_main.xml``; | ||
| + | | Gemini API | Compose | Activity wired to Google AI Gemini API client; sample request/ | ||
| + | | Navigation UI Activity | Compose | Activity with Navigation Compose graph, multiple screens, scaffold | Multi‑screen apps, modern navigation patterns | | ||
| + | | Basic Views Activity | Compose | Starter UI with Material3 theme, sample composables, | ||
| + | | Empty Views Activity | Compose | Minimal Compose setup; empty ``setContent ``{}`` block | Compose experts, custom UI from scratch | | ||
| + | | Responsive Views Activity | Compose | Adaptive layout scaffolding (window size classes, foldables) | Tablets, foldables, desktop Android, responsive UI | | ||
| + | | Game Activity | Native/ | ||
| + | | Native C++ | C++ + XML | Activity + JNI bridge + CMake + native code sample | High‑performance native apps, NDK projects | | ||
software/android.1789043754.txt.gz · Last modified: by ron
