Need help in creating a location based app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Need help in creating a location based app

I have planned to build an Android app for my final year project, that will help people in find places to visit, top places in an area when they search for one, etc And when they will click on that place it will give a small summary about it and also the restaurant, movie theater, cafes, etc in that place. So what all things I'll be requiring for this i have some knowledge about core java and gui part of it, But never tried android so a bit confused where to start. Thanks in advance.

30th Jul 2017, 3:56 PM
Pratik Ghagare
Pratik Ghagare - avatar
1 Answer
0
Want you want to create is very hard for a non-experienced Android-Developer: You need experience in the basic framework and custom drawing, using a canvas and surface views. You should start at the very beginning: https://developer.android.com/training/basics/firstapp/index.html
28th Oct 2017, 12:36 PM
JustAnUser