Android App which retrieves the zip code for each city
问题 This is the first and second activity file of the program i'm developing.. in the first file.. the user is entering a city.. which shall be searched in the database and the corresponding zipcode shall be returned. If the city is not present in the database , the user can enter the city and its zip code in the second activity file.. which is working fine. I'm having problems with the first activity file.. please help. package com.stdcode; import java.util.ArrayList; import java.util.HashMap; /