• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Nearby places API results

Hello, new to android development and am most likely not seeing the forest for all of the trees... but is it possible to return the results to a textview rather than on a map? I would think it certainly is, but for some reason cannot get the concept...

For example, i currently have an app that will use/track the users location and displays nearby results based on certain categories (food, gas stations, etc). Instead of having the results displayed on the map, what is the best option to have the results printed to a textview (or should i use cardview or recylcerview)? Would i store the results in an array and then just print the array to the view?

I have found many close 'examples' and/or issues similar to this, but am still struggling to make it work.

Thanks in advance for any ideas, thoughts, suggestions.
 
Back
Top Bottom