Добавить README.md

This commit is contained in:
steve_dekart 2025-06-08 12:00:13 +02:00
commit fb6f4947fc

12
README.md Normal file
View File

@ -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)