Commit Graph

9 Commits

Author SHA1 Message Date
9e54bbc978 added a LayoutManager to fragment_shoppinglist_shoplist.xml
added a ShoppinglistShoplistAdapter.kt for the shoplist RecyclerView
added a data class for the ShoppinglistShoplistAdapter.kt
modified the layout of the fragment_shoppinglist_shoplist_item.xml
refactored the ShoplistFragment.kt
added samplecode for the RecyclerView to the ShoplistFragment.kt
2024-06-02 16:55:41 +02:00
a355301d68 added a RecyclerView to 'fragmnet_shoppinglist_shoplist'
added 'fragment_shoppinglist_shoplist_item'
added some colors to the colors.xml for the shoplist-item fragment
2024-06-02 14:18:15 +02:00
ddc218f4cc added package 'shoppinglist'
renamed 'ShoppinglistFragment' to 'ShoplistFragment'
removed unused code inside 'ShoplistFragment'
renamed 'fragment_shoppinglist' to 'fragment_shoppinglist_shoplist'
2024-06-01 19:22:11 +02:00
083b2982b1 fixed bug: app crashed when switching to another fragment and back again via the hamburger menu 2024-06-01 17:46:16 +02:00
f9570806f9 added a ViewPager2 to switch between page fragments
added a PagerAdapter (FragmentStateAdapter) to provide the fragments for the ViewPager2
added the necessary fragments
added the necessary listeners for the TabLayout and the ViewPager2
2024-05-31 20:16:39 +02:00
3544915f89 refactor home-fragment to dashboard-fragment and add a tablayout 2024-05-31 16:09:58 +02:00
82e7b9ecd8 Upgrade Gradle from 8.2.2 to 8.3.0 2024-03-07 23:45:11 +01:00
21f535bd59 Add "org.eclipse.paho" Mqtt Client 2024-03-07 23:33:24 +01:00
4eb15845b3 initial commit 2024-03-07 14:06:48 +01:00