commit fb6f4947fc47b8f61a04b491439fbec56dad96a6 Author: steve_dekart Date: Sun Jun 8 12:00:13 2025 +0200 Добавить 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