# Can anyon tell me how i do this

**URL:** https://community.thunkable.com/t/can-anyon-tell-me-how-i-do-this/574972
**Category:** Questions about Thunkable X
**Tags:** design, beginner, aia, help
**Created:** [May 18, 2020, 10:02am UTC](https://community.thunkable.com/t/can-anyon-tell-me-how-i-do-this/574972 "2020-05-18T10:02:04Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![prohit26singh09iln8j](https://avatars.discourse-cdn.com/v4/letter/p/f08c70/32.png) [@prohit26singh09iln8j](https://community.thunkable.com/u/prohit26singh09iln8j)
#### Post date: [May 18, 2020, 10:02am UTC](https://community.thunkable.com/t/can-anyon-tell-me-how-i-do-this/574972/1 "2020-05-18T10:02:04Z")

</div>

So can any one help me for developing this application . that app will tell us that we are in safe place or not.  
Example : if person A is in danger place so the application will say " You are in danger place " .  
And if person A is in Safe place then the app will Say " You are in Safe place " .

So any one knows how can i do this. With location only .

Please guys help me i want to develop this app .

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 18, 2020, 10:24am UTC](https://community.thunkable.com/t/can-anyon-tell-me-how-i-do-this/574972/2 "2020-05-18T10:24:48Z")

</div>

Hi @prohit26singh09iln8j,

First, you will need a database that lists locations as safe or dangerous. You could compile this yourself, or you could find a suitable API.

You can use a process called ‘reverse geolocation’ to get the name of the street, city, country etc of a latitude/longitude combination. You can see a tutorial for this [here](http://community.thunkable.com/t/reverse-geocoding-app-get-location-from-latitude-longitude/82343).

Once you have the user’s location to whatever level or preciseness you want (country, city, area, street), you can look up this location in your database/API and get the value for how safe or dangerous this location is. You can then return this value to the user.

---

<div class="post-metadata">

### Author: ![prohit26singh09iln8j](https://avatars.discourse-cdn.com/v4/letter/p/f08c70/32.png) [@prohit26singh09iln8j](https://community.thunkable.com/u/prohit26singh09iln8j)
#### Post date: [May 18, 2020, 10:41am UTC](https://community.thunkable.com/t/can-anyon-tell-me-how-i-do-this/574972/3 "2020-05-18T10:41:31Z")

</div>

> [@jane](#):
>
> First, you will need a database that lists locations as safe or dangerous. You could compile this yourself, or you could find a suitable API.
> 
> You can use a process called ‘reverse geolocation’ to get the name of the street, city, country etc of a latitude/longitude combination. You can see a tutorial for this [here](http://community.thunkable.com/t/reverse-geocoding-app-get-location-from-latitude-longitude/82343)

Can i do this in thunkable?

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 18, 2020, 11:34am UTC](https://community.thunkable.com/t/can-anyon-tell-me-how-i-do-this/574972/4 "2020-05-18T11:34:13Z")

</div>

You will need to find or build a database/API that is external to Thunkable.

You can use the tutorial I linked to learn how to do reverse geolocation in Thunkable.

---

<div class="post-metadata">

### Author: ![prohit26singh09iln8j](https://avatars.discourse-cdn.com/v4/letter/p/f08c70/32.png) [@prohit26singh09iln8j](https://community.thunkable.com/u/prohit26singh09iln8j)
#### Post date: [May 18, 2020, 11:37am UTC](https://community.thunkable.com/t/can-anyon-tell-me-how-i-do-this/574972/5 "2020-05-18T11:37:25Z")

</div>

But how i store data in database ??  
Can you please help me??

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:29am UTC](https://community.thunkable.com/t/can-anyon-tell-me-how-i-do-this/574972/6 "2024-11-08T11:29:09Z")

</div>


