8 comments found.
Hello is it possible add our own places ? also if its have option to given alert when we reach the place that will help ful me and i can purchase the app
Hi, you can find the full documentation here: http://www.bandst.com/maplistactivity. As you can see at http://www.bandst.com/maplistactivity/#!/extends_maplistactivity you can add your own places. Note that this is a library, not a template or a “full app” code. The alert is a useful feature, but this is beyond library purpose. If you are interested we can develop this app for you or we can briefly explain how to integrate this feature with our library.
How can I contact you as i need customization on the project. Thanks email me: zuobruno@gmail.com
I try your apk it only have 5 places. when I click my location it does show any places info in my area.
Hi, this code canyon item is a library: with this library you can easy create an android activity with both list and map. The places inserted in the api are only for demonstration purpose. You can add your place via database, code, etc. and show it through this library.
compilation error Error:(51, 40) No resource found that matches the given name (at ‘textColorHint’ with value ’@color/common_signin_btn_dark_text_disabled’).
looks like colorValues file is not getting generated after adding this library. WORKS fine without adding it
Hi, it’s an AppCompat component resource. Do you use AppCompat in your project? What’s your minSdk?
Hi
thanks a lot for prompt reply.
here are the settings compileSdkVersion 23 buildToolsVersion “23.0.2”
defaultConfig {
applicationId "com.tripmapr.mantra.tripmapr"
minSdkVersion 15
targetSdkVersion 23
versionCode 5
versionName "1.04"
}
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:appcompat-v7:23.1.1'with
compile 'com.android.support:appcompat-v7:23.0.0'Please clean before build.
.
now it is stuck at this
import com.tripmapr.mantra.tripmapr.R; can not resolve symbol R
dont worry about it. i will get help from my android developers on monday. will update resolution here
Hi, I have a question,I want app like this app but I do not want automatic events By someone else or another site, I want to put special places I chooses Like Best Restaurants in my area or in my city, When someone uses this app sees only places that I put no anything else, Is this what this app is doing or no ???
Hi, the app displays events created by you with an admin panel installed in your server. So we think that the app can realize what you want.
don’t work with Samsung S6 edge+
Can I sign up for the places I want to appear in the app? How does the inclusion of new places with notice of the establishment work?
This is a library that facilitates the implementation of an activity with both map and list. There is not admin panel or POI management features.