From fb6f4947fc47b8f61a04b491439fbec56dad96a6 Mon Sep 17 00:00:00 2001 From: steve_dekart Date: Sun, 8 Jun 2025 12:00:13 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8b2316 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# All projects for mobile programming organized by theme + +| Theme | Description | Projects | +| ----- | ----------- | -------- | +| **SharedPreferences** | local storage for app to use it after restart app | [shared_preferences](https://gitea.steve-dekart.xyz/mobile_programming_st/shared_preferences) +| **Intent** | Open new activity and send some data to other activity | all projects, [mbi_calculator](https://gitea.steve-dekart.xyz/mobile_programming_st/mbi_calculator_app) (for object extra) +| **Animations** | Some animation transitions beetwen activities | [countries_app](https://gitea.steve-dekart.xyz/mobile_programming_st/countries_app) +| **ListView** | show some array of entries in the ListView | [countries_app](https://gitea.steve-dekart.xyz/mobile_programming_st/countries_app) (Custom adapter), [land_list](https://gitea.steve-dekart.xyz/mobile_programming_st/land_list_app) (Custom adapter) +| **Fetch data by api** | Get some data from external server using json and api | [land_list_app](https://gitea.steve-dekart.xyz/mobile_programming_st/land_list_app) (Volley and Custom) +| **Splash screen** | Show custom splash screen | [countries_app](https://gitea.steve-dekart.xyz/mobile_programming_st/countries_app), [travelling](https://gitea.steve-dekart.xyz/mobile_programming_st/travelling) (**not use it**, Thread method) +| **RadioButton** | Get some data from radioGroup using binding | [travelling](https://gitea.steve-dekart.xyz/mobile_programming_st/travelling) +| **Menu** | Header menu in the app | [mbi_calculator_app](https://gitea.steve-dekart.xyz/mobile_programming_st/mbi_calculator_app/src/branch/master) \ No newline at end of file