Find Your Needs
The Challenges
Showing the navigation in map view
One of the key requirements of the app is to show the navigation from your current/custom
location to your required destination.

Providing AutoComplete Options
Another important challange in the app is to provide the auto_complete option for the
customised location and also for the needs/things you are looking for.
The Solution
FrontEnd Development
The app was designed by keeping user in the mind to make it more userfriendly and
flexible to use it. The user don’t need to remember all the complete name of the
location/address. They can just type some starting letters of their desired location or they
can give city name so that we will get all their related stuff according to their search in
“Change Location screen”.
BackEnd Development
The app was designed in a way that whenever a user request regarding the service available in
the app, then the request will be generated by the app and it is sent to the server and whatever the
data server reflects it is fetched by the app and it displays on the screen, so that the user can get
the exact information what he/she is looking for.
The Result
Providing Result in List View
User can get the required search result in a listview with addresses by providing
current/custom location and selecting their required thing like cafe, hospital etc. Listview
can be shown in a way that nearest thing comes first.
Providing Navigation in Map View
User can get the navigation from their current/custom location to their required thing in a
map view by clicking on the provided list item on the list view.