I am trying to create my first android app to work with my website. Before I have the android app doing anything with my website I am just trying to do some basic interactions with android displaying results from the brewerydb api.
I am pretty good at php and other web languages and android / java I just know the basics from a few classes I have taken. I am having problems finding a good tutorial or directions online on how to make a search to an api and display the results in a list view that can be clicked on.
Right now I have a working action bar with a search widget that when text is entered it pops up a toast with the entered search and then appends the search to the api query and pops a toast with the api link I need to get results from.
Any help would be greatly appreciated!
Very Respectfully,
Mike Jones