All projects for mobile programming organized by theme
| Theme | Description | Projects |
|---|---|---|
| SharedPreferences | local storage for app to use it after restart app | shared_preferences |
| Intent | Open new activity and send some data to other activity | all projects, mbi_calculator (for object extra) |
| Animations | Some animation transitions beetwen activities | countries_app |
| ListView | show some array of entries in the ListView | countries_app (Custom adapter), land_list (Custom adapter) |
| Fetch data by api | Get some data from external server using json and api | land_list_app (Volley and Custom) |
| Splash screen | Show custom splash screen | countries_app, travelling (not use it, Thread method) |
| RadioButton | Get some data from radioGroup using binding | travelling |
| Menu | Header menu in the app | mbi_calculator_app |
Description