I am new to Android programming and I am trying to make an android version of an iOS app I have. In the iOS version I have a search bar controller and table view. The table view is initially populated with a list of data split into 4 sections. when any of the items are clicked it will push to a detail view with full screen image and title of the item. The search would then filter this list and the results would push in the same way.
I am looking to recreate this for android but when looking at exaples etc it never seems to be along the same lines.
Does anyone know how I can do this?
Thanks