[android-developers] How to get only one restaurant when I press click button one click

2016-06-04 Thread abeer . shlby
I have app inside it only one activity (main activity) and layout XML of main activity have only list view .this app get restaurants near from my location and display it in list view What i need to do is add button to the main activity layout when i press on button get to me list of restaurant

Re: [android-developers] How to get only one restaurant when I press click button one click

2016-06-05 Thread TreKing
On Sat, Jun 4, 2016 at 6:35 PM, wrote: > What i need to do is add button to the main activity layout when i press > on button get to me list of restaurant item by item > from json file and display it in list view but not display all restaurants > in one click but show item by item > every click g